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