raw
mpi-genesis             1 /* config.h.
mpi-genesis 2 ORIGINALLY Generated from config.h.in by configure.
mpi-genesis 3 Cleaned up by hand. The price of this is that the knobs must
mpi-genesis 4 now be turned by hand.
mpi-genesis 5 */
mpi-genesis 6
mpi-genesis 7 #ifndef GNUPG_CONFIG_H_INCLUDED
mpi-genesis 8 #define GNUPG_CONFIG_H_INCLUDED
mpi-genesis 9
mpi-genesis 10 /* Define to 1 if you have the `atexit' function. */
mpi-genesis 11 #define HAVE_ATEXIT 1
mpi-genesis 12
mpi-genesis 13 /* Defined if the mlock() call does not work */
mpi-genesis 14 /* #undef HAVE_BROKEN_MLOCK */
mpi-genesis 15
mpi-genesis 16 /* Defined if a `byte' is typedef'd */
mpi-genesis 17 /* #undef HAVE_BYTE_TYPEDEF */
mpi-genesis 18
mpi-genesis 19 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
mpi-genesis 20 with special properties like no file modes */
mpi-genesis 21 /* #undef HAVE_DOSISH_SYSTEM */
mpi-genesis 22
mpi-genesis 23 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
mpi-genesis 24 #define HAVE_FSEEKO 1
mpi-genesis 25
mpi-genesis 26 /* Define to 1 if you have the `getpagesize' function. */
mpi-genesis 27 #define HAVE_GETPAGESIZE 1
mpi-genesis 28
mpi-genesis 29 /* Define to 1 if you have the <inttypes.h> header file. */
mpi-genesis 30 #define HAVE_INTTYPES_H 1
mpi-genesis 31
mpi-genesis 32 /* Define to 1 if you have the <limits.h> header file. */
mpi-genesis 33 #define HAVE_LIMITS_H 1
mpi-genesis 34
mpi-genesis 35 /* Define to 1 if you have the <locale.h> header file. */
mpi-genesis 36 // #undef HAVE_LOCALE_H
mpi-genesis 37
mpi-genesis 38 /* Define to 1 if you have the `memmove' function. */
mpi-genesis 39 #define HAVE_MEMMOVE 1
mpi-genesis 40
mpi-genesis 41 /* Defined if the system supports an mlock() call */
mpi-genesis 42 #define HAVE_MLOCK 1
mpi-genesis 43
mpi-genesis 44 /* Define to 1 if you have the `mmap' function. */
mpi-genesis 45 #define HAVE_MMAP 1
mpi-genesis 46
mpi-genesis 47 /* Define to 1 if you have the `plock' function. */
mpi-genesis 48 /* #undef HAVE_PLOCK */
mpi-genesis 49
mpi-genesis 50 /* Define to 1 if you have the `raise' function. */
mpi-genesis 51 #define HAVE_RAISE 1
mpi-genesis 52
mpi-genesis 53 /* Define to 1 if you have the `stpcpy' function. */
mpi-genesis 54 #define HAVE_STPCPY 1
mpi-genesis 55
mpi-genesis 56 /* Define to 1 if you have the `strcasecmp' function. */
mpi-genesis 57 #define HAVE_STRCASECMP 1
mpi-genesis 58
mpi-genesis 59 /* Define to 1 if you have the `strerror' function. */
mpi-genesis 60 #define HAVE_STRERROR 1
mpi-genesis 61
mpi-genesis 62 /* Define to 1 if you have the `strlwr' function. */
mpi-genesis 63 /* #undef HAVE_STRLWR */
mpi-genesis 64
mpi-genesis 65 /* Define to 1 if you have the `strncasecmp' function. */
mpi-genesis 66 #define HAVE_STRNCASECMP 1
mpi-genesis 67
mpi-genesis 68 /* Define to 1 if you have the `strsep' function. */
mpi-genesis 69 #define HAVE_STRSEP 1
mpi-genesis 70
mpi-genesis 71 /* Define to 1 if you have the `strtoul' function. */
mpi-genesis 72 #define HAVE_STRTOUL 1
mpi-genesis 73
mpi-genesis 74 /* Define to 1 if you have the `sysconf' function. */
mpi-genesis 75 #define HAVE_SYSCONF 1
mpi-genesis 76
mpi-genesis 77 /* Defined if a `u16' is typedef'd */
mpi-genesis 78 /* #undef HAVE_U16_TYPEDEF */
mpi-genesis 79
mpi-genesis 80 /* Defined if a `u32' is typedef'd */
mpi-genesis 81 /* #undef HAVE_U32_TYPEDEF */
mpi-genesis 82
mpi-genesis 83 /* Defined if a `ulong' is typedef'd */
mpi-genesis 84 #define HAVE_ULONG_TYPEDEF 1
mpi-genesis 85
mpi-genesis 86 /* Defined if a `ushort' is typedef'd */
mpi-genesis 87 #define HAVE_USHORT_TYPEDEF 1
mpi-genesis 88
mpi-genesis 89 #endif /*GNUPG_CONFIG_H_INCLUDED*/