1*ebfedea0SLionel Sambuc /* src/lib/config.h. Generated from config.h.in by configure. */ 2*ebfedea0SLionel Sambuc /* src/lib/config.h.in. Generated from configure.ac by autoheader. */ 3*ebfedea0SLionel Sambuc 4*ebfedea0SLionel Sambuc /* Define to 1 if you have the <bzlib.h> header file. */ 5*ebfedea0SLionel Sambuc #define HAVE_BZLIB_H 1 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel Sambuc /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ 8*ebfedea0SLionel Sambuc /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ 9*ebfedea0SLionel Sambuc 10*ebfedea0SLionel Sambuc /* Define to 1 if you have the <direct.h> header file. */ 11*ebfedea0SLionel Sambuc /* #undef HAVE_DIRECT_H */ 12*ebfedea0SLionel Sambuc 13*ebfedea0SLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 14*ebfedea0SLionel Sambuc #define HAVE_DLFCN_H 1 15*ebfedea0SLionel Sambuc 16*ebfedea0SLionel Sambuc /* Define to 1 if you have the <dmalloc.h> header file. */ 17*ebfedea0SLionel Sambuc /* #undef HAVE_DMALLOC_H */ 18*ebfedea0SLionel Sambuc 19*ebfedea0SLionel Sambuc /* Define to 1 if you have the <errno.h> header file. */ 20*ebfedea0SLionel Sambuc #define HAVE_ERRNO_H 1 21*ebfedea0SLionel Sambuc 22*ebfedea0SLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */ 23*ebfedea0SLionel Sambuc #define HAVE_FCNTL_H 1 24*ebfedea0SLionel Sambuc 25*ebfedea0SLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 26*ebfedea0SLionel Sambuc #define HAVE_INTTYPES_H 1 27*ebfedea0SLionel Sambuc 28*ebfedea0SLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */ 29*ebfedea0SLionel Sambuc #define HAVE_LIMITS_H 1 30*ebfedea0SLionel Sambuc 31*ebfedea0SLionel Sambuc /* Define to 1 if the system has the type `long long int'. */ 32*ebfedea0SLionel Sambuc #define HAVE_LONG_LONG_INT 1 33*ebfedea0SLionel Sambuc 34*ebfedea0SLionel Sambuc /* Define to 1 if you have the <malloc.h> header file. */ 35*ebfedea0SLionel Sambuc #define HAVE_MALLOC_H 1 36*ebfedea0SLionel Sambuc 37*ebfedea0SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 38*ebfedea0SLionel Sambuc #define HAVE_MEMORY_H 1 39*ebfedea0SLionel Sambuc 40*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/aes.h> header file. */ 41*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_AES_H 1 42*ebfedea0SLionel Sambuc 43*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/bn.h> header file. */ 44*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_BN_H 1 45*ebfedea0SLionel Sambuc 46*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/camellia.h> header file. */ 47*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_CAMELLIA_H 1 48*ebfedea0SLionel Sambuc 49*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/cast.h> header file. */ 50*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_CAST_H 1 51*ebfedea0SLionel Sambuc 52*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/des.h> header file. */ 53*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_DES_H 1 54*ebfedea0SLionel Sambuc 55*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/dsa.h> header file. */ 56*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_DSA_H 1 57*ebfedea0SLionel Sambuc 58*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/err.h> header file. */ 59*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_ERR_H 1 60*ebfedea0SLionel Sambuc 61*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/idea.h> header file. */ 62*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_IDEA_H 1 63*ebfedea0SLionel Sambuc 64*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/md5.h> header file. */ 65*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_MD5_H 1 66*ebfedea0SLionel Sambuc 67*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/rand.h> header file. */ 68*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_RAND_H 1 69*ebfedea0SLionel Sambuc 70*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/rsa.h> header file. */ 71*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_RSA_H 1 72*ebfedea0SLionel Sambuc 73*ebfedea0SLionel Sambuc /* Define to 1 if you have the <openssl/sha.h> header file. */ 74*ebfedea0SLionel Sambuc #define HAVE_OPENSSL_SHA_H 1 75*ebfedea0SLionel Sambuc 76*ebfedea0SLionel Sambuc /* Define to 1 if the system has the type `SHA256_CTX'. */ 77*ebfedea0SLionel Sambuc #define HAVE_SHA256_CTX 1 78*ebfedea0SLionel Sambuc 79*ebfedea0SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 80*ebfedea0SLionel Sambuc #define HAVE_STDINT_H 1 81*ebfedea0SLionel Sambuc 82*ebfedea0SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 83*ebfedea0SLionel Sambuc #define HAVE_STDLIB_H 1 84*ebfedea0SLionel Sambuc 85*ebfedea0SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 86*ebfedea0SLionel Sambuc #define HAVE_STRINGS_H 1 87*ebfedea0SLionel Sambuc 88*ebfedea0SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 89*ebfedea0SLionel Sambuc #define HAVE_STRING_H 1 90*ebfedea0SLionel Sambuc 91*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/cdefs.h> header file. */ 92*ebfedea0SLionel Sambuc #define HAVE_SYS_CDEFS_H 1 93*ebfedea0SLionel Sambuc 94*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */ 95*ebfedea0SLionel Sambuc #define HAVE_SYS_FILE_H 1 96*ebfedea0SLionel Sambuc 97*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/mman.h> header file. */ 98*ebfedea0SLionel Sambuc #define HAVE_SYS_MMAN_H 1 99*ebfedea0SLionel Sambuc 100*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */ 101*ebfedea0SLionel Sambuc #define HAVE_SYS_PARAM_H 1 102*ebfedea0SLionel Sambuc 103*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/resource.h> header file. */ 104*ebfedea0SLionel Sambuc #define HAVE_SYS_RESOURCE_H 1 105*ebfedea0SLionel Sambuc 106*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 107*ebfedea0SLionel Sambuc #define HAVE_SYS_STAT_H 1 108*ebfedea0SLionel Sambuc 109*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 110*ebfedea0SLionel Sambuc #define HAVE_SYS_TYPES_H 1 111*ebfedea0SLionel Sambuc 112*ebfedea0SLionel Sambuc /* Define to 1 if you have the <sys/uio.h> header file. */ 113*ebfedea0SLionel Sambuc #define HAVE_SYS_UIO_H 1 114*ebfedea0SLionel Sambuc 115*ebfedea0SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 116*ebfedea0SLionel Sambuc #define HAVE_UNISTD_H 1 117*ebfedea0SLionel Sambuc 118*ebfedea0SLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */ 119*ebfedea0SLionel Sambuc #define HAVE_ZLIB_H 1 120*ebfedea0SLionel Sambuc 121*ebfedea0SLionel Sambuc /* Name of package */ 122*ebfedea0SLionel Sambuc #define PACKAGE "netpgp" 123*ebfedea0SLionel Sambuc 124*ebfedea0SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 125*ebfedea0SLionel Sambuc #define PACKAGE_BUGREPORT "Alistair Crooks <agc@netbsd.org> c0596823" 126*ebfedea0SLionel Sambuc 127*ebfedea0SLionel Sambuc /* Define to the full name of this package. */ 128*ebfedea0SLionel Sambuc #define PACKAGE_NAME "netpgp" 129*ebfedea0SLionel Sambuc 130*ebfedea0SLionel Sambuc /* Define to the full name and version of this package. */ 131*ebfedea0SLionel Sambuc #define PACKAGE_STRING "netpgp 20101103" 132*ebfedea0SLionel Sambuc 133*ebfedea0SLionel Sambuc /* Define to the one symbol short name of this package. */ 134*ebfedea0SLionel Sambuc #define PACKAGE_TARNAME "netpgp" 135*ebfedea0SLionel Sambuc 136*ebfedea0SLionel Sambuc /* Define to the version of this package. */ 137*ebfedea0SLionel Sambuc #define PACKAGE_VERSION "20101103" 138*ebfedea0SLionel Sambuc 139*ebfedea0SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 140*ebfedea0SLionel Sambuc #define STDC_HEADERS 1 141*ebfedea0SLionel Sambuc 142*ebfedea0SLionel Sambuc /* Version number of package */ 143*ebfedea0SLionel Sambuc #define VERSION "20101103" 144*ebfedea0SLionel Sambuc 145*ebfedea0SLionel Sambuc /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 146*ebfedea0SLionel Sambuc <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 147*ebfedea0SLionel Sambuc #define below would cause a syntax error. */ 148*ebfedea0SLionel Sambuc /* #undef _UINT32_T */ 149*ebfedea0SLionel Sambuc 150*ebfedea0SLionel Sambuc /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 151*ebfedea0SLionel Sambuc <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 152*ebfedea0SLionel Sambuc #define below would cause a syntax error. */ 153*ebfedea0SLionel Sambuc /* #undef _UINT64_T */ 154*ebfedea0SLionel Sambuc 155*ebfedea0SLionel Sambuc /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 156*ebfedea0SLionel Sambuc <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 157*ebfedea0SLionel Sambuc #define below would cause a syntax error. */ 158*ebfedea0SLionel Sambuc /* #undef _UINT8_T */ 159*ebfedea0SLionel Sambuc 160*ebfedea0SLionel Sambuc /* Define to `unsigned int' if <sys/types.h> does not define. */ 161*ebfedea0SLionel Sambuc /* #undef size_t */ 162*ebfedea0SLionel Sambuc 163*ebfedea0SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 16 bits if 164*ebfedea0SLionel Sambuc such a type exists and the standard includes do not define it. */ 165*ebfedea0SLionel Sambuc /* #undef uint16_t */ 166*ebfedea0SLionel Sambuc 167*ebfedea0SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 32 bits if 168*ebfedea0SLionel Sambuc such a type exists and the standard includes do not define it. */ 169*ebfedea0SLionel Sambuc /* #undef uint32_t */ 170*ebfedea0SLionel Sambuc 171*ebfedea0SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 64 bits if 172*ebfedea0SLionel Sambuc such a type exists and the standard includes do not define it. */ 173*ebfedea0SLionel Sambuc /* #undef uint64_t */ 174*ebfedea0SLionel Sambuc 175*ebfedea0SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 8 bits if 176*ebfedea0SLionel Sambuc such a type exists and the standard includes do not define it. */ 177*ebfedea0SLionel Sambuc /* #undef uint8_t */ 178