-
+ F16ECF4FD4CFFB8CB4C97BEE3A486E8FEAAA6CE8C2D70FDF6AB80687847AE8700B2DC199476459401505048D1642B4D94FD2E4152D911E8B6D54065DA09EFE66
mpi/include/config.h
(0 . 0)(1 . 89)
831 /* config.h.
832 ORIGINALLY Generated from config.h.in by configure.
833 Cleaned up by hand. The price of this is that the knobs must
834 now be turned by hand.
835 */
836
837 #ifndef GNUPG_CONFIG_H_INCLUDED
838 #define GNUPG_CONFIG_H_INCLUDED
839
840 /* Define to 1 if you have the `atexit' function. */
841 #define HAVE_ATEXIT 1
842
843 /* Defined if the mlock() call does not work */
844 /* #undef HAVE_BROKEN_MLOCK */
845
846 /* Defined if a `byte' is typedef'd */
847 /* #undef HAVE_BYTE_TYPEDEF */
848
849 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
850 with special properties like no file modes */
851 /* #undef HAVE_DOSISH_SYSTEM */
852
853 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
854 #define HAVE_FSEEKO 1
855
856 /* Define to 1 if you have the `getpagesize' function. */
857 #define HAVE_GETPAGESIZE 1
858
859 /* Define to 1 if you have the <inttypes.h> header file. */
860 #define HAVE_INTTYPES_H 1
861
862 /* Define to 1 if you have the <limits.h> header file. */
863 #define HAVE_LIMITS_H 1
864
865 /* Define to 1 if you have the <locale.h> header file. */
866 // #undef HAVE_LOCALE_H
867
868 /* Define to 1 if you have the `memmove' function. */
869 #define HAVE_MEMMOVE 1
870
871 /* Defined if the system supports an mlock() call */
872 #define HAVE_MLOCK 1
873
874 /* Define to 1 if you have the `mmap' function. */
875 #define HAVE_MMAP 1
876
877 /* Define to 1 if you have the `plock' function. */
878 /* #undef HAVE_PLOCK */
879
880 /* Define to 1 if you have the `raise' function. */
881 #define HAVE_RAISE 1
882
883 /* Define to 1 if you have the `stpcpy' function. */
884 #define HAVE_STPCPY 1
885
886 /* Define to 1 if you have the `strcasecmp' function. */
887 #define HAVE_STRCASECMP 1
888
889 /* Define to 1 if you have the `strerror' function. */
890 #define HAVE_STRERROR 1
891
892 /* Define to 1 if you have the `strlwr' function. */
893 /* #undef HAVE_STRLWR */
894
895 /* Define to 1 if you have the `strncasecmp' function. */
896 #define HAVE_STRNCASECMP 1
897
898 /* Define to 1 if you have the `strsep' function. */
899 #define HAVE_STRSEP 1
900
901 /* Define to 1 if you have the `strtoul' function. */
902 #define HAVE_STRTOUL 1
903
904 /* Define to 1 if you have the `sysconf' function. */
905 #define HAVE_SYSCONF 1
906
907 /* Defined if a `u16' is typedef'd */
908 /* #undef HAVE_U16_TYPEDEF */
909
910 /* Defined if a `u32' is typedef'd */
911 /* #undef HAVE_U32_TYPEDEF */
912
913 /* Defined if a `ulong' is typedef'd */
914 #define HAVE_ULONG_TYPEDEF 1
915
916 /* Defined if a `ushort' is typedef'd */
917 #define HAVE_USHORT_TYPEDEF 1
918
919 #endif /*GNUPG_CONFIG_H_INCLUDED*/