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