summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 00:45:47 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 00:45:47 +0000
commitd984a3c6658e950881edcfb2aae464add93f68d4 (patch)
treeed2052b4001227cf8179393cba172ae470e6c097 /config.h.in
parent3e36f9f4fff8f5b573f163eecd12a677ce66fe89 (diff)
Import OpenSSH 3.4p1.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in885
1 files changed, 885 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 000000000..d42ad8e55
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,885 @@
1/* config.h.in. Generated from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim 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 utmp */
154#undef DISABLE_UTMP
155
156/* Define if you don't want to use utmpx */
157#undef DISABLE_UTMPX
158
159/* Define if you don't want to use wtmp */
160#undef DISABLE_WTMP
161
162/* Define if you don't want to use wtmpx */
163#undef DISABLE_WTMPX
164
165/* Some systems need a utmpx entry for /bin/login to work */
166#undef LOGIN_NEEDS_UTMPX
167
168/* Some versions of /bin/login need the TERM supplied on the commandline */
169#undef LOGIN_NEEDS_TERM
170
171/* Define if your login program cannot handle end of options ("--") */
172#undef LOGIN_NO_ENDOPT
173
174/* Define if you want to specify the path to your lastlog file */
175#undef CONF_LASTLOG_FILE
176
177/* Define if you want to specify the path to your utmp file */
178#undef CONF_UTMP_FILE
179
180/* Define if you want to specify the path to your wtmp file */
181#undef CONF_WTMP_FILE
182
183/* Define if you want to specify the path to your utmpx file */
184#undef CONF_UTMPX_FILE
185
186/* Define if you want to specify the path to your wtmpx file */
187#undef CONF_WTMPX_FILE
188
189/* Define if you want external askpass support */
190#undef USE_EXTERNAL_ASKPASS
191
192/* Define if libc defines __progname */
193#undef HAVE___PROGNAME
194
195/* Define if compiler implements __FUNCTION__ */
196#undef HAVE___FUNCTION__
197
198/* Define if compiler implements __func__ */
199#undef HAVE___func__
200
201/* Define if you want Kerberos 5 support */
202#undef KRB5
203
204/* Define this if you are using the Heimdal version of Kerberos V5 */
205#undef HEIMDAL
206
207/* Define if you want Kerberos 4 support */
208#undef KRB4
209
210/* Define if you want AFS support */
211#undef AFS
212
213/* Define if you want S/Key support */
214#undef SKEY
215
216/* Define if you want TCP Wrappers support */
217#undef LIBWRAP
218
219/* Define if your libraries define login() */
220#undef HAVE_LOGIN
221
222/* Define if your libraries define daemon() */
223#undef HAVE_DAEMON
224
225/* Define if your libraries define getpagesize() */
226#undef HAVE_GETPAGESIZE
227
228/* Define if xauth is found in your path */
229#undef XAUTH_PATH
230
231/* Define if you want to allow MD5 passwords */
232#undef HAVE_MD5_PASSWORDS
233
234/* Define if you want to disable shadow passwords */
235#undef DISABLE_SHADOW
236
237/* Define if you want to use shadow password expire field */
238#undef HAS_SHADOW_EXPIRE
239
240/* Define if you have Digital Unix Security Integration Architecture */
241#undef HAVE_OSF_SIA
242
243/* Define if you have getpwanam(3) [SunOS 4.x] */
244#undef HAVE_GETPWANAM
245
246/* Define if you have an old version of PAM which takes only one argument */
247/* to pam_strerror */
248#undef HAVE_OLD_PAM
249
250/* Define if you are using Solaris-derived PAM which passes pam_messages */
251/* to the conversation function with an extra level of indirection */
252#undef PAM_SUN_CODEBASE
253
254/* Set this to your mail directory if you don't have maillock.h */
255#undef MAIL_DIRECTORY
256
257/* Data types */
258#undef HAVE_U_INT
259#undef HAVE_INTXX_T
260#undef HAVE_U_INTXX_T
261#undef HAVE_UINTXX_T
262#undef HAVE_INT64_T
263#undef HAVE_U_INT64_T
264#undef HAVE_U_CHAR
265#undef HAVE_SIZE_T
266#undef HAVE_SSIZE_T
267#undef HAVE_CLOCK_T
268#undef HAVE_MODE_T
269#undef HAVE_PID_T
270#undef HAVE_SA_FAMILY_T
271#undef HAVE_STRUCT_SOCKADDR_STORAGE
272#undef HAVE_STRUCT_ADDRINFO
273#undef HAVE_STRUCT_IN6_ADDR
274#undef HAVE_STRUCT_SOCKADDR_IN6
275
276/* Fields in struct sockaddr_storage */
277#undef HAVE_SS_FAMILY_IN_SS
278#undef HAVE___SS_FAMILY_IN_SS
279
280/* Define if you have /dev/ptmx */
281#undef HAVE_DEV_PTMX
282
283/* Define if you have /dev/ptc */
284#undef HAVE_DEV_PTS_AND_PTC
285
286/* Define if you need to use IP address instead of hostname in $DISPLAY */
287#undef IPADDR_IN_DISPLAY
288
289/* Specify default $PATH */
290#undef USER_PATH
291
292/* Specify location of ssh.pid */
293#undef _PATH_SSH_PIDDIR
294
295/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
296#undef IPV4_DEFAULT
297
298/* getaddrinfo is broken (if present) */
299#undef BROKEN_GETADDRINFO
300
301/* Workaround more Linux IPv6 quirks */
302#undef DONT_TRY_OTHER_AF
303
304/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
305#undef IPV4_IN_IPV6
306
307/* Define if you have BSD auth support */
308#undef BSD_AUTH
309
310/* Define if X11 doesn't support AF_UNIX sockets on that system */
311#undef NO_X11_UNIX_SOCKETS
312
313/* Needed for SCO and NeXT */
314#undef BROKEN_SAVED_UIDS
315
316/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
317#undef GLOB_HAS_ALTDIRFUNC
318
319/* Define if your system glob() function has gl_matchc options in glob_t */
320#undef GLOB_HAS_GL_MATCHC
321
322/* Define in your struct dirent expects you to allocate extra space for d_name */
323#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
324
325/* Define if your getopt(3) defines and uses optreset */
326#undef HAVE_GETOPT_OPTRESET
327
328/* Define on *nto-qnx systems */
329#undef MISSING_NFDBITS
330
331/* Define on *nto-qnx systems */
332#undef MISSING_HOWMANY
333
334/* Define on *nto-qnx systems */
335#undef MISSING_FD_MASK
336
337/* Define if you want smartcard support */
338#undef SMARTCARD
339
340/* Define if you want smartcard support using sectok */
341#undef USE_SECTOK
342
343/* Define if you want smartcard support using OpenSC */
344#undef USE_OPENSC
345
346/* Define if you want to use OpenSSL's internally seeded PRNG only */
347#undef OPENSSL_PRNG_ONLY
348
349/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
350#undef WITH_ABBREV_NO_TTY
351
352/* Define if you want a different $PATH for the superuser */
353#undef SUPERUSER_PATH
354
355/* Path that unprivileged child will chroot() to in privep mode */
356#undef PRIVSEP_PATH
357
358/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
359#undef HAVE_MMAP_ANON_SHARED
360
361/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
362#undef BROKEN_FD_PASSING
363
364
365/* Define to 1 if the `getpgrp' function requires zero arguments. */
366#undef GETPGRP_VOID
367
368/* Define to 1 if you have the `arc4random' function. */
369#undef HAVE_ARC4RANDOM
370
371/* Define to 1 if you have the `b64_ntop' function. */
372#undef HAVE_B64_NTOP
373
374/* Define to 1 if you have the `bcopy' function. */
375#undef HAVE_BCOPY
376
377/* Define to 1 if you have the `bindresvport_sa' function. */
378#undef HAVE_BINDRESVPORT_SA
379
380/* Define to 1 if you have the <bstring.h> header file. */
381#undef HAVE_BSTRING_H
382
383/* Define to 1 if you have the `clock' function. */
384#undef HAVE_CLOCK
385
386/* Define to 1 if you have the <crypt.h> header file. */
387#undef HAVE_CRYPT_H
388
389/* Define to 1 if you have the `dirname' function. */
390#undef HAVE_DIRNAME
391
392/* Define to 1 if you have the <endian.h> header file. */
393#undef HAVE_ENDIAN_H
394
395/* Define to 1 if you have the `endutent' function. */
396#undef HAVE_ENDUTENT
397
398/* Define to 1 if you have the `endutxent' function. */
399#undef HAVE_ENDUTXENT
400
401/* Define to 1 if you have the `fchmod' function. */
402#undef HAVE_FCHMOD
403
404/* Define to 1 if you have the `fchown' function. */
405#undef HAVE_FCHOWN
406
407/* Define to 1 if you have the <floatingpoint.h> header file. */
408#undef HAVE_FLOATINGPOINT_H
409
410/* Define to 1 if you have the `freeaddrinfo' function. */
411#undef HAVE_FREEADDRINFO
412
413/* Define to 1 if you have the `futimes' function. */
414#undef HAVE_FUTIMES
415
416/* Define to 1 if you have the `gai_strerror' function. */
417#undef HAVE_GAI_STRERROR
418
419/* Define to 1 if you have the `getaddrinfo' function. */
420#undef HAVE_GETADDRINFO
421
422/* Define to 1 if you have the `getcwd' function. */
423#undef HAVE_GETCWD
424
425/* Define to 1 if you have the `getgrouplist' function. */
426#undef HAVE_GETGROUPLIST
427
428/* Define to 1 if you have the `getluid' function. */
429#undef HAVE_GETLUID
430
431/* Define to 1 if you have the `getnameinfo' function. */
432#undef HAVE_GETNAMEINFO
433
434/* Define to 1 if you have the `getopt' function. */
435#undef HAVE_GETOPT
436
437/* Define to 1 if you have the <getopt.h> header file. */
438#undef HAVE_GETOPT_H
439
440/* Define to 1 if you have the `getpwanam' function. */
441#undef HAVE_GETPWANAM
442
443/* Define to 1 if you have the `getrlimit' function. */
444#undef HAVE_GETRLIMIT
445
446/* Define to 1 if you have the `getrusage' function. */
447#undef HAVE_GETRUSAGE
448
449/* Define to 1 if you have the `gettimeofday' function. */
450#undef HAVE_GETTIMEOFDAY
451
452/* Define to 1 if you have the `getttyent' function. */
453#undef HAVE_GETTTYENT
454
455/* Define to 1 if you have the `getutent' function. */
456#undef HAVE_GETUTENT
457
458/* Define to 1 if you have the `getutid' function. */
459#undef HAVE_GETUTID
460
461/* Define to 1 if you have the `getutline' function. */
462#undef HAVE_GETUTLINE
463
464/* Define to 1 if you have the `getutxent' function. */
465#undef HAVE_GETUTXENT
466
467/* Define to 1 if you have the `getutxid' function. */
468#undef HAVE_GETUTXID
469
470/* Define to 1 if you have the `getutxline' function. */
471#undef HAVE_GETUTXLINE
472
473/* Define to 1 if you have the `glob' function. */
474#undef HAVE_GLOB
475
476/* Define to 1 if you have the <glob.h> header file. */
477#undef HAVE_GLOB_H
478
479/* Define to 1 if you have the `inet_aton' function. */
480#undef HAVE_INET_ATON
481
482/* Define to 1 if you have the `inet_ntoa' function. */
483#undef HAVE_INET_NTOA
484
485/* Define to 1 if you have the `inet_ntop' function. */
486#undef HAVE_INET_NTOP
487
488/* Define to 1 if you have the `innetgr' function. */
489#undef HAVE_INNETGR
490
491/* Define to 1 if you have the <inttypes.h> header file. */
492#undef HAVE_INTTYPES_H
493
494/* Define to 1 if you have the <krb.h> header file. */
495#undef HAVE_KRB_H
496
497/* Define to 1 if you have the <lastlog.h> header file. */
498#undef HAVE_LASTLOG_H
499
500/* Define to 1 if you have the `des' library (-ldes). */
501#undef HAVE_LIBDES
502
503/* Define to 1 if you have the `des425' library (-ldes425). */
504#undef HAVE_LIBDES425
505
506/* Define to 1 if you have the `dl' library (-ldl). */
507#undef HAVE_LIBDL
508
509/* Define to 1 if you have the <libgen.h> header file. */
510#undef HAVE_LIBGEN_H
511
512/* Define to 1 if you have the `krb' library (-lkrb). */
513#undef HAVE_LIBKRB
514
515/* Define to 1 if you have the `krb4' library (-lkrb4). */
516#undef HAVE_LIBKRB4
517
518/* Define to 1 if you have the `nsl' library (-lnsl). */
519#undef HAVE_LIBNSL
520
521/* Define to 1 if you have the `pam' library (-lpam). */
522#undef HAVE_LIBPAM
523
524/* Define to 1 if you have the `resolv' library (-lresolv). */
525#undef HAVE_LIBRESOLV
526
527/* Define to 1 if you have the `sectok' library (-lsectok). */
528#undef HAVE_LIBSECTOK
529
530/* Define to 1 if you have the `socket' library (-lsocket). */
531#undef HAVE_LIBSOCKET
532
533/* Define to 1 if you have the <libutil.h> header file. */
534#undef HAVE_LIBUTIL_H
535
536/* Define to 1 if you have the `z' library (-lz). */
537#undef HAVE_LIBZ
538
539/* Define to 1 if you have the <limits.h> header file. */
540#undef HAVE_LIMITS_H
541
542/* Define to 1 if you have the <login_cap.h> header file. */
543#undef HAVE_LOGIN_CAP_H
544
545/* Define to 1 if you have the `login_getcapbool' function. */
546#undef HAVE_LOGIN_GETCAPBOOL
547
548/* Define to 1 if you have the <login.h> header file. */
549#undef HAVE_LOGIN_H
550
551/* Define to 1 if you have the `logout' function. */
552#undef HAVE_LOGOUT
553
554/* Define to 1 if you have the `logwtmp' function. */
555#undef HAVE_LOGWTMP
556
557/* Define to 1 if you have the <maillock.h> header file. */
558#undef HAVE_MAILLOCK_H
559
560/* Define to 1 if you have the `md5_crypt' function. */
561#undef HAVE_MD5_CRYPT
562
563/* Define to 1 if you have the `memmove' function. */
564#undef HAVE_MEMMOVE
565
566/* Define to 1 if you have the <memory.h> header file. */
567#undef HAVE_MEMORY_H
568
569/* Define to 1 if you have the `mkdtemp' function. */
570#undef HAVE_MKDTEMP
571
572/* Define to 1 if you have the `mmap' function. */
573#undef HAVE_MMAP
574
575/* Define to 1 if you have the <netdb.h> header file. */
576#undef HAVE_NETDB_H
577
578/* Define to 1 if you have the <netgroup.h> header file. */
579#undef HAVE_NETGROUP_H
580
581/* Define to 1 if you have the <netinet/in_systm.h> header file. */
582#undef HAVE_NETINET_IN_SYSTM_H
583
584/* Define to 1 if you have the `ngetaddrinfo' function. */
585#undef HAVE_NGETADDRINFO
586
587/* Define to 1 if you have the `ogetaddrinfo' function. */
588#undef HAVE_OGETADDRINFO
589
590/* Define to 1 if you have the `openpty' function. */
591#undef HAVE_OPENPTY
592
593/* Define to 1 if you have the `pam_getenvlist' function. */
594#undef HAVE_PAM_GETENVLIST
595
596/* Define to 1 if you have the <paths.h> header file. */
597#undef HAVE_PATHS_H
598
599/* Define to 1 if you have the <pty.h> header file. */
600#undef HAVE_PTY_H
601
602/* Define to 1 if you have the `pututline' function. */
603#undef HAVE_PUTUTLINE
604
605/* Define to 1 if you have the `pututxline' function. */
606#undef HAVE_PUTUTXLINE
607
608/* Define to 1 if you have the `readpassphrase' function. */
609#undef HAVE_READPASSPHRASE
610
611/* Define to 1 if you have the <readpassphrase.h> header file. */
612#undef HAVE_READPASSPHRASE_H
613
614/* Define to 1 if you have the `realpath' function. */
615#undef HAVE_REALPATH
616
617/* Define to 1 if you have the `recvmsg' function. */
618#undef HAVE_RECVMSG
619
620/* Define to 1 if you have the <rpc/types.h> header file. */
621#undef HAVE_RPC_TYPES_H
622
623/* Define to 1 if you have the `rresvport_af' function. */
624#undef HAVE_RRESVPORT_AF
625
626/* Define to 1 if you have the <sectok.h> header file. */
627#undef HAVE_SECTOK_H
628
629/* Define to 1 if you have the <security/pam_appl.h> header file. */
630#undef HAVE_SECURITY_PAM_APPL_H
631
632/* Define to 1 if you have the `sendmsg' function. */
633#undef HAVE_SENDMSG
634
635/* Define to 1 if you have the `setdtablesize' function. */
636#undef HAVE_SETDTABLESIZE
637
638/* Define to 1 if you have the `setegid' function. */
639#undef HAVE_SETEGID
640
641/* Define to 1 if you have the `setenv' function. */
642#undef HAVE_SETENV
643
644/* Define to 1 if you have the `seteuid' function. */
645#undef HAVE_SETEUID
646
647/* Define to 1 if you have the `setgroups' function. */
648#undef HAVE_SETGROUPS
649
650/* Define to 1 if you have the `setlogin' function. */
651#undef HAVE_SETLOGIN
652
653/* Define to 1 if you have the `setluid' function. */
654#undef HAVE_SETLUID
655
656/* Define to 1 if you have the `setpcred' function. */
657#undef HAVE_SETPCRED
658
659/* Define to 1 if you have the `setproctitle' function. */
660#undef HAVE_SETPROCTITLE
661
662/* Define to 1 if you have the `setresgid' function. */
663#undef HAVE_SETRESGID
664
665/* Define to 1 if you have the `setreuid' function. */
666#undef HAVE_SETREUID
667
668/* Define to 1 if you have the `setrlimit' function. */
669#undef HAVE_SETRLIMIT
670
671/* Define to 1 if you have the `setsid' function. */
672#undef HAVE_SETSID
673
674/* Define to 1 if you have the `setutent' function. */
675#undef HAVE_SETUTENT
676
677/* Define to 1 if you have the `setutxent' function. */
678#undef HAVE_SETUTXENT
679
680/* Define to 1 if you have the `setvbuf' function. */
681#undef HAVE_SETVBUF
682
683/* Define to 1 if you have the <shadow.h> header file. */
684#undef HAVE_SHADOW_H
685
686/* Define to 1 if you have the `sigaction' function. */
687#undef HAVE_SIGACTION
688
689/* Define to 1 if you have the `sigvec' function. */
690#undef HAVE_SIGVEC
691
692/* Define to 1 if the system has the type `sig_atomic_t'. */
693#undef HAVE_SIG_ATOMIC_T
694
695/* Define to 1 if you have the `snprintf' function. */
696#undef HAVE_SNPRINTF
697
698/* Define to 1 if you have the `socketpair' function. */
699#undef HAVE_SOCKETPAIR
700
701/* Define to 1 if you have the <stddef.h> header file. */
702#undef HAVE_STDDEF_H
703
704/* Define to 1 if you have the <stdint.h> header file. */
705#undef HAVE_STDINT_H
706
707/* Define to 1 if you have the <stdlib.h> header file. */
708#undef HAVE_STDLIB_H
709
710/* Define to 1 if you have the `strerror' function. */
711#undef HAVE_STRERROR
712
713/* Define to 1 if you have the `strftime' function. */
714#undef HAVE_STRFTIME
715
716/* Define to 1 if you have the <strings.h> header file. */
717#undef HAVE_STRINGS_H
718
719/* Define to 1 if you have the <string.h> header file. */
720#undef HAVE_STRING_H
721
722/* Define to 1 if you have the `strlcat' function. */
723#undef HAVE_STRLCAT
724
725/* Define to 1 if you have the `strlcpy' function. */
726#undef HAVE_STRLCPY
727
728/* Define to 1 if you have the `strmode' function. */
729#undef HAVE_STRMODE
730
731/* Define to 1 if you have the `strsep' function. */
732#undef HAVE_STRSEP
733
734/* Define to 1 if `st_blksize' is member of `struct stat'. */
735#undef HAVE_STRUCT_STAT_ST_BLKSIZE
736
737/* Define to 1 if you have the `sysconf' function. */
738#undef HAVE_SYSCONF
739
740/* Define to 1 if you have the <sys/bitypes.h> header file. */
741#undef HAVE_SYS_BITYPES_H
742
743/* Define to 1 if you have the <sys/bsdtty.h> header file. */
744#undef HAVE_SYS_BSDTTY_H
745
746/* Define to 1 if you have the <sys/cdefs.h> header file. */
747#undef HAVE_SYS_CDEFS_H
748
749/* Define to 1 if you have the <sys/mman.h> header file. */
750#undef HAVE_SYS_MMAN_H
751
752/* Define to 1 if you have the <sys/select.h> header file. */
753#undef HAVE_SYS_SELECT_H
754
755/* Define to 1 if you have the <sys/stat.h> header file. */
756#undef HAVE_SYS_STAT_H
757
758/* Define to 1 if you have the <sys/stropts.h> header file. */
759#undef HAVE_SYS_STROPTS_H
760
761/* Define to 1 if you have the <sys/sysmacros.h> header file. */
762#undef HAVE_SYS_SYSMACROS_H
763
764/* Define to 1 if you have the <sys/time.h> header file. */
765#undef HAVE_SYS_TIME_H
766
767/* Define to 1 if you have the <sys/types.h> header file. */
768#undef HAVE_SYS_TYPES_H
769
770/* Define to 1 if you have the <sys/un.h> header file. */
771#undef HAVE_SYS_UN_H
772
773/* Define to 1 if you have the `tcgetpgrp' function. */
774#undef HAVE_TCGETPGRP
775
776/* Define to 1 if you have the `time' function. */
777#undef HAVE_TIME
778
779/* Define to 1 if you have the <time.h> header file. */
780#undef HAVE_TIME_H
781
782/* Define to 1 if you have the `truncate' function. */
783#undef HAVE_TRUNCATE
784
785/* Define to 1 if you have the <ttyent.h> header file. */
786#undef HAVE_TTYENT_H
787
788/* Define to 1 if you have the <unistd.h> header file. */
789#undef HAVE_UNISTD_H
790
791/* Define to 1 if you have the `updwtmp' function. */
792#undef HAVE_UPDWTMP
793
794/* Define to 1 if you have the <usersec.h> header file. */
795#undef HAVE_USERSEC_H
796
797/* Define to 1 if you have the <util.h> header file. */
798#undef HAVE_UTIL_H
799
800/* Define to 1 if you have the `utimes' function. */
801#undef HAVE_UTIMES
802
803/* Define to 1 if you have the <utime.h> header file. */
804#undef HAVE_UTIME_H
805
806/* Define to 1 if you have the `utmpname' function. */
807#undef HAVE_UTMPNAME
808
809/* Define to 1 if you have the `utmpxname' function. */
810#undef HAVE_UTMPXNAME
811
812/* Define to 1 if you have the <utmpx.h> header file. */
813#undef HAVE_UTMPX_H
814
815/* Define to 1 if you have the <utmp.h> header file. */
816#undef HAVE_UTMP_H
817
818/* Define to 1 if you have the `vhangup' function. */
819#undef HAVE_VHANGUP
820
821/* Define to 1 if you have the `vsnprintf' function. */
822#undef HAVE_VSNPRINTF
823
824/* Define to 1 if you have the `waitpid' function. */
825#undef HAVE_WAITPID
826
827/* Define to 1 if you have the `_getpty' function. */
828#undef HAVE__GETPTY
829
830/* Define to 1 if you have the `__b64_ntop' function. */
831#undef HAVE___B64_NTOP
832
833/* Define to the address where bug reports for this package should be sent. */
834#undef PACKAGE_BUGREPORT
835
836/* Define to the full name of this package. */
837#undef PACKAGE_NAME
838
839/* Define to the full name and version of this package. */
840#undef PACKAGE_STRING
841
842/* Define to the one symbol short name of this package. */
843#undef PACKAGE_TARNAME
844
845/* Define to the version of this package. */
846#undef PACKAGE_VERSION
847
848/* The size of a `char', as computed by sizeof. */
849#undef SIZEOF_CHAR
850
851/* The size of a `int', as computed by sizeof. */
852#undef SIZEOF_INT
853
854/* The size of a `long int', as computed by sizeof. */
855#undef SIZEOF_LONG_INT
856
857/* The size of a `long long int', as computed by sizeof. */
858#undef SIZEOF_LONG_LONG_INT
859
860/* The size of a `short int', as computed by sizeof. */
861#undef SIZEOF_SHORT_INT
862
863/* Define to 1 if you have the ANSI C header files. */
864#undef STDC_HEADERS
865
866/* Define to 1 if your processor stores words with the most significant byte
867 first (like Motorola and SPARC, unlike Intel and VAX). */
868#undef WORDS_BIGENDIAN
869
870/* Number of bits in a file offset, on hosts where this is settable. */
871#undef _FILE_OFFSET_BITS
872
873/* Define for large files, on AIX-style hosts. */
874#undef _LARGE_FILES
875
876/* Define as `__inline' if that's what the C compiler calls it, or to nothing
877 if it is not supported. */
878#undef inline
879
880/* type to use in place of socklen_t if not defined */
881#undef socklen_t
882
883/* ******************* Shouldn't need to edit below this line ************** */
884
885#endif /* _CONFIG_H */