-
+ F16ECF4FD4CFFB8CB4C97BEE3A486E8FEAAA6CE8C2D70FDF6AB80687847AE8700B2DC199476459401505048D1642B4D94FD2E4152D911E8B6D54065DA09EFE66
mpi/include/config.h
(0 . 0)(1 . 89)
935 /* config.h.
936 ORIGINALLY Generated from config.h.in by configure.
937 Cleaned up by hand. The price of this is that the knobs must
938 now be turned by hand.
939 */
940
941 #ifndef GNUPG_CONFIG_H_INCLUDED
942 #define GNUPG_CONFIG_H_INCLUDED
943
944 /* Define to 1 if you have the `atexit' function. */
945 #define HAVE_ATEXIT 1
946
947 /* Defined if the mlock() call does not work */
948 /* #undef HAVE_BROKEN_MLOCK */
949
950 /* Defined if a `byte' is typedef'd */
951 /* #undef HAVE_BYTE_TYPEDEF */
952
953 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
954 with special properties like no file modes */
955 /* #undef HAVE_DOSISH_SYSTEM */
956
957 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
958 #define HAVE_FSEEKO 1
959
960 /* Define to 1 if you have the `getpagesize' function. */
961 #define HAVE_GETPAGESIZE 1
962
963 /* Define to 1 if you have the <inttypes.h> header file. */
964 #define HAVE_INTTYPES_H 1
965
966 /* Define to 1 if you have the <limits.h> header file. */
967 #define HAVE_LIMITS_H 1
968
969 /* Define to 1 if you have the <locale.h> header file. */
970 // #undef HAVE_LOCALE_H
971
972 /* Define to 1 if you have the `memmove' function. */
973 #define HAVE_MEMMOVE 1
974
975 /* Defined if the system supports an mlock() call */
976 #define HAVE_MLOCK 1
977
978 /* Define to 1 if you have the `mmap' function. */
979 #define HAVE_MMAP 1
980
981 /* Define to 1 if you have the `plock' function. */
982 /* #undef HAVE_PLOCK */
983
984 /* Define to 1 if you have the `raise' function. */
985 #define HAVE_RAISE 1
986
987 /* Define to 1 if you have the `stpcpy' function. */
988 #define HAVE_STPCPY 1
989
990 /* Define to 1 if you have the `strcasecmp' function. */
991 #define HAVE_STRCASECMP 1
992
993 /* Define to 1 if you have the `strerror' function. */
994 #define HAVE_STRERROR 1
995
996 /* Define to 1 if you have the `strlwr' function. */
997 /* #undef HAVE_STRLWR */
998
999 /* Define to 1 if you have the `strncasecmp' function. */
1000 #define HAVE_STRNCASECMP 1
1001
1002 /* Define to 1 if you have the `strsep' function. */
1003 #define HAVE_STRSEP 1
1004
1005 /* Define to 1 if you have the `strtoul' function. */
1006 #define HAVE_STRTOUL 1
1007
1008 /* Define to 1 if you have the `sysconf' function. */
1009 #define HAVE_SYSCONF 1
1010
1011 /* Defined if a `u16' is typedef'd */
1012 /* #undef HAVE_U16_TYPEDEF */
1013
1014 /* Defined if a `u32' is typedef'd */
1015 /* #undef HAVE_U32_TYPEDEF */
1016
1017 /* Defined if a `ulong' is typedef'd */
1018 #define HAVE_ULONG_TYPEDEF 1
1019
1020 /* Defined if a `ushort' is typedef'd */
1021 #define HAVE_USHORT_TYPEDEF 1
1022
1023 #endif /*GNUPG_CONFIG_H_INCLUDED*/