Mercurial > dropbear
comparison config.h.in @ 1814:f78e67527731
Add configure script to version control. Set timezone for release tarball
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 31 Mar 2021 23:23:14 +0800 |
parents | |
children | df7bfd2f7d45 |
comparison
equal
deleted
inserted
replaced
1813:b63f1e803f70 | 1814:f78e67527731 |
---|---|
1 /* config.h.in. Generated from configure.ac by autoheader. */ | |
2 | |
3 /* Using AIX */ | |
4 #undef AIX | |
5 | |
6 /* Broken getaddrinfo */ | |
7 #undef BROKEN_GETADDRINFO | |
8 | |
9 /* Use bundled libtom */ | |
10 #undef BUNDLED_LIBTOM | |
11 | |
12 /* lastlog file location */ | |
13 #undef CONF_LASTLOG_FILE | |
14 | |
15 /* utmpx file location */ | |
16 #undef CONF_UTMPX_FILE | |
17 | |
18 /* utmp file location */ | |
19 #undef CONF_UTMP_FILE | |
20 | |
21 /* wtmpx file location */ | |
22 #undef CONF_WTMPX_FILE | |
23 | |
24 /* wtmp file location */ | |
25 #undef CONF_WTMP_FILE | |
26 | |
27 /* Disable use of lastlog() */ | |
28 #undef DISABLE_LASTLOG | |
29 | |
30 /* Use PAM */ | |
31 #undef DISABLE_PAM | |
32 | |
33 /* Disable use of pututline() */ | |
34 #undef DISABLE_PUTUTLINE | |
35 | |
36 /* Disable use of pututxline() */ | |
37 #undef DISABLE_PUTUTXLINE | |
38 | |
39 /* Using syslog */ | |
40 #undef DISABLE_SYSLOG | |
41 | |
42 /* Disable use of utmp */ | |
43 #undef DISABLE_UTMP | |
44 | |
45 /* Disable use of utmpx */ | |
46 #undef DISABLE_UTMPX | |
47 | |
48 /* Disable use of wtmp */ | |
49 #undef DISABLE_WTMP | |
50 | |
51 /* Disable use of wtmpx */ | |
52 #undef DISABLE_WTMPX | |
53 | |
54 /* Use zlib */ | |
55 #undef DISABLE_ZLIB | |
56 | |
57 /* Fuzzing */ | |
58 #undef DROPBEAR_FUZZ | |
59 | |
60 /* External Public Key Authentication */ | |
61 #undef DROPBEAR_PLUGIN | |
62 | |
63 /* Define to 1 if you have the `basename' function. */ | |
64 #undef HAVE_BASENAME | |
65 | |
66 /* Define to 1 if you have the `clearenv' function. */ | |
67 #undef HAVE_CLEARENV | |
68 | |
69 /* Define to 1 if you have the `clock_gettime' function. */ | |
70 #undef HAVE_CLOCK_GETTIME | |
71 | |
72 /* Define if gai_strerror() returns const char * */ | |
73 #undef HAVE_CONST_GAI_STRERROR_PROTO | |
74 | |
75 /* crypt() function */ | |
76 #undef HAVE_CRYPT | |
77 | |
78 /* Define to 1 if you have the <crypt.h> header file. */ | |
79 #undef HAVE_CRYPT_H | |
80 | |
81 /* Define to 1 if you have the `daemon' function. */ | |
82 #undef HAVE_DAEMON | |
83 | |
84 /* Use /dev/ptc & /dev/pts */ | |
85 #undef HAVE_DEV_PTS_AND_PTC | |
86 | |
87 /* Define to 1 if you have the `endutent' function. */ | |
88 #undef HAVE_ENDUTENT | |
89 | |
90 /* Define to 1 if you have the `endutxent' function. */ | |
91 #undef HAVE_ENDUTXENT | |
92 | |
93 /* Define to 1 if you have the `explicit_bzero' function. */ | |
94 #undef HAVE_EXPLICIT_BZERO | |
95 | |
96 /* Define to 1 if you have the `fork' function. */ | |
97 #undef HAVE_FORK | |
98 | |
99 /* Define to 1 if you have the `freeaddrinfo' function. */ | |
100 #undef HAVE_FREEADDRINFO | |
101 | |
102 /* Define to 1 if you have the `gai_strerror' function. */ | |
103 #undef HAVE_GAI_STRERROR | |
104 | |
105 /* Define to 1 if you have the `getaddrinfo' function. */ | |
106 #undef HAVE_GETADDRINFO | |
107 | |
108 /* Define to 1 if you have the `getgrouplist' function. */ | |
109 #undef HAVE_GETGROUPLIST | |
110 | |
111 /* Define to 1 if you have the `getnameinfo' function. */ | |
112 #undef HAVE_GETNAMEINFO | |
113 | |
114 /* Define to 1 if you have the `getpass' function. */ | |
115 #undef HAVE_GETPASS | |
116 | |
117 /* Define to 1 if you have the `getrandom' function. */ | |
118 #undef HAVE_GETRANDOM | |
119 | |
120 /* Define to 1 if you have the `getspnam' function. */ | |
121 #undef HAVE_GETSPNAM | |
122 | |
123 /* Define to 1 if you have the `getusershell' function. */ | |
124 #undef HAVE_GETUSERSHELL | |
125 | |
126 /* Define to 1 if you have the `getutent' function. */ | |
127 #undef HAVE_GETUTENT | |
128 | |
129 /* Define to 1 if you have the `getutid' function. */ | |
130 #undef HAVE_GETUTID | |
131 | |
132 /* Define to 1 if you have the `getutline' function. */ | |
133 #undef HAVE_GETUTLINE | |
134 | |
135 /* Define to 1 if you have the `getutxent' function. */ | |
136 #undef HAVE_GETUTXENT | |
137 | |
138 /* Define to 1 if you have the `getutxid' function. */ | |
139 #undef HAVE_GETUTXID | |
140 | |
141 /* Define to 1 if you have the `getutxline' function. */ | |
142 #undef HAVE_GETUTXLINE | |
143 | |
144 /* Define to 1 if you have the <inttypes.h> header file. */ | |
145 #undef HAVE_INTTYPES_H | |
146 | |
147 /* Define to 1 if you have the <lastlog.h> header file. */ | |
148 #undef HAVE_LASTLOG_H | |
149 | |
150 /* Define to 1 if you have the <libgen.h> header file. */ | |
151 #undef HAVE_LIBGEN_H | |
152 | |
153 /* Define to 1 if you have the `pam' library (-lpam). */ | |
154 #undef HAVE_LIBPAM | |
155 | |
156 /* Define to 1 if you have the <libutil.h> header file. */ | |
157 #undef HAVE_LIBUTIL_H | |
158 | |
159 /* Define to 1 if you have the `z' library (-lz). */ | |
160 #undef HAVE_LIBZ | |
161 | |
162 /* Define to 1 if you have the <linux/pkt_sched.h> header file. */ | |
163 #undef HAVE_LINUX_PKT_SCHED_H | |
164 | |
165 /* Have login() function */ | |
166 #undef HAVE_LOGIN | |
167 | |
168 /* Define to 1 if you have the `logout' function. */ | |
169 #undef HAVE_LOGOUT | |
170 | |
171 /* Define to 1 if you have the `logwtmp' function. */ | |
172 #undef HAVE_LOGWTMP | |
173 | |
174 /* Define to 1 if you have the `mach_absolute_time' function. */ | |
175 #undef HAVE_MACH_ABSOLUTE_TIME | |
176 | |
177 /* Define to 1 if you have the <mach/mach_time.h> header file. */ | |
178 #undef HAVE_MACH_MACH_TIME_H | |
179 | |
180 /* Define to 1 if you have the `memset_s' function. */ | |
181 #undef HAVE_MEMSET_S | |
182 | |
183 /* Define to 1 if you have the <netdb.h> header file. */ | |
184 #undef HAVE_NETDB_H | |
185 | |
186 /* Define to 1 if you have the <netinet/in.h> header file. */ | |
187 #undef HAVE_NETINET_IN_H | |
188 | |
189 /* Define to 1 if you have the <netinet/in_systm.h> header file. */ | |
190 #undef HAVE_NETINET_IN_SYSTM_H | |
191 | |
192 /* Define to 1 if you have the <netinet/tcp.h> header file. */ | |
193 #undef HAVE_NETINET_TCP_H | |
194 | |
195 /* Have openpty() function */ | |
196 #undef HAVE_OPENPTY | |
197 | |
198 /* Define to 1 if you have the `pam_fail_delay' function. */ | |
199 #undef HAVE_PAM_FAIL_DELAY | |
200 | |
201 /* Define to 1 if you have the <pam/pam_appl.h> header file. */ | |
202 #undef HAVE_PAM_PAM_APPL_H | |
203 | |
204 /* Define to 1 if you have the <paths.h> header file. */ | |
205 #undef HAVE_PATHS_H | |
206 | |
207 /* Define to 1 if you have the <pty.h> header file. */ | |
208 #undef HAVE_PTY_H | |
209 | |
210 /* Define to 1 if you have the `putenv' function. */ | |
211 #undef HAVE_PUTENV | |
212 | |
213 /* Define to 1 if you have the `pututline' function. */ | |
214 #undef HAVE_PUTUTLINE | |
215 | |
216 /* Define to 1 if you have the `pututxline' function. */ | |
217 #undef HAVE_PUTUTXLINE | |
218 | |
219 /* Define to 1 if you have the <security/pam_appl.h> header file. */ | |
220 #undef HAVE_SECURITY_PAM_APPL_H | |
221 | |
222 /* Define to 1 if you have the `setutent' function. */ | |
223 #undef HAVE_SETUTENT | |
224 | |
225 /* Define to 1 if you have the `setutxent' function. */ | |
226 #undef HAVE_SETUTXENT | |
227 | |
228 /* Define to 1 if you have the <shadow.h> header file. */ | |
229 #undef HAVE_SHADOW_H | |
230 | |
231 /* Define to 1 if you have the <stdint.h> header file. */ | |
232 #undef HAVE_STDINT_H | |
233 | |
234 /* Define to 1 if you have the <stdio.h> header file. */ | |
235 #undef HAVE_STDIO_H | |
236 | |
237 /* Define to 1 if you have the <stdlib.h> header file. */ | |
238 #undef HAVE_STDLIB_H | |
239 | |
240 /* Define to 1 if you have the <strings.h> header file. */ | |
241 #undef HAVE_STRINGS_H | |
242 | |
243 /* Define to 1 if you have the <string.h> header file. */ | |
244 #undef HAVE_STRING_H | |
245 | |
246 /* Define to 1 if you have the `strlcat' function. */ | |
247 #undef HAVE_STRLCAT | |
248 | |
249 /* Define to 1 if you have the `strlcpy' function. */ | |
250 #undef HAVE_STRLCPY | |
251 | |
252 /* Define to 1 if you have the <stropts.h> header file. */ | |
253 #undef HAVE_STROPTS_H | |
254 | |
255 /* Have struct addrinfo */ | |
256 #undef HAVE_STRUCT_ADDRINFO | |
257 | |
258 /* Have struct in6_addr */ | |
259 #undef HAVE_STRUCT_IN6_ADDR | |
260 | |
261 /* Have struct sockaddr_in6 */ | |
262 #undef HAVE_STRUCT_SOCKADDR_IN6 | |
263 | |
264 /* Define to 1 if the system has the type `struct sockaddr_storage'. */ | |
265 #undef HAVE_STRUCT_SOCKADDR_STORAGE | |
266 | |
267 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ | |
268 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY | |
269 | |
270 /* Define to 1 if `ut_addr' is a member of `struct utmpx'. */ | |
271 #undef HAVE_STRUCT_UTMPX_UT_ADDR | |
272 | |
273 /* Define to 1 if `ut_addr_v6' is a member of `struct utmpx'. */ | |
274 #undef HAVE_STRUCT_UTMPX_UT_ADDR_V6 | |
275 | |
276 /* Define to 1 if `ut_host' is a member of `struct utmpx'. */ | |
277 #undef HAVE_STRUCT_UTMPX_UT_HOST | |
278 | |
279 /* Define to 1 if `ut_id' is a member of `struct utmpx'. */ | |
280 #undef HAVE_STRUCT_UTMPX_UT_ID | |
281 | |
282 /* Define to 1 if `ut_syslen' is a member of `struct utmpx'. */ | |
283 #undef HAVE_STRUCT_UTMPX_UT_SYSLEN | |
284 | |
285 /* Define to 1 if `ut_time' is a member of `struct utmpx'. */ | |
286 #undef HAVE_STRUCT_UTMPX_UT_TIME | |
287 | |
288 /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */ | |
289 #undef HAVE_STRUCT_UTMPX_UT_TV | |
290 | |
291 /* Define to 1 if `ut_type' is a member of `struct utmpx'. */ | |
292 #undef HAVE_STRUCT_UTMPX_UT_TYPE | |
293 | |
294 /* Define to 1 if `ut_addr' is a member of `struct utmp'. */ | |
295 #undef HAVE_STRUCT_UTMP_UT_ADDR | |
296 | |
297 /* Define to 1 if `ut_addr_v6' is a member of `struct utmp'. */ | |
298 #undef HAVE_STRUCT_UTMP_UT_ADDR_V6 | |
299 | |
300 /* Define to 1 if `ut_exit' is a member of `struct utmp'. */ | |
301 #undef HAVE_STRUCT_UTMP_UT_EXIT | |
302 | |
303 /* Define to 1 if `ut_host' is a member of `struct utmp'. */ | |
304 #undef HAVE_STRUCT_UTMP_UT_HOST | |
305 | |
306 /* Define to 1 if `ut_id' is a member of `struct utmp'. */ | |
307 #undef HAVE_STRUCT_UTMP_UT_ID | |
308 | |
309 /* Define to 1 if `ut_pid' is a member of `struct utmp'. */ | |
310 #undef HAVE_STRUCT_UTMP_UT_PID | |
311 | |
312 /* Define to 1 if `ut_time' is a member of `struct utmp'. */ | |
313 #undef HAVE_STRUCT_UTMP_UT_TIME | |
314 | |
315 /* Define to 1 if `ut_tv' is a member of `struct utmp'. */ | |
316 #undef HAVE_STRUCT_UTMP_UT_TV | |
317 | |
318 /* Define to 1 if `ut_type' is a member of `struct utmp'. */ | |
319 #undef HAVE_STRUCT_UTMP_UT_TYPE | |
320 | |
321 /* Define to 1 if you have the <sys/random.h> header file. */ | |
322 #undef HAVE_SYS_RANDOM_H | |
323 | |
324 /* Define to 1 if you have the <sys/select.h> header file. */ | |
325 #undef HAVE_SYS_SELECT_H | |
326 | |
327 /* Define to 1 if you have the <sys/socket.h> header file. */ | |
328 #undef HAVE_SYS_SOCKET_H | |
329 | |
330 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
331 #undef HAVE_SYS_STAT_H | |
332 | |
333 /* Define to 1 if you have the <sys/types.h> header file. */ | |
334 #undef HAVE_SYS_TYPES_H | |
335 | |
336 /* Define to 1 if you have the <sys/uio.h> header file. */ | |
337 #undef HAVE_SYS_UIO_H | |
338 | |
339 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | |
340 #undef HAVE_SYS_WAIT_H | |
341 | |
342 /* Define to 1 if the system has the type `uint16_t'. */ | |
343 #undef HAVE_UINT16_T | |
344 | |
345 /* Define to 1 if the system has the type `uint32_t'. */ | |
346 #undef HAVE_UINT32_T | |
347 | |
348 /* Define to 1 if the system has the type `uint8_t'. */ | |
349 #undef HAVE_UINT8_T | |
350 | |
351 /* Define to 1 if you have the <unistd.h> header file. */ | |
352 #undef HAVE_UNISTD_H | |
353 | |
354 /* Define to 1 if you have the `updwtmp' function. */ | |
355 #undef HAVE_UPDWTMP | |
356 | |
357 /* Define to 1 if you have the <util.h> header file. */ | |
358 #undef HAVE_UTIL_H | |
359 | |
360 /* Define to 1 if you have the `utmpname' function. */ | |
361 #undef HAVE_UTMPNAME | |
362 | |
363 /* Define to 1 if you have the `utmpxname' function. */ | |
364 #undef HAVE_UTMPXNAME | |
365 | |
366 /* Define to 1 if you have the <utmpx.h> header file. */ | |
367 #undef HAVE_UTMPX_H | |
368 | |
369 /* Define to 1 if you have the <utmp.h> header file. */ | |
370 #undef HAVE_UTMP_H | |
371 | |
372 /* Define to 1 if the system has the type `u_int16_t'. */ | |
373 #undef HAVE_U_INT16_T | |
374 | |
375 /* Define to 1 if the system has the type `u_int32_t'. */ | |
376 #undef HAVE_U_INT32_T | |
377 | |
378 /* Define to 1 if the system has the type `u_int8_t'. */ | |
379 #undef HAVE_U_INT8_T | |
380 | |
381 /* Define to 1 if you have the `writev' function. */ | |
382 #undef HAVE_WRITEV | |
383 | |
384 /* Define to 1 if you have the `_getpty' function. */ | |
385 #undef HAVE__GETPTY | |
386 | |
387 /* Define to the address where bug reports for this package should be sent. */ | |
388 #undef PACKAGE_BUGREPORT | |
389 | |
390 /* Define to the full name of this package. */ | |
391 #undef PACKAGE_NAME | |
392 | |
393 /* Define to the full name and version of this package. */ | |
394 #undef PACKAGE_STRING | |
395 | |
396 /* Define to the one symbol short name of this package. */ | |
397 #undef PACKAGE_TARNAME | |
398 | |
399 /* Define to the home page for this package. */ | |
400 #undef PACKAGE_URL | |
401 | |
402 /* Define to the version of this package. */ | |
403 #undef PACKAGE_VERSION | |
404 | |
405 /* Define to the type of arg 1 for `select'. */ | |
406 #undef SELECT_TYPE_ARG1 | |
407 | |
408 /* Define to the type of args 2, 3 and 4 for `select'. */ | |
409 #undef SELECT_TYPE_ARG234 | |
410 | |
411 /* Define to the type of arg 5 for `select'. */ | |
412 #undef SELECT_TYPE_ARG5 | |
413 | |
414 /* Define to 1 if all of the C90 standard headers exist (not just the ones | |
415 required in a freestanding environment). This macro is provided for | |
416 backward compatibility; new code need not use it. */ | |
417 #undef STDC_HEADERS | |
418 | |
419 /* Use /dev/ptmx */ | |
420 #undef USE_DEV_PTMX | |
421 | |
422 /* Number of bits in a file offset, on hosts where this is settable. */ | |
423 #undef _FILE_OFFSET_BITS | |
424 | |
425 /* Use GNU extensions if glibc */ | |
426 #undef _GNU_SOURCE | |
427 | |
428 /* Define for large files, on AIX-style hosts. */ | |
429 #undef _LARGE_FILES | |
430 | |
431 /* Define to empty if `const' does not conform to ANSI C. */ | |
432 #undef const | |
433 | |
434 /* Define to `int' if <sys/types.h> doesn't define. */ | |
435 #undef gid_t | |
436 | |
437 /* Define to `int' if <sys/types.h> does not define. */ | |
438 #undef mode_t | |
439 | |
440 /* Define as a signed integer type capable of holding a process identifier. */ | |
441 #undef pid_t | |
442 | |
443 /* Define to `unsigned int' if <sys/types.h> does not define. */ | |
444 #undef size_t | |
445 | |
446 /* type to use in place of socklen_t if not defined */ | |
447 #undef socklen_t | |
448 | |
449 /* Define to `int' if <sys/types.h> doesn't define. */ | |
450 #undef uid_t |