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