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