diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 994 |
1 files changed, 994 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 000000000..41495c4fb --- /dev/null +++ b/config.h.in | |||
@@ -0,0 +1,994 @@ | |||
1 | /* config.h.in. Generated automatically from configure.ac by autoheader. */ | ||
2 | /* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */ | ||
3 | |||
4 | /* | ||
5 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | ||
6 | * | ||
7 | * Redistribution and use in source and binary forms, with or without | ||
8 | * modification, are permitted provided that the following conditions | ||
9 | * are met: | ||
10 | * 1. Redistributions of source code must retain the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer. | ||
12 | * 2. Redistributions in binary form must reproduce the above copyright | ||
13 | * notice, this list of conditions and the following disclaimer in the | ||
14 | * documentation and/or other materials provided with the distribution. | ||
15 | * | ||
16 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | ||
17 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
18 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
19 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
20 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
21 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
22 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
23 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
25 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | */ | ||
27 | |||
28 | #ifndef _CONFIG_H | ||
29 | #define _CONFIG_H | ||
30 | |||
31 | /* Generated automatically from acconfig.h by autoheader. */ | ||
32 | /* Please make your changes there */ | ||
33 | |||
34 | |||
35 | |||
36 | /* Define if your platform breaks doing a seteuid before a setuid */ | ||
37 | #undef SETEUID_BREAKS_SETUID | ||
38 | |||
39 | /* Define if your setreuid() is broken */ | ||
40 | #undef BROKEN_SETREUID | ||
41 | |||
42 | /* Define if your setregid() is broken */ | ||
43 | #undef BROKEN_SETREGID | ||
44 | |||
45 | /* Define to a Set Process Title type if your system is */ | ||
46 | /* supported by bsd-setproctitle.c */ | ||
47 | #undef SPT_TYPE | ||
48 | #undef SPT_PADCHAR | ||
49 | |||
50 | /* setgroups() NOOP allowed */ | ||
51 | #undef SETGROUPS_NOOP | ||
52 | |||
53 | /* SCO workaround */ | ||
54 | #undef BROKEN_SYS_TERMIO_H | ||
55 | |||
56 | /* Define if you have SecureWare-based protected password database */ | ||
57 | #undef HAVE_SECUREWARE | ||
58 | |||
59 | /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ | ||
60 | /* from environment and PATH */ | ||
61 | #undef LOGIN_PROGRAM_FALLBACK | ||
62 | |||
63 | /* Define if your password has a pw_class field */ | ||
64 | #undef HAVE_PW_CLASS_IN_PASSWD | ||
65 | |||
66 | /* Define if your password has a pw_expire field */ | ||
67 | #undef HAVE_PW_EXPIRE_IN_PASSWD | ||
68 | |||
69 | /* Define if your password has a pw_change field */ | ||
70 | #undef HAVE_PW_CHANGE_IN_PASSWD | ||
71 | |||
72 | /* Define if your system uses access rights style file descriptor passing */ | ||
73 | #undef HAVE_ACCRIGHTS_IN_MSGHDR | ||
74 | |||
75 | /* Define if your system uses ancillary data style file descriptor passing */ | ||
76 | #undef HAVE_CONTROL_IN_MSGHDR | ||
77 | |||
78 | /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ | ||
79 | #undef BROKEN_INET_NTOA | ||
80 | |||
81 | /* Define if your system defines sys_errlist[] */ | ||
82 | #undef HAVE_SYS_ERRLIST | ||
83 | |||
84 | /* Define if your system defines sys_nerr */ | ||
85 | #undef HAVE_SYS_NERR | ||
86 | |||
87 | /* Define if your system choked on IP TOS setting */ | ||
88 | #undef IP_TOS_IS_BROKEN | ||
89 | |||
90 | /* Define if you have the getuserattr function. */ | ||
91 | #undef HAVE_GETUSERATTR | ||
92 | |||
93 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | ||
94 | #undef PAM_TTY_KLUDGE | ||
95 | |||
96 | /* Use PIPES instead of a socketpair() */ | ||
97 | #undef USE_PIPES | ||
98 | |||
99 | /* Define if your snprintf is busted */ | ||
100 | #undef BROKEN_SNPRINTF | ||
101 | |||
102 | /* Define if you are on Cygwin */ | ||
103 | #undef HAVE_CYGWIN | ||
104 | |||
105 | /* Define if you have a broken realpath. */ | ||
106 | #undef BROKEN_REALPATH | ||
107 | |||
108 | /* Define if you are on NeXT */ | ||
109 | #undef HAVE_NEXT | ||
110 | |||
111 | /* Define if you are on NEWS-OS */ | ||
112 | #undef HAVE_NEWS4 | ||
113 | |||
114 | /* Define if you want to enable PAM support */ | ||
115 | #undef USE_PAM | ||
116 | |||
117 | /* Define if you want to enable AIX4's authenticate function */ | ||
118 | #undef WITH_AIXAUTHENTICATE | ||
119 | |||
120 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ | ||
121 | #undef AIX_LOGINFAILED_4ARG | ||
122 | |||
123 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | ||
124 | #undef WITH_IRIX_ARRAY | ||
125 | |||
126 | /* Define if you want IRIX project management */ | ||
127 | #undef WITH_IRIX_PROJECT | ||
128 | |||
129 | /* Define if you want IRIX audit trails */ | ||
130 | #undef WITH_IRIX_AUDIT | ||
131 | |||
132 | /* Define if you want IRIX kernel jobs */ | ||
133 | #undef WITH_IRIX_JOBS | ||
134 | |||
135 | /* Location of PRNGD/EGD random number socket */ | ||
136 | #undef PRNGD_SOCKET | ||
137 | |||
138 | /* Port number of PRNGD/EGD random number socket */ | ||
139 | #undef PRNGD_PORT | ||
140 | |||
141 | /* Builtin PRNG command timeout */ | ||
142 | #undef ENTROPY_TIMEOUT_MSEC | ||
143 | |||
144 | /* non-privileged user for privilege separation */ | ||
145 | #undef SSH_PRIVSEP_USER | ||
146 | |||
147 | /* Define if you want to install preformatted manpages.*/ | ||
148 | #undef MANTYPE | ||
149 | |||
150 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | ||
151 | #undef HAVE_OPENSSL | ||
152 | |||
153 | /* Define if you are linking against RSAref. Used only to print the right | ||
154 | * message at run-time. */ | ||
155 | #undef RSAREF | ||
156 | |||
157 | /* struct timeval */ | ||
158 | #undef HAVE_STRUCT_TIMEVAL | ||
159 | |||
160 | /* struct utmp and struct utmpx fields */ | ||
161 | #undef HAVE_HOST_IN_UTMP | ||
162 | #undef HAVE_HOST_IN_UTMPX | ||
163 | #undef HAVE_ADDR_IN_UTMP | ||
164 | #undef HAVE_ADDR_IN_UTMPX | ||
165 | #undef HAVE_ADDR_V6_IN_UTMP | ||
166 | #undef HAVE_ADDR_V6_IN_UTMPX | ||
167 | #undef HAVE_SYSLEN_IN_UTMPX | ||
168 | #undef HAVE_PID_IN_UTMP | ||
169 | #undef HAVE_TYPE_IN_UTMP | ||
170 | #undef HAVE_TYPE_IN_UTMPX | ||
171 | #undef HAVE_TV_IN_UTMP | ||
172 | #undef HAVE_TV_IN_UTMPX | ||
173 | #undef HAVE_ID_IN_UTMP | ||
174 | #undef HAVE_ID_IN_UTMPX | ||
175 | #undef HAVE_EXIT_IN_UTMP | ||
176 | #undef HAVE_TIME_IN_UTMP | ||
177 | #undef HAVE_TIME_IN_UTMPX | ||
178 | |||
179 | /* Define if you don't want to use your system's login() call */ | ||
180 | #undef DISABLE_LOGIN | ||
181 | |||
182 | /* Define if you don't want to use pututline() etc. to write [uw]tmp */ | ||
183 | #undef DISABLE_PUTUTLINE | ||
184 | |||
185 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ | ||
186 | #undef DISABLE_PUTUTXLINE | ||
187 | |||
188 | /* Define if you don't want to use lastlog */ | ||
189 | #undef DISABLE_LASTLOG | ||
190 | |||
191 | /* Define if you don't want to use lastlog in session.c */ | ||
192 | #undef NO_SSH_LASTLOG | ||
193 | |||
194 | /* Define if you don't want to use utmp */ | ||
195 | #undef DISABLE_UTMP | ||
196 | |||
197 | /* Define if you don't want to use utmpx */ | ||
198 | #undef DISABLE_UTMPX | ||
199 | |||
200 | /* Define if you don't want to use wtmp */ | ||
201 | #undef DISABLE_WTMP | ||
202 | |||
203 | /* Define if you don't want to use wtmpx */ | ||
204 | #undef DISABLE_WTMPX | ||
205 | |||
206 | /* Some systems need a utmpx entry for /bin/login to work */ | ||
207 | #undef LOGIN_NEEDS_UTMPX | ||
208 | |||
209 | /* Some versions of /bin/login need the TERM supplied on the commandline */ | ||
210 | #undef LOGIN_NEEDS_TERM | ||
211 | |||
212 | /* Define if your login program cannot handle end of options ("--") */ | ||
213 | #undef LOGIN_NO_ENDOPT | ||
214 | |||
215 | /* Define if you want to specify the path to your lastlog file */ | ||
216 | #undef CONF_LASTLOG_FILE | ||
217 | |||
218 | /* Define if you want to specify the path to your utmp file */ | ||
219 | #undef CONF_UTMP_FILE | ||
220 | |||
221 | /* Define if you want to specify the path to your wtmp file */ | ||
222 | #undef CONF_WTMP_FILE | ||
223 | |||
224 | /* Define if you want to specify the path to your utmpx file */ | ||
225 | #undef CONF_UTMPX_FILE | ||
226 | |||
227 | /* Define if you want to specify the path to your wtmpx file */ | ||
228 | #undef CONF_WTMPX_FILE | ||
229 | |||
230 | /* Define if you want external askpass support */ | ||
231 | #undef USE_EXTERNAL_ASKPASS | ||
232 | |||
233 | /* Define if libc defines __progname */ | ||
234 | #undef HAVE___PROGNAME | ||
235 | |||
236 | /* Define if compiler implements __FUNCTION__ */ | ||
237 | #undef HAVE___FUNCTION__ | ||
238 | |||
239 | /* Define if compiler implements __func__ */ | ||
240 | #undef HAVE___func__ | ||
241 | |||
242 | /* Define this is you want GSSAPI support in the version 2 protocol */ | ||
243 | #undef GSSAPI | ||
244 | |||
245 | /* Define if you want Kerberos 5 support */ | ||
246 | #undef KRB5 | ||
247 | |||
248 | /* Define this if you are using the Heimdal version of Kerberos V5 */ | ||
249 | #undef HEIMDAL | ||
250 | |||
251 | /* Define if you want S/Key support */ | ||
252 | #undef SKEY | ||
253 | |||
254 | /* Define if you want TCP Wrappers support */ | ||
255 | #undef LIBWRAP | ||
256 | |||
257 | /* Define if your libraries define login() */ | ||
258 | #undef HAVE_LOGIN | ||
259 | |||
260 | /* Define if your libraries define daemon() */ | ||
261 | #undef HAVE_DAEMON | ||
262 | |||
263 | /* Define if your libraries define getpagesize() */ | ||
264 | #undef HAVE_GETPAGESIZE | ||
265 | |||
266 | /* Define if xauth is found in your path */ | ||
267 | #undef XAUTH_PATH | ||
268 | |||
269 | /* Define if you want to allow MD5 passwords */ | ||
270 | #undef HAVE_MD5_PASSWORDS | ||
271 | |||
272 | /* Define if you want to disable shadow passwords */ | ||
273 | #undef DISABLE_SHADOW | ||
274 | |||
275 | /* Define if you want to use shadow password expire field */ | ||
276 | #undef HAS_SHADOW_EXPIRE | ||
277 | |||
278 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
279 | #undef HAVE_OSF_SIA | ||
280 | |||
281 | /* Define if you have getpwanam(3) [SunOS 4.x] */ | ||
282 | #undef HAVE_GETPWANAM | ||
283 | |||
284 | /* Define if you have an old version of PAM which takes only one argument */ | ||
285 | /* to pam_strerror */ | ||
286 | #undef HAVE_OLD_PAM | ||
287 | |||
288 | /* Define if you are using Solaris-derived PAM which passes pam_messages */ | ||
289 | /* to the conversation function with an extra level of indirection */ | ||
290 | #undef PAM_SUN_CODEBASE | ||
291 | |||
292 | /* Set this to your mail directory if you don't have maillock.h */ | ||
293 | #undef MAIL_DIRECTORY | ||
294 | |||
295 | /* Data types */ | ||
296 | #undef HAVE_U_INT | ||
297 | #undef HAVE_INTXX_T | ||
298 | #undef HAVE_U_INTXX_T | ||
299 | #undef HAVE_UINTXX_T | ||
300 | #undef HAVE_INT64_T | ||
301 | #undef HAVE_U_INT64_T | ||
302 | #undef HAVE_U_CHAR | ||
303 | #undef HAVE_SIZE_T | ||
304 | #undef HAVE_SSIZE_T | ||
305 | #undef HAVE_CLOCK_T | ||
306 | #undef HAVE_MODE_T | ||
307 | #undef HAVE_PID_T | ||
308 | #undef HAVE_SA_FAMILY_T | ||
309 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | ||
310 | #undef HAVE_STRUCT_ADDRINFO | ||
311 | #undef HAVE_STRUCT_IN6_ADDR | ||
312 | #undef HAVE_STRUCT_SOCKADDR_IN6 | ||
313 | |||
314 | /* Fields in struct sockaddr_storage */ | ||
315 | #undef HAVE_SS_FAMILY_IN_SS | ||
316 | #undef HAVE___SS_FAMILY_IN_SS | ||
317 | |||
318 | /* Define if you have /dev/ptmx */ | ||
319 | #undef HAVE_DEV_PTMX | ||
320 | |||
321 | /* Define if you have /dev/ptc */ | ||
322 | #undef HAVE_DEV_PTS_AND_PTC | ||
323 | |||
324 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
325 | #undef IPADDR_IN_DISPLAY | ||
326 | |||
327 | /* Specify default $PATH */ | ||
328 | #undef USER_PATH | ||
329 | |||
330 | /* Specify location of ssh.pid */ | ||
331 | #undef _PATH_SSH_PIDDIR | ||
332 | |||
333 | /* getaddrinfo is broken (if present) */ | ||
334 | #undef BROKEN_GETADDRINFO | ||
335 | |||
336 | /* Workaround more Linux IPv6 quirks */ | ||
337 | #undef DONT_TRY_OTHER_AF | ||
338 | |||
339 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | ||
340 | #undef IPV4_IN_IPV6 | ||
341 | |||
342 | /* Define if you have BSD auth support */ | ||
343 | #undef BSD_AUTH | ||
344 | |||
345 | /* Define if X11 doesn't support AF_UNIX sockets on that system */ | ||
346 | #undef NO_X11_UNIX_SOCKETS | ||
347 | |||
348 | /* Define if the concept of ports only accessible to superusers isn't known */ | ||
349 | #undef NO_IPPORT_RESERVED_CONCEPT | ||
350 | |||
351 | /* Needed for SCO and NeXT */ | ||
352 | #undef BROKEN_SAVED_UIDS | ||
353 | |||
354 | /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ | ||
355 | #undef GLOB_HAS_ALTDIRFUNC | ||
356 | |||
357 | /* Define if your system glob() function has gl_matchc options in glob_t */ | ||
358 | #undef GLOB_HAS_GL_MATCHC | ||
359 | |||
360 | /* Define in your struct dirent expects you to allocate extra space for d_name */ | ||
361 | #undef BROKEN_ONE_BYTE_DIRENT_D_NAME | ||
362 | |||
363 | /* Define if your system has /etc/default/login */ | ||
364 | #undef HAVE_ETC_DEFAULT_LOGIN | ||
365 | |||
366 | /* Define if your getopt(3) defines and uses optreset */ | ||
367 | #undef HAVE_GETOPT_OPTRESET | ||
368 | |||
369 | /* Define on *nto-qnx systems */ | ||
370 | #undef MISSING_NFDBITS | ||
371 | |||
372 | /* Define on *nto-qnx systems */ | ||
373 | #undef MISSING_HOWMANY | ||
374 | |||
375 | /* Define on *nto-qnx systems */ | ||
376 | #undef MISSING_FD_MASK | ||
377 | |||
378 | /* Define if you want smartcard support */ | ||
379 | #undef SMARTCARD | ||
380 | |||
381 | /* Define if you want smartcard support using sectok */ | ||
382 | #undef USE_SECTOK | ||
383 | |||
384 | /* Define if you want smartcard support using OpenSC */ | ||
385 | #undef USE_OPENSC | ||
386 | |||
387 | /* Define if you want to use OpenSSL's internally seeded PRNG only */ | ||
388 | #undef OPENSSL_PRNG_ONLY | ||
389 | |||
390 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | ||
391 | #undef WITH_ABBREV_NO_TTY | ||
392 | |||
393 | /* Define if you want a different $PATH for the superuser */ | ||
394 | #undef SUPERUSER_PATH | ||
395 | |||
396 | /* Path that unprivileged child will chroot() to in privep mode */ | ||
397 | #undef PRIVSEP_PATH | ||
398 | |||
399 | /* Define if your platform needs to skip post auth file descriptor passing */ | ||
400 | #undef DISABLE_FD_PASSING | ||
401 | |||
402 | /* Silly mkstemp() */ | ||
403 | #undef HAVE_STRICT_MKSTEMP | ||
404 | |||
405 | /* Some systems put this outside of libc */ | ||
406 | #undef HAVE_NANOSLEEP | ||
407 | |||
408 | /* Define if sshd somehow reacquires a controlling TTY after setsid() */ | ||
409 | #undef SSHD_ACQUIRES_CTTY | ||
410 | |||
411 | /* Define if cmsg_type is not passed correctly */ | ||
412 | #undef BROKEN_CMSG_TYPE | ||
413 | |||
414 | /* Strings used in /etc/passwd to denote locked account */ | ||
415 | #undef LOCKED_PASSWD_STRING | ||
416 | #undef LOCKED_PASSWD_PREFIX | ||
417 | #undef LOCKED_PASSWD_SUBSTR | ||
418 | |||
419 | /* Define if DNS support is to be activated */ | ||
420 | #undef DNS | ||
421 | |||
422 | /* Define if getrrsetbyname() exists */ | ||
423 | #undef HAVE_GETRRSETBYNAME | ||
424 | |||
425 | /* Define if HEADER.ad exists in arpa/nameser.h */ | ||
426 | #undef HAVE_HEADER_AD | ||
427 | |||
428 | |||
429 | /* Define if the `getpgrp' function takes no argument. */ | ||
430 | #undef GETPGRP_VOID | ||
431 | |||
432 | /* Define if you have the `arc4random' function. */ | ||
433 | #undef HAVE_ARC4RANDOM | ||
434 | |||
435 | /* Define if you have the `b64_ntop' function. */ | ||
436 | #undef HAVE_B64_NTOP | ||
437 | |||
438 | /* Define if you have the `b64_pton' function. */ | ||
439 | #undef HAVE_B64_PTON | ||
440 | |||
441 | /* Define if you have the `basename' function. */ | ||
442 | #undef HAVE_BASENAME | ||
443 | |||
444 | /* Define if you have the `bcopy' function. */ | ||
445 | #undef HAVE_BCOPY | ||
446 | |||
447 | /* Define if you have the `bindresvport_sa' function. */ | ||
448 | #undef HAVE_BINDRESVPORT_SA | ||
449 | |||
450 | /* Define if you have the <bstring.h> header file. */ | ||
451 | #undef HAVE_BSTRING_H | ||
452 | |||
453 | /* Define if you have the `clock' function. */ | ||
454 | #undef HAVE_CLOCK | ||
455 | |||
456 | /* Define if you have the <crypt.h> header file. */ | ||
457 | #undef HAVE_CRYPT_H | ||
458 | |||
459 | /* Define if you have the `dirname' function. */ | ||
460 | #undef HAVE_DIRNAME | ||
461 | |||
462 | /* Define if you have the <endian.h> header file. */ | ||
463 | #undef HAVE_ENDIAN_H | ||
464 | |||
465 | /* Define if you have the `endutent' function. */ | ||
466 | #undef HAVE_ENDUTENT | ||
467 | |||
468 | /* Define if you have the `endutxent' function. */ | ||
469 | #undef HAVE_ENDUTXENT | ||
470 | |||
471 | /* Define if you have the `fchmod' function. */ | ||
472 | #undef HAVE_FCHMOD | ||
473 | |||
474 | /* Define if you have the `fchown' function. */ | ||
475 | #undef HAVE_FCHOWN | ||
476 | |||
477 | /* Define if you have the <features.h> header file. */ | ||
478 | #undef HAVE_FEATURES_H | ||
479 | |||
480 | /* Define if you have the <floatingpoint.h> header file. */ | ||
481 | #undef HAVE_FLOATINGPOINT_H | ||
482 | |||
483 | /* Define if you have the `freeaddrinfo' function. */ | ||
484 | #undef HAVE_FREEADDRINFO | ||
485 | |||
486 | /* Define if you have the `futimes' function. */ | ||
487 | #undef HAVE_FUTIMES | ||
488 | |||
489 | /* Define if you have the `gai_strerror' function. */ | ||
490 | #undef HAVE_GAI_STRERROR | ||
491 | |||
492 | /* Define if you have the `getaddrinfo' function. */ | ||
493 | #undef HAVE_GETADDRINFO | ||
494 | |||
495 | /* Define if you have the `getcwd' function. */ | ||
496 | #undef HAVE_GETCWD | ||
497 | |||
498 | /* Define if you have the `getgrouplist' function. */ | ||
499 | #undef HAVE_GETGROUPLIST | ||
500 | |||
501 | /* Define if you have the `getluid' function. */ | ||
502 | #undef HAVE_GETLUID | ||
503 | |||
504 | /* Define if you have the `getnameinfo' function. */ | ||
505 | #undef HAVE_GETNAMEINFO | ||
506 | |||
507 | /* Define if you have the `getopt' function. */ | ||
508 | #undef HAVE_GETOPT | ||
509 | |||
510 | /* Define if you have the <getopt.h> header file. */ | ||
511 | #undef HAVE_GETOPT_H | ||
512 | |||
513 | /* Define if you have the `getpeereid' function. */ | ||
514 | #undef HAVE_GETPEEREID | ||
515 | |||
516 | /* Define if you have the `getpwanam' function. */ | ||
517 | #undef HAVE_GETPWANAM | ||
518 | |||
519 | /* Define if you have the `getrlimit' function. */ | ||
520 | #undef HAVE_GETRLIMIT | ||
521 | |||
522 | /* Define if you have the `getrusage' function. */ | ||
523 | #undef HAVE_GETRUSAGE | ||
524 | |||
525 | /* Define if you have the `gettimeofday' function. */ | ||
526 | #undef HAVE_GETTIMEOFDAY | ||
527 | |||
528 | /* Define if you have the `getttyent' function. */ | ||
529 | #undef HAVE_GETTTYENT | ||
530 | |||
531 | /* Define if you have the `getutent' function. */ | ||
532 | #undef HAVE_GETUTENT | ||
533 | |||
534 | /* Define if you have the `getutid' function. */ | ||
535 | #undef HAVE_GETUTID | ||
536 | |||
537 | /* Define if you have the `getutline' function. */ | ||
538 | #undef HAVE_GETUTLINE | ||
539 | |||
540 | /* Define if you have the `getutxent' function. */ | ||
541 | #undef HAVE_GETUTXENT | ||
542 | |||
543 | /* Define if you have the `getutxid' function. */ | ||
544 | #undef HAVE_GETUTXID | ||
545 | |||
546 | /* Define if you have the `getutxline' function. */ | ||
547 | #undef HAVE_GETUTXLINE | ||
548 | |||
549 | /* Define if you have the `glob' function. */ | ||
550 | #undef HAVE_GLOB | ||
551 | |||
552 | /* Define if you have the <glob.h> header file. */ | ||
553 | #undef HAVE_GLOB_H | ||
554 | |||
555 | /* Define if you have the <gssapi.h> header file. */ | ||
556 | #undef HAVE_GSSAPI_H | ||
557 | |||
558 | /* Define if you have the <ia.h> header file. */ | ||
559 | #undef HAVE_IA_H | ||
560 | |||
561 | /* Define if you have the `inet_aton' function. */ | ||
562 | #undef HAVE_INET_ATON | ||
563 | |||
564 | /* Define if you have the `inet_ntoa' function. */ | ||
565 | #undef HAVE_INET_NTOA | ||
566 | |||
567 | /* Define if you have the `inet_ntop' function. */ | ||
568 | #undef HAVE_INET_NTOP | ||
569 | |||
570 | /* Define if you have the `innetgr' function. */ | ||
571 | #undef HAVE_INNETGR | ||
572 | |||
573 | /* Define if you have the <inttypes.h> header file. */ | ||
574 | #undef HAVE_INTTYPES_H | ||
575 | |||
576 | /* Define if you have the <lastlog.h> header file. */ | ||
577 | #undef HAVE_LASTLOG_H | ||
578 | |||
579 | /* Define if you have the `crypt' library (-lcrypt). */ | ||
580 | #undef HAVE_LIBCRYPT | ||
581 | |||
582 | /* Define if you have the `dl' library (-ldl). */ | ||
583 | #undef HAVE_LIBDL | ||
584 | |||
585 | /* Define if you have the <libgen.h> header file. */ | ||
586 | #undef HAVE_LIBGEN_H | ||
587 | |||
588 | /* Define if you have the `nsl' library (-lnsl). */ | ||
589 | #undef HAVE_LIBNSL | ||
590 | |||
591 | /* Define if you have the `pam' library (-lpam). */ | ||
592 | #undef HAVE_LIBPAM | ||
593 | |||
594 | /* Define if you have the `sectok' library (-lsectok). */ | ||
595 | #undef HAVE_LIBSECTOK | ||
596 | |||
597 | /* Define if you have the `socket' library (-lsocket). */ | ||
598 | #undef HAVE_LIBSOCKET | ||
599 | |||
600 | /* Define if you have the <libutil.h> header file. */ | ||
601 | #undef HAVE_LIBUTIL_H | ||
602 | |||
603 | /* Define if you have the `xnet' library (-lxnet). */ | ||
604 | #undef HAVE_LIBXNET | ||
605 | |||
606 | /* Define if you have the `z' library (-lz). */ | ||
607 | #undef HAVE_LIBZ | ||
608 | |||
609 | /* Define if you have the <limits.h> header file. */ | ||
610 | #undef HAVE_LIMITS_H | ||
611 | |||
612 | /* Define if you have the <login_cap.h> header file. */ | ||
613 | #undef HAVE_LOGIN_CAP_H | ||
614 | |||
615 | /* Define if you have the `login_getcapbool' function. */ | ||
616 | #undef HAVE_LOGIN_GETCAPBOOL | ||
617 | |||
618 | /* Define if you have the <login.h> header file. */ | ||
619 | #undef HAVE_LOGIN_H | ||
620 | |||
621 | /* Define if you have the `logout' function. */ | ||
622 | #undef HAVE_LOGOUT | ||
623 | |||
624 | /* Define if you have the `logwtmp' function. */ | ||
625 | #undef HAVE_LOGWTMP | ||
626 | |||
627 | /* Define if you have the <maillock.h> header file. */ | ||
628 | #undef HAVE_MAILLOCK_H | ||
629 | |||
630 | /* Define if you have the `md5_crypt' function. */ | ||
631 | #undef HAVE_MD5_CRYPT | ||
632 | |||
633 | /* Define if you have the `memmove' function. */ | ||
634 | #undef HAVE_MEMMOVE | ||
635 | |||
636 | /* Define if you have the <memory.h> header file. */ | ||
637 | #undef HAVE_MEMORY_H | ||
638 | |||
639 | /* Define if you have the `mkdtemp' function. */ | ||
640 | #undef HAVE_MKDTEMP | ||
641 | |||
642 | /* Define if you have the `mmap' function. */ | ||
643 | #undef HAVE_MMAP | ||
644 | |||
645 | /* Define if you have the <netdb.h> header file. */ | ||
646 | #undef HAVE_NETDB_H | ||
647 | |||
648 | /* Define if you have the <netgroup.h> header file. */ | ||
649 | #undef HAVE_NETGROUP_H | ||
650 | |||
651 | /* Define if you have the <netinet/in_systm.h> header file. */ | ||
652 | #undef HAVE_NETINET_IN_SYSTM_H | ||
653 | |||
654 | /* Define if you have the `ngetaddrinfo' function. */ | ||
655 | #undef HAVE_NGETADDRINFO | ||
656 | |||
657 | /* Define if you have the `nsleep' function. */ | ||
658 | #undef HAVE_NSLEEP | ||
659 | |||
660 | /* Define if you have the `ogetaddrinfo' function. */ | ||
661 | #undef HAVE_OGETADDRINFO | ||
662 | |||
663 | /* Define if you have the `openlog_r' function. */ | ||
664 | #undef HAVE_OPENLOG_R | ||
665 | |||
666 | /* Define if you have the `openpty' function. */ | ||
667 | #undef HAVE_OPENPTY | ||
668 | |||
669 | /* Define if you have the `pam_getenvlist' function. */ | ||
670 | #undef HAVE_PAM_GETENVLIST | ||
671 | |||
672 | /* Define if you have the `pam_putenv' function. */ | ||
673 | #undef HAVE_PAM_PUTENV | ||
674 | |||
675 | /* Define if you have the <paths.h> header file. */ | ||
676 | #undef HAVE_PATHS_H | ||
677 | |||
678 | /* Define if you have the `pstat' function. */ | ||
679 | #undef HAVE_PSTAT | ||
680 | |||
681 | /* Define if you have the <pty.h> header file. */ | ||
682 | #undef HAVE_PTY_H | ||
683 | |||
684 | /* Define if you have the `pututline' function. */ | ||
685 | #undef HAVE_PUTUTLINE | ||
686 | |||
687 | /* Define if you have the `pututxline' function. */ | ||
688 | #undef HAVE_PUTUTXLINE | ||
689 | |||
690 | /* Define if you have the `readpassphrase' function. */ | ||
691 | #undef HAVE_READPASSPHRASE | ||
692 | |||
693 | /* Define if you have the <readpassphrase.h> header file. */ | ||
694 | #undef HAVE_READPASSPHRASE_H | ||
695 | |||
696 | /* Define if you have the `realpath' function. */ | ||
697 | #undef HAVE_REALPATH | ||
698 | |||
699 | /* Define if you have the `recvmsg' function. */ | ||
700 | #undef HAVE_RECVMSG | ||
701 | |||
702 | /* Define if you have the <rpc/types.h> header file. */ | ||
703 | #undef HAVE_RPC_TYPES_H | ||
704 | |||
705 | /* Define if you have the `rresvport_af' function. */ | ||
706 | #undef HAVE_RRESVPORT_AF | ||
707 | |||
708 | /* Define if you have the <sectok.h> header file. */ | ||
709 | #undef HAVE_SECTOK_H | ||
710 | |||
711 | /* Define if you have the <security/pam_appl.h> header file. */ | ||
712 | #undef HAVE_SECURITY_PAM_APPL_H | ||
713 | |||
714 | /* Define if you have the `sendmsg' function. */ | ||
715 | #undef HAVE_SENDMSG | ||
716 | |||
717 | /* Define if you have the `setauthdb' function. */ | ||
718 | #undef HAVE_SETAUTHDB | ||
719 | |||
720 | /* Define if you have the `setdtablesize' function. */ | ||
721 | #undef HAVE_SETDTABLESIZE | ||
722 | |||
723 | /* Define if you have the `setegid' function. */ | ||
724 | #undef HAVE_SETEGID | ||
725 | |||
726 | /* Define if you have the `setenv' function. */ | ||
727 | #undef HAVE_SETENV | ||
728 | |||
729 | /* Define if you have the `seteuid' function. */ | ||
730 | #undef HAVE_SETEUID | ||
731 | |||
732 | /* Define if you have the `setgroups' function. */ | ||
733 | #undef HAVE_SETGROUPS | ||
734 | |||
735 | /* Define if you have the `setlogin' function. */ | ||
736 | #undef HAVE_SETLOGIN | ||
737 | |||
738 | /* Define if you have the `setluid' function. */ | ||
739 | #undef HAVE_SETLUID | ||
740 | |||
741 | /* Define if you have the `setpcred' function. */ | ||
742 | #undef HAVE_SETPCRED | ||
743 | |||
744 | /* Define if you have the `setproctitle' function. */ | ||
745 | #undef HAVE_SETPROCTITLE | ||
746 | |||
747 | /* Define if you have the `setregid' function. */ | ||
748 | #undef HAVE_SETREGID | ||
749 | |||
750 | /* Define if you have the `setresgid' function. */ | ||
751 | #undef HAVE_SETRESGID | ||
752 | |||
753 | /* Define if you have the `setresuid' function. */ | ||
754 | #undef HAVE_SETRESUID | ||
755 | |||
756 | /* Define if you have the `setreuid' function. */ | ||
757 | #undef HAVE_SETREUID | ||
758 | |||
759 | /* Define if you have the `setrlimit' function. */ | ||
760 | #undef HAVE_SETRLIMIT | ||
761 | |||
762 | /* Define if you have the `setsid' function. */ | ||
763 | #undef HAVE_SETSID | ||
764 | |||
765 | /* Define if you have the `setutent' function. */ | ||
766 | #undef HAVE_SETUTENT | ||
767 | |||
768 | /* Define if you have the `setutxent' function. */ | ||
769 | #undef HAVE_SETUTXENT | ||
770 | |||
771 | /* Define if you have the `setvbuf' function. */ | ||
772 | #undef HAVE_SETVBUF | ||
773 | |||
774 | /* Define if you have the <shadow.h> header file. */ | ||
775 | #undef HAVE_SHADOW_H | ||
776 | |||
777 | /* Define if you have the `sigaction' function. */ | ||
778 | #undef HAVE_SIGACTION | ||
779 | |||
780 | /* Define if you have the `sigvec' function. */ | ||
781 | #undef HAVE_SIGVEC | ||
782 | |||
783 | /* Define if the system has the type `sig_atomic_t'. */ | ||
784 | #undef HAVE_SIG_ATOMIC_T | ||
785 | |||
786 | /* Define if you have the `snprintf' function. */ | ||
787 | #undef HAVE_SNPRINTF | ||
788 | |||
789 | /* Define if you have the `socketpair' function. */ | ||
790 | #undef HAVE_SOCKETPAIR | ||
791 | |||
792 | /* Define if you have the <stddef.h> header file. */ | ||
793 | #undef HAVE_STDDEF_H | ||
794 | |||
795 | /* Define if you have the <stdint.h> header file. */ | ||
796 | #undef HAVE_STDINT_H | ||
797 | |||
798 | /* Define if you have the <stdlib.h> header file. */ | ||
799 | #undef HAVE_STDLIB_H | ||
800 | |||
801 | /* Define if you have the `strerror' function. */ | ||
802 | #undef HAVE_STRERROR | ||
803 | |||
804 | /* Define if you have the `strftime' function. */ | ||
805 | #undef HAVE_STRFTIME | ||
806 | |||
807 | /* Define if you have the <strings.h> header file. */ | ||
808 | #undef HAVE_STRINGS_H | ||
809 | |||
810 | /* Define if you have the <string.h> header file. */ | ||
811 | #undef HAVE_STRING_H | ||
812 | |||
813 | /* Define if you have the `strlcat' function. */ | ||
814 | #undef HAVE_STRLCAT | ||
815 | |||
816 | /* Define if you have the `strlcpy' function. */ | ||
817 | #undef HAVE_STRLCPY | ||
818 | |||
819 | /* Define if you have the `strmode' function. */ | ||
820 | #undef HAVE_STRMODE | ||
821 | |||
822 | /* Define if you have the `strnvis' function. */ | ||
823 | #undef HAVE_STRNVIS | ||
824 | |||
825 | /* Define if you have the `strsep' function. */ | ||
826 | #undef HAVE_STRSEP | ||
827 | |||
828 | /* Define if `st_blksize' is member of `struct stat'. */ | ||
829 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | ||
830 | |||
831 | /* Define if the system has the type `struct timespec'. */ | ||
832 | #undef HAVE_STRUCT_TIMESPEC | ||
833 | |||
834 | /* Define if you have the `sysconf' function. */ | ||
835 | #undef HAVE_SYSCONF | ||
836 | |||
837 | /* Define if you have the <sys/audit.h> header file. */ | ||
838 | #undef HAVE_SYS_AUDIT_H | ||
839 | |||
840 | /* Define if you have the <sys/bitypes.h> header file. */ | ||
841 | #undef HAVE_SYS_BITYPES_H | ||
842 | |||
843 | /* Define if you have the <sys/bsdtty.h> header file. */ | ||
844 | #undef HAVE_SYS_BSDTTY_H | ||
845 | |||
846 | /* Define if you have the <sys/cdefs.h> header file. */ | ||
847 | #undef HAVE_SYS_CDEFS_H | ||
848 | |||
849 | /* Define if you have the <sys/mman.h> header file. */ | ||
850 | #undef HAVE_SYS_MMAN_H | ||
851 | |||
852 | /* Define if you have the <sys/pstat.h> header file. */ | ||
853 | #undef HAVE_SYS_PSTAT_H | ||
854 | |||
855 | /* Define if you have the <sys/select.h> header file. */ | ||
856 | #undef HAVE_SYS_SELECT_H | ||
857 | |||
858 | /* Define if you have the <sys/stat.h> header file. */ | ||
859 | #undef HAVE_SYS_STAT_H | ||
860 | |||
861 | /* Define if you have the <sys/stropts.h> header file. */ | ||
862 | #undef HAVE_SYS_STROPTS_H | ||
863 | |||
864 | /* Define if you have the <sys/strtio.h> header file. */ | ||
865 | #undef HAVE_SYS_STRTIO_H | ||
866 | |||
867 | /* Define if you have the <sys/sysmacros.h> header file. */ | ||
868 | #undef HAVE_SYS_SYSMACROS_H | ||
869 | |||
870 | /* Define if you have the <sys/timers.h> header file. */ | ||
871 | #undef HAVE_SYS_TIMERS_H | ||
872 | |||
873 | /* Define if you have the <sys/time.h> header file. */ | ||
874 | #undef HAVE_SYS_TIME_H | ||
875 | |||
876 | /* Define if you have the <sys/types.h> header file. */ | ||
877 | #undef HAVE_SYS_TYPES_H | ||
878 | |||
879 | /* Define if you have the <sys/un.h> header file. */ | ||
880 | #undef HAVE_SYS_UN_H | ||
881 | |||
882 | /* Define if you have the `tcgetpgrp' function. */ | ||
883 | #undef HAVE_TCGETPGRP | ||
884 | |||
885 | /* Define if you have the `tcsendbreak' function. */ | ||
886 | #undef HAVE_TCSENDBREAK | ||
887 | |||
888 | /* Define if you have the `time' function. */ | ||
889 | #undef HAVE_TIME | ||
890 | |||
891 | /* Define if you have the <time.h> header file. */ | ||
892 | #undef HAVE_TIME_H | ||
893 | |||
894 | /* Define if you have the <tmpdir.h> header file. */ | ||
895 | #undef HAVE_TMPDIR_H | ||
896 | |||
897 | /* Define if you have the `truncate' function. */ | ||
898 | #undef HAVE_TRUNCATE | ||
899 | |||
900 | /* Define if you have the <ttyent.h> header file. */ | ||
901 | #undef HAVE_TTYENT_H | ||
902 | |||
903 | /* Define if you have the <unistd.h> header file. */ | ||
904 | #undef HAVE_UNISTD_H | ||
905 | |||
906 | /* Define if you have the `updwtmp' function. */ | ||
907 | #undef HAVE_UPDWTMP | ||
908 | |||
909 | /* Define if you have the <usersec.h> header file. */ | ||
910 | #undef HAVE_USERSEC_H | ||
911 | |||
912 | /* Define if you have the <util.h> header file. */ | ||
913 | #undef HAVE_UTIL_H | ||
914 | |||
915 | /* Define if you have the `utimes' function. */ | ||
916 | #undef HAVE_UTIMES | ||
917 | |||
918 | /* Define if you have the <utime.h> header file. */ | ||
919 | #undef HAVE_UTIME_H | ||
920 | |||
921 | /* Define if you have the `utmpname' function. */ | ||
922 | #undef HAVE_UTMPNAME | ||
923 | |||
924 | /* Define if you have the `utmpxname' function. */ | ||
925 | #undef HAVE_UTMPXNAME | ||
926 | |||
927 | /* Define if you have the <utmpx.h> header file. */ | ||
928 | #undef HAVE_UTMPX_H | ||
929 | |||
930 | /* Define if you have the <utmp.h> header file. */ | ||
931 | #undef HAVE_UTMP_H | ||
932 | |||
933 | /* Define if you have the `vhangup' function. */ | ||
934 | #undef HAVE_VHANGUP | ||
935 | |||
936 | /* Define if you have the `vsnprintf' function. */ | ||
937 | #undef HAVE_VSNPRINTF | ||
938 | |||
939 | /* Define if you have the `waitpid' function. */ | ||
940 | #undef HAVE_WAITPID | ||
941 | |||
942 | /* Define if you have the `_getlong' function. */ | ||
943 | #undef HAVE__GETLONG | ||
944 | |||
945 | /* Define if you have the `_getpty' function. */ | ||
946 | #undef HAVE__GETPTY | ||
947 | |||
948 | /* Define if you have the `_getshort' function. */ | ||
949 | #undef HAVE__GETSHORT | ||
950 | |||
951 | /* Define if you have the `__b64_ntop' function. */ | ||
952 | #undef HAVE___B64_NTOP | ||
953 | |||
954 | /* Define if you have the `__b64_pton' function. */ | ||
955 | #undef HAVE___B64_PTON | ||
956 | |||
957 | /* The size of a `char', as computed by sizeof. */ | ||
958 | #undef SIZEOF_CHAR | ||
959 | |||
960 | /* The size of a `int', as computed by sizeof. */ | ||
961 | #undef SIZEOF_INT | ||
962 | |||
963 | /* The size of a `long int', as computed by sizeof. */ | ||
964 | #undef SIZEOF_LONG_INT | ||
965 | |||
966 | /* The size of a `long long int', as computed by sizeof. */ | ||
967 | #undef SIZEOF_LONG_LONG_INT | ||
968 | |||
969 | /* The size of a `short int', as computed by sizeof. */ | ||
970 | #undef SIZEOF_SHORT_INT | ||
971 | |||
972 | /* Define if you have the ANSI C header files. */ | ||
973 | #undef STDC_HEADERS | ||
974 | |||
975 | /* Define if your processor stores words with the most significant byte first | ||
976 | (like Motorola and SPARC, unlike Intel and VAX). */ | ||
977 | #undef WORDS_BIGENDIAN | ||
978 | |||
979 | /* Number of bits in a file offset, on hosts where this is settable. */ | ||
980 | #undef _FILE_OFFSET_BITS | ||
981 | |||
982 | /* Define for large files, on AIX-style hosts. */ | ||
983 | #undef _LARGE_FILES | ||
984 | |||
985 | /* Define as `__inline' if that's what the C compiler calls it, or to nothing | ||
986 | if it is not supported. */ | ||
987 | #undef inline | ||
988 | |||
989 | /* type to use in place of socklen_t if not defined */ | ||
990 | #undef socklen_t | ||
991 | |||
992 | /* ******************* Shouldn't need to edit below this line ************** */ | ||
993 | |||
994 | #endif /* _CONFIG_H */ | ||