xref: /netbsd-src/lib/libipsec/config.h (revision 69b6d498973bb4d7230c2d3c12bd9a032738ec8e)
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Enable admin port */
5 #define ENABLE_ADMINPORT
6 
7 /* Enable dead peer detection */
8 #define ENABLE_DPD
9 
10 /* IKE fragmentation support */
11 #define ENABLE_FRAG
12 
13 /* Hybrid authentication support */
14 #define ENABLE_HYBRID
15 
16 /* Enable NAT-Traversal */
17 #define ENABLE_NATT
18 
19 /* Enable NAT-Traversal draft 00 */
20 #define ENABLE_NATT_00
21 
22 /* Enable NAT-Traversal draft 01 */
23 #define ENABLE_NATT_01
24 
25 /* Enable NAT-Traversal draft 02 */
26 #define ENABLE_NATT_02
27 
28 /* Enable NAT-Traversal draft 03 */
29 #define ENABLE_NATT_03
30 
31 /* Enable NAT-Traversal draft 04 */
32 #define ENABLE_NATT_04
33 
34 /* Enable NAT-Traversal draft 05 */
35 /* #undef ENABLE_NATT_05 */
36 
37 /* Enable NAT-Traversal draft 06 */
38 /* #undef ENABLE_NATT_06 */
39 
40 /* Enable NAT-Traversal draft 07 */
41 /* #undef ENABLE_NATT_07 */
42 
43 /* Enable NAT-Traversal draft 08 */
44 /* #undef ENABLE_NATT_08 */
45 
46 /* Enable samode-unspec */
47 /* #undef ENABLE_SAMODE_UNSPECIFIED */
48 
49 /* Enable statictics */
50 /* #undef ENABLE_STATS */
51 
52 /* Define to 1 if you have the <dlfcn.h> header file. */
53 #define HAVE_DLFCN_H 1
54 
55 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
56 /* #undef HAVE_DOPRNT */
57 
58 /* Have __func__ macro */
59 #define HAVE_FUNC_MACRO
60 
61 /* Define to 1 if you have the `gettimeofday' function. */
62 #define HAVE_GETTIMEOFDAY 1
63 
64 /* Enable GSS API */
65 /* #undef HAVE_GSSAPI */
66 
67 /* Define to 1 if you have the <inttypes.h> header file. */
68 #define HAVE_INTTYPES_H 1
69 
70 /* Hybrid authentication uses PAM */
71 /* #undef HAVE_LIBPAM */
72 
73 /* Hybrid authentication uses RADIUS */
74 /* #undef HAVE_LIBRADIUS */
75 
76 /* Define to 1 if you have the <limits.h> header file. */
77 #define HAVE_LIMITS_H 1
78 
79 /* Define to 1 if you have the <memory.h> header file. */
80 #define HAVE_MEMORY_H 1
81 
82 /* Use <netinet6/ipsec.h> */
83 #define HAVE_NETINET6_IPSEC
84 
85 /* Define to 1 if you have the <openssl/aes.h> header file. */
86 #define HAVE_OPENSSL_AES_H 1
87 
88 /* Define to 1 if you have the <openssl/engine.h> header file. */
89 #define HAVE_OPENSSL_ENGINE_H 1
90 
91 /* Are PF_KEY policy priorities supported? */
92 /* #undef HAVE_PFKEY_POLICY_PRIORITY */
93 
94 /* Have forward policy */
95 /* #undef HAVE_POLICY_FWD */
96 
97 /* Define to 1 if you have the `rad_create_request' function. */
98 /* #undef HAVE_RAD_CREATE_REQUEST */
99 
100 /* Is readline available? */
101 /* #undef HAVE_READLINE */
102 
103 /* Define to 1 if you have the `select' function. */
104 #define HAVE_SELECT 1
105 
106 /* Define to 1 if you have the `socket' function. */
107 #define HAVE_SOCKET 1
108 
109 /* Define to 1 if you have the <stdarg.h> header file. */
110 #define HAVE_STDARG_H 1
111 
112 /* Define to 1 if you have the <stdint.h> header file. */
113 #define HAVE_STDINT_H 1
114 
115 /* Define to 1 if you have the <stdlib.h> header file. */
116 #define HAVE_STDLIB_H 1
117 
118 /* Define to 1 if you have the `strdup' function. */
119 #define HAVE_STRDUP 1
120 
121 /* Define to 1 if you have the `strerror' function. */
122 #define HAVE_STRERROR 1
123 
124 /* Define to 1 if you have the <strings.h> header file. */
125 #define HAVE_STRINGS_H 1
126 
127 /* Define to 1 if you have the <string.h> header file. */
128 #define HAVE_STRING_H 1
129 
130 /* Define to 1 if you have the `strlcpy' function. */
131 #define HAVE_STRLCPY 1
132 
133 /* Define to 1 if you have the `strtol' function. */
134 #define HAVE_STRTOL 1
135 
136 /* Define to 1 if you have the `strtoul' function. */
137 #define HAVE_STRTOUL 1
138 
139 /* Define to 1 if you have the <sys/stat.h> header file. */
140 #define HAVE_SYS_STAT_H 1
141 
142 /* Define to 1 if you have the <sys/time.h> header file. */
143 #define HAVE_SYS_TIME_H 1
144 
145 /* Define to 1 if you have the <sys/types.h> header file. */
146 #define HAVE_SYS_TYPES_H 1
147 
148 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
149 #define HAVE_SYS_WAIT_H 1
150 
151 /* Define to 1 if you have the <unistd.h> header file. */
152 #define HAVE_UNISTD_H 1
153 
154 /* Define to 1 if you have the <varargs.h> header file. */
155 /* #undef HAVE_VARARGS_H */
156 
157 /* Define to 1 if you have the `vprintf' function. */
158 #define HAVE_VPRINTF 1
159 
160 /* Support IPv6 */
161 /* #undef INET6 */
162 
163 /* Use advanced IPv6 API */
164 #define INET6_ADVAPI
165 
166 /* Name of package */
167 #define PACKAGE "ipsec-tools"
168 
169 /* Define to the address where bug reports for this package should be sent. */
170 #define PACKAGE_BUGREPORT ""
171 
172 /* Define to the full name of this package. */
173 #define PACKAGE_NAME "ipsec-tools"
174 
175 /* Define to the full name and version of this package. */
176 #define PACKAGE_STRING "ipsec-tools 0.6-base"
177 
178 /* Define to the one symbol short name of this package. */
179 #define PACKAGE_TARNAME "ipsec-tools"
180 
181 /* Define to the version of this package. */
182 #define PACKAGE_VERSION "0.6-base"
183 
184 /* Define as the return type of signal handlers (`int' or `void'). */
185 #define RETSIGTYPE void
186 
187 /* Define to 1 if you have the ANSI C header files. */
188 #define STDC_HEADERS 1
189 
190 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
191 #define TIME_WITH_SYS_TIME 1
192 
193 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
194 /* #undef TM_IN_SYS_TIME */
195 
196 /* A 'va_copy' style function */
197 #define VA_COPY va_copy
198 
199 /* Version number of package */
200 #define VERSION "0.6-base"
201 
202 /* SHA2 support */
203 #define WITH_SHA2
204 
205 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
206    `char[]'. */
207 #define YYTEXT_POINTER 1
208 
209 /* Define to empty if `const' does not conform to ANSI C. */
210 /* #undef const */
211 
212 /* Define to `int' if <sys/types.h> does not define. */
213 /* #undef pid_t */
214 
215 /* Define to `unsigned' if <sys/types.h> does not define. */
216 /* #undef size_t */
217