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