/* config.h. ORIGINALLY Generated from config.h.in by configure. Cleaned up by hand. The price of this is that the knobs must now be turned by hand. */ #ifndef GNUPG_CONFIG_H_INCLUDED #define GNUPG_CONFIG_H_INCLUDED /* Define to 1 if you have the `atexit' function. */ #define HAVE_ATEXIT 1 /* Defined if the mlock() call does not work */ /* #undef HAVE_BROKEN_MLOCK */ /* Defined if a `byte' is typedef'd */ /* #undef HAVE_BYTE_TYPEDEF */ /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2) with special properties like no file modes */ /* #undef HAVE_DOSISH_SYSTEM */ /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #define HAVE_FSEEKO 1 /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ // #undef HAVE_LOCALE_H /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Defined if the system supports an mlock() call */ #define HAVE_MLOCK 1 /* Define to 1 if you have the `mmap' function. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `plock' function. */ /* #undef HAVE_PLOCK */ /* Define to 1 if you have the `raise' function. */ #define HAVE_RAISE 1 /* Define to 1 if you have the `stpcpy' function. */ #define HAVE_STPCPY 1 /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the `strlwr' function. */ /* #undef HAVE_STRLWR */ /* Define to 1 if you have the `strncasecmp' function. */ #define HAVE_STRNCASECMP 1 /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 /* Defined if a `u16' is typedef'd */ /* #undef HAVE_U16_TYPEDEF */ /* Defined if a `u32' is typedef'd */ /* #undef HAVE_U32_TYPEDEF */ /* Defined if a `ulong' is typedef'd */ #define HAVE_ULONG_TYPEDEF 1 /* Defined if a `ushort' is typedef'd */ #define HAVE_USHORT_TYPEDEF 1 #endif /*GNUPG_CONFIG_H_INCLUDED*/