config.h.in revision 72445
1/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3#ifndef RCSID
4#define RCSID(msg) static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
5#endif
6
7#undef BINDIR 
8#undef LIBDIR
9#undef LIBEXECDIR
10#undef SBINDIR
11
12#undef HAVE_INT8_T
13#undef HAVE_INT16_T
14#undef HAVE_INT32_T
15#undef HAVE_INT64_T
16#undef HAVE_U_INT8_T
17#undef HAVE_U_INT16_T
18#undef HAVE_U_INT32_T
19#undef HAVE_U_INT64_T
20
21/* Maximum values on all known systems */
22#define MaxHostNameLen (64+4)
23#define MaxPathLen (1024+4)
24
25
26
27/* Define if you want authentication support in telnet. */
28#undef AUTHENTICATION
29
30/* Define if realloc(NULL) doesn't work. */
31#undef BROKEN_REALLOC
32
33/* Define if you want support for DCE/DFS PAG's. */
34#undef DCE
35
36/* Define if you want to use DES encryption in telnet. */
37#undef DES_ENCRYPTION
38
39/* Define this to enable diagnostics in telnet. */
40#undef DIAGNOSTICS
41
42/* Define if you want encryption support in telnet. */
43#undef ENCRYPTION
44
45/* define if sys/param.h defines the endiness */
46#undef ENDIANESS_IN_SYS_PARAM_H
47
48/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
49#undef ENV_HACK
50
51/* define if prototype of gethostbyaddr is compatible with struct hostent
52   *gethostbyaddr(const void *, size_t, int) */
53#undef GETHOSTBYADDR_PROTO_COMPATIBLE
54
55/* define if prototype of gethostbyname is compatible with struct hostent
56   *gethostbyname(const char *) */
57#undef GETHOSTBYNAME_PROTO_COMPATIBLE
58
59/* define if prototype of getservbyname is compatible with struct servent
60   *getservbyname(const char *, const char *) */
61#undef GETSERVBYNAME_PROTO_COMPATIBLE
62
63/* define if prototype of getsockname is compatible with int getsockname(int,
64   struct sockaddr*, socklen_t*) */
65#undef GETSOCKNAME_PROTO_COMPATIBLE
66
67/* Define if you have the <arpa/ftp.h> header file. */
68#undef HAVE_ARPA_FTP_H
69
70/* Define if you have the <arpa/inet.h> header file. */
71#undef HAVE_ARPA_INET_H
72
73/* Define if you have the <arpa/nameser.h> header file. */
74#undef HAVE_ARPA_NAMESER_H
75
76/* Define if you have the <arpa/telnet.h> header file. */
77#undef HAVE_ARPA_TELNET_H
78
79/* Define if you have the `asnprintf' function. */
80#undef HAVE_ASNPRINTF
81
82/* Define if you have the `asprintf' function. */
83#undef HAVE_ASPRINTF
84
85/* Define if you have the <bind/bitypes.h> header file. */
86#undef HAVE_BIND_BITYPES_H
87
88/* Define if you have the <bsdsetjmp.h> header file. */
89#undef HAVE_BSDSETJMP_H
90
91/* Define if you have the <capability.h> header file. */
92#undef HAVE_CAPABILITY_H
93
94/* Define if you have the `cap_set_proc' function. */
95#undef HAVE_CAP_SET_PROC
96
97/* Define if you have the `cgetent' function. */
98#undef HAVE_CGETENT
99
100/* Define if you have the `chown' function. */
101#undef HAVE_CHOWN
102
103/* Define if you have the <config.h> header file. */
104#undef HAVE_CONFIG_H
105
106/* Define if you have the `copyhostent' function. */
107#undef HAVE_COPYHOSTENT
108
109/* Define if you have the `crypt' function. */
110#undef HAVE_CRYPT
111
112/* Define if you have the <crypt.h> header file. */
113#undef HAVE_CRYPT_H
114
115/* Define if you have the <curses.h> header file. */
116#undef HAVE_CURSES_H
117
118/* Define if you have the `daemon' function. */
119#undef HAVE_DAEMON
120
121/* Define if you have the `dbm_firstkey' function. */
122#undef HAVE_DBM_FIRSTKEY
123
124/* Define if you have the <dbm.h> header file. */
125#undef HAVE_DBM_H
126
127/* Define if you have the `dbopen' function. */
128#undef HAVE_DBOPEN
129
130/* Define if you have the <db_185.h> header file. */
131#undef HAVE_DB_185_H
132
133/* Define if you have the `db_create' function. */
134#undef HAVE_DB_CREATE
135
136/* Define if you have the <db.h> header file. */
137#undef HAVE_DB_H
138
139/* Define if you have the `des_cbc_encrypt' function. */
140#undef HAVE_DES_CBC_ENCRYPT
141
142/* Define if you have the <dirent.h> header file. */
143#undef HAVE_DIRENT_H
144
145/* Define if you have the <dlfcn.h> header file. */
146#undef HAVE_DLFCN_H
147
148/* Define if you have the `dlopen' function. */
149#undef HAVE_DLOPEN
150
151/* Define if you have the `dn_expand' function. */
152#undef HAVE_DN_EXPAND
153
154/* Define if you have the `el_init' function. */
155#undef HAVE_EL_INIT
156
157/* define if your system declares environ */
158#undef HAVE_ENVIRON_DECLARATION
159
160/* Define if you have the `err' function. */
161#undef HAVE_ERR
162
163/* Define if you have the <errno.h> header file. */
164#undef HAVE_ERRNO_H
165
166/* Define if you have the `errx' function. */
167#undef HAVE_ERRX
168
169/* Define if you have the <err.h> header file. */
170#undef HAVE_ERR_H
171
172/* Define if you have the `fchown' function. */
173#undef HAVE_FCHOWN
174
175/* Define if you have the `fcntl' function. */
176#undef HAVE_FCNTL
177
178/* Define if you have the <fcntl.h> header file. */
179#undef HAVE_FCNTL_H
180
181/* Define if you have the `flock' function. */
182#undef HAVE_FLOCK
183
184/* Define if you have the `fnmatch' function. */
185#undef HAVE_FNMATCH
186
187/* Define if you have the <fnmatch.h> header file. */
188#undef HAVE_FNMATCH_H
189
190/* Define if el_init takes four arguments. */
191#undef HAVE_FOUR_VALUED_EL_INIT
192
193/* define if krb_put_int takes four arguments. */
194#undef HAVE_FOUR_VALUED_KRB_PUT_INT
195
196/* Define if you have the `freeaddrinfo' function. */
197#undef HAVE_FREEADDRINFO
198
199/* Define if you have the `freehostent' function. */
200#undef HAVE_FREEHOSTENT
201
202/* Define if you have the `gai_strerror' function. */
203#undef HAVE_GAI_STRERROR
204
205/* Define if you have the <gdbm/ndbm.h> header file. */
206#undef HAVE_GDBM_NDBM_H
207
208/* Define if you have the `getaddrinfo' function. */
209#undef HAVE_GETADDRINFO
210
211/* Define if you have the `getconfattr' function. */
212#undef HAVE_GETCONFATTR
213
214/* Define if you have the `getcwd' function. */
215#undef HAVE_GETCWD
216
217/* Define if you have the `getdtablesize' function. */
218#undef HAVE_GETDTABLESIZE
219
220/* Define if you have the `getegid' function. */
221#undef HAVE_GETEGID
222
223/* Define if you have the `geteuid' function. */
224#undef HAVE_GETEUID
225
226/* Define if you have the `getgid' function. */
227#undef HAVE_GETGID
228
229/* Define if you have the `gethostbyname' function. */
230#undef HAVE_GETHOSTBYNAME
231
232/* Define if you have the `gethostbyname2' function. */
233#undef HAVE_GETHOSTBYNAME2
234
235/* Define if you have the `gethostname' function. */
236#undef HAVE_GETHOSTNAME
237
238/* Define if you have the `getifaddrs' function. */
239#undef HAVE_GETIFADDRS
240
241/* Define if you have the `getipnodebyaddr' function. */
242#undef HAVE_GETIPNODEBYADDR
243
244/* Define if you have the `getipnodebyname' function. */
245#undef HAVE_GETIPNODEBYNAME
246
247/* Define if you have the `getlogin' function. */
248#undef HAVE_GETLOGIN
249
250/* Define if you have a working getmsg. */
251#undef HAVE_GETMSG
252
253/* Define if you have the `getnameinfo' function. */
254#undef HAVE_GETNAMEINFO
255
256/* Define if you have the `getopt' function. */
257#undef HAVE_GETOPT
258
259/* Define if you have the `getpwnam_r' function. */
260#undef HAVE_GETPWNAM_R
261
262/* Define if you have the `getrlimit' function. */
263#undef HAVE_GETRLIMIT
264
265/* Define if you have the `getsockopt' function. */
266#undef HAVE_GETSOCKOPT
267
268/* Define if you have the `getspnam' function. */
269#undef HAVE_GETSPNAM
270
271/* Define if you have the `gettimeofday' function. */
272#undef HAVE_GETTIMEOFDAY
273
274/* Define if you have the `getudbnam' function. */
275#undef HAVE_GETUDBNAM
276
277/* Define if you have the `getuid' function. */
278#undef HAVE_GETUID
279
280/* Define if you have the `getusershell' function. */
281#undef HAVE_GETUSERSHELL
282
283/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
284   GLOB_QUOTE, and GLOB_TILDE */
285#undef HAVE_GLOB
286
287/* Define if you have the `grantpt' function. */
288#undef HAVE_GRANTPT
289
290/* Define if you have the <grp.h> header file. */
291#undef HAVE_GRP_H
292
293/* Define if you have the `hstrerror' function. */
294#undef HAVE_HSTRERROR
295
296/* Define if you have the `h_errlist' variable. */
297#undef HAVE_H_ERRLIST
298
299/* define if your system declares h_errlist */
300#undef HAVE_H_ERRLIST_DECLARATION
301
302/* Define if you have the `h_errno' variable. */
303#undef HAVE_H_ERRNO
304
305/* define if your system declares h_errno */
306#undef HAVE_H_ERRNO_DECLARATION
307
308/* Define if you have the `h_nerr' variable. */
309#undef HAVE_H_NERR
310
311/* define if your system declares h_nerr */
312#undef HAVE_H_NERR_DECLARATION
313
314/* Define if you have the <ifaddrs.h> header file. */
315#undef HAVE_IFADDRS_H
316
317/* Define if you have the `inet_aton' function. */
318#undef HAVE_INET_ATON
319
320/* Define if you have the `inet_ntop' function. */
321#undef HAVE_INET_NTOP
322
323/* Define if you have the `inet_pton' function. */
324#undef HAVE_INET_PTON
325
326/* Define if you have the `initgroups' function. */
327#undef HAVE_INITGROUPS
328
329/* Define if you have the `innetgr' function. */
330#undef HAVE_INNETGR
331
332/* Define if you have the <inttypes.h> header file. */
333#undef HAVE_INTTYPES_H
334
335/* Define if you have the <io.h> header file. */
336#undef HAVE_IO_H
337
338/* Define if you have IPv6. */
339#undef HAVE_IPV6
340
341/* Define if you have the `iruserok' function. */
342#undef HAVE_IRUSEROK
343
344/* Define if you have the `krb_disable_debug' function. */
345#undef HAVE_KRB_DISABLE_DEBUG
346
347/* Define if you have the `krb_enable_debug' function. */
348#undef HAVE_KRB_ENABLE_DEBUG
349
350/* Define if you have the `krb_get_our_ip_for_realm' function. */
351#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
352
353/* Define if you have the <limits.h> header file. */
354#undef HAVE_LIMITS_H
355
356/* Define if you have the `logwtmp' function. */
357#undef HAVE_LOGWTMP
358
359/* Define if the system has the type `long long'. */
360#undef HAVE_LONG_LONG
361
362/* Define if you have the `lstat' function. */
363#undef HAVE_LSTAT
364
365/* Define if you have the <maillock.h> header file. */
366#undef HAVE_MAILLOCK_H
367
368/* Define if you have the `MD4_Init' function. */
369#undef HAVE_MD4_INIT
370
371/* Define if you have the `MD5_Init' function. */
372#undef HAVE_MD5_INIT
373
374/* Define if you have the `memmove' function. */
375#undef HAVE_MEMMOVE
376
377/* Define if you have the <memory.h> header file. */
378#undef HAVE_MEMORY_H
379
380/* Define if you have the `mkstemp' function. */
381#undef HAVE_MKSTEMP
382
383/* Define if you have the `mktime' function. */
384#undef HAVE_MKTIME
385
386/* Define if you have the <ndbm.h> header file. */
387#undef HAVE_NDBM_H
388
389/* Define if you have the <netdb.h> header file. */
390#undef HAVE_NETDB_H
391
392/* Define if you have the <netinet6/in6.h> header file. */
393#undef HAVE_NETINET6_IN6_H
394
395/* Define if you have the <netinet6/in6_var.h> header file. */
396#undef HAVE_NETINET6_IN6_VAR_H
397
398/* Define if you have the <netinet/in6.h> header file. */
399#undef HAVE_NETINET_IN6_H
400
401/* Define if you have the <netinet/in6_machtypes.h> header file. */
402#undef HAVE_NETINET_IN6_MACHTYPES_H
403
404/* Define if you have the <netinet/in6_var.h> header file. */
405#undef HAVE_NETINET_IN6_VAR_H
406
407/* Define if you have the <netinet/in.h> header file. */
408#undef HAVE_NETINET_IN_H
409
410/* Define if you have the <netinet/in_systm.h> header file. */
411#undef HAVE_NETINET_IN_SYSTM_H
412
413/* Define if you have the <netinet/ip.h> header file. */
414#undef HAVE_NETINET_IP_H
415
416/* Define if you have the <netinet/tcp.h> header file. */
417#undef HAVE_NETINET_TCP_H
418
419/* Define if you want to use Netinfo instead of krb5.conf. */
420#undef HAVE_NETINFO
421
422/* Define if you have the <netinfo/ni.h> header file. */
423#undef HAVE_NETINFO_NI_H
424
425/* Define if you have the <net/if.h> header file. */
426#undef HAVE_NET_IF_H
427
428/* Define if you have the <openssl/des.h> header file. */
429#undef HAVE_OPENSSL_DES_H
430
431/* Define if you have the <openssl/md4.h> header file. */
432#undef HAVE_OPENSSL_MD4_H
433
434/* Define if you have the <openssl/md5.h> header file. */
435#undef HAVE_OPENSSL_MD5_H
436
437/* Define if you have the <openssl/rc4.h> header file. */
438#undef HAVE_OPENSSL_RC4_H
439
440/* Define if you have the <openssl/sha.h> header file. */
441#undef HAVE_OPENSSL_SHA_H
442
443/* define if your system declares optarg */
444#undef HAVE_OPTARG_DECLARATION
445
446/* define if your system declares opterr */
447#undef HAVE_OPTERR_DECLARATION
448
449/* define if your system declares optind */
450#undef HAVE_OPTIND_DECLARATION
451
452/* define if your system declares optopt */
453#undef HAVE_OPTOPT_DECLARATION
454
455/* Define to enable basic OSF C2 support. */
456#undef HAVE_OSFC2
457
458/* Define if you have the <paths.h> header file. */
459#undef HAVE_PATHS_H
460
461/* Define if you have the `pidfile' function. */
462#undef HAVE_PIDFILE
463
464/* Define if you have the <pthread.h> header file. */
465#undef HAVE_PTHREAD_H
466
467/* Define if you have the `ptsname' function. */
468#undef HAVE_PTSNAME
469
470/* Define if you have the <pty.h> header file. */
471#undef HAVE_PTY_H
472
473/* Define if you have the `putenv' function. */
474#undef HAVE_PUTENV
475
476/* Define if you have the <pwd.h> header file. */
477#undef HAVE_PWD_H
478
479/* Define if you have the `rand' function. */
480#undef HAVE_RAND
481
482/* Define if you have the `random' function. */
483#undef HAVE_RANDOM
484
485/* Define if you have the `RC4' function. */
486#undef HAVE_RC4
487
488/* Define if you have the `rcmd' function. */
489#undef HAVE_RCMD
490
491/* Define if you have a readline compatible library. */
492#undef HAVE_READLINE
493
494/* Define if you have the `readv' function. */
495#undef HAVE_READV
496
497/* Define if you have the `recvmsg' function. */
498#undef HAVE_RECVMSG
499
500/* Define if you have the <resolv.h> header file. */
501#undef HAVE_RESOLV_H
502
503/* Define if you have the `res_search' function. */
504#undef HAVE_RES_SEARCH
505
506/* Define if you have the `revoke' function. */
507#undef HAVE_REVOKE
508
509/* Define if you have the <rpcsvc/dbm.h> header file. */
510#undef HAVE_RPCSVC_DBM_H
511
512/* Define if you have the <rpcsvc/ypclnt.h> header file. */
513#undef HAVE_RPCSVC_YPCLNT_H
514
515/* Define if you have the <sac.h> header file. */
516#undef HAVE_SAC_H
517
518/* Define if the system has the type `sa_family_t'. */
519#undef HAVE_SA_FAMILY_T
520
521/* Define if you have the <security/pam_modules.h> header file. */
522#undef HAVE_SECURITY_PAM_MODULES_H
523
524/* Define if you have the `select' function. */
525#undef HAVE_SELECT
526
527/* Define if you have the `sendmsg' function. */
528#undef HAVE_SENDMSG
529
530/* Define if you have the `setegid' function. */
531#undef HAVE_SETEGID
532
533/* Define if you have the `setenv' function. */
534#undef HAVE_SETENV
535
536/* Define if you have the `seteuid' function. */
537#undef HAVE_SETEUID
538
539/* Define if you have the `setitimer' function. */
540#undef HAVE_SETITIMER
541
542/* Define if you have the `setlim' function. */
543#undef HAVE_SETLIM
544
545/* Define if you have the `setlogin' function. */
546#undef HAVE_SETLOGIN
547
548/* Define if you have the `setpcred' function. */
549#undef HAVE_SETPCRED
550
551/* Define if you have the `setpgid' function. */
552#undef HAVE_SETPGID
553
554/* Define if you have the `setproctitle' function. */
555#undef HAVE_SETPROCTITLE
556
557/* Define if you have the `setregid' function. */
558#undef HAVE_SETREGID
559
560/* Define if you have the `setresgid' function. */
561#undef HAVE_SETRESGID
562
563/* Define if you have the `setresuid' function. */
564#undef HAVE_SETRESUID
565
566/* Define if you have the `setreuid' function. */
567#undef HAVE_SETREUID
568
569/* Define if you have the `setsid' function. */
570#undef HAVE_SETSID
571
572/* Define if you have the `setsockopt' function. */
573#undef HAVE_SETSOCKOPT
574
575/* Define if you have the `setutent' function. */
576#undef HAVE_SETUTENT
577
578/* Define if you have the `sgi_getcapabilitybyname' function. */
579#undef HAVE_SGI_GETCAPABILITYBYNAME
580
581/* Define if you have the <sgtty.h> header file. */
582#undef HAVE_SGTTY_H
583
584/* Define if you have the `SHA1_Init' function. */
585#undef HAVE_SHA1_INIT
586
587/* Define if you have the <shadow.h> header file. */
588#undef HAVE_SHADOW_H
589
590/* Define if you have the <siad.h> header file. */
591#undef HAVE_SIAD_H
592
593/* Define if you have the `sigaction' function. */
594#undef HAVE_SIGACTION
595
596/* Define if you have the <signal.h> header file. */
597#undef HAVE_SIGNAL_H
598
599/* define if you have a working snprintf */
600#undef HAVE_SNPRINTF
601
602/* Define if you have the `socket' function. */
603#undef HAVE_SOCKET
604
605/* Define if the system has the type `socklen_t'. */
606#undef HAVE_SOCKLEN_T
607
608/* Define if you have the <standards.h> header file. */
609#undef HAVE_STANDARDS_H
610
611/* Define if you have the <stdlib.h> header file. */
612#undef HAVE_STDLIB_H
613
614/* Define if you have the `strcasecmp' function. */
615#undef HAVE_STRCASECMP
616
617/* Define if you have the `strdup' function. */
618#undef HAVE_STRDUP
619
620/* Define if you have the `strerror' function. */
621#undef HAVE_STRERROR
622
623/* Define if you have the `strftime' function. */
624#undef HAVE_STRFTIME
625
626/* Define if you have the <strings.h> header file. */
627#undef HAVE_STRINGS_H
628
629/* Define if you have the <string.h> header file. */
630#undef HAVE_STRING_H
631
632/* Define if you have the `strlcat' function. */
633#undef HAVE_STRLCAT
634
635/* Define if you have the `strlcpy' function. */
636#undef HAVE_STRLCPY
637
638/* Define if you have the `strlwr' function. */
639#undef HAVE_STRLWR
640
641/* Define if you have the `strncasecmp' function. */
642#undef HAVE_STRNCASECMP
643
644/* Define if you have the `strndup' function. */
645#undef HAVE_STRNDUP
646
647/* Define if you have the `strnlen' function. */
648#undef HAVE_STRNLEN
649
650/* Define if you have the <stropts.h> header file. */
651#undef HAVE_STROPTS_H
652
653/* Define if you have the `strptime' function. */
654#undef HAVE_STRPTIME
655
656/* Define if you have the `strsep' function. */
657#undef HAVE_STRSEP
658
659/* Define if you have the `strsep_copy' function. */
660#undef HAVE_STRSEP_COPY
661
662/* Define if you have the `strstr' function. */
663#undef HAVE_STRSTR
664
665/* Define if you have the `strsvis' function. */
666#undef HAVE_STRSVIS
667
668/* Define if you have the `strtok_r' function. */
669#undef HAVE_STRTOK_R
670
671/* Define if the system has the type `struct addrinfo'. */
672#undef HAVE_STRUCT_ADDRINFO
673
674/* Define if the system has the type `struct ifaddrs'. */
675#undef HAVE_STRUCT_IFADDRS
676
677/* Define if the system has the type `struct sockaddr'. */
678#undef HAVE_STRUCT_SOCKADDR
679
680/* Define if struct sockaddr has field sa_len. */
681#undef HAVE_STRUCT_SOCKADDR_SA_LEN
682
683/* Define if the system has the type `struct sockaddr_storage'. */
684#undef HAVE_STRUCT_SOCKADDR_STORAGE
685
686/* define if you have struct spwd */
687#undef HAVE_STRUCT_SPWD
688
689/* Define if struct tm has field tm_gmtoff. */
690#undef HAVE_STRUCT_TM_TM_GMTOFF
691
692/* Define if struct tm has field tm_zone. */
693#undef HAVE_STRUCT_TM_TM_ZONE
694
695/* Define if struct utmpx has field ut_exit. */
696#undef HAVE_STRUCT_UTMPX_UT_EXIT
697
698/* Define if struct utmpx has field ut_syslen. */
699#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
700
701/* Define if struct utmp has field ut_addr. */
702#undef HAVE_STRUCT_UTMP_UT_ADDR
703
704/* Define if struct utmp has field ut_host. */
705#undef HAVE_STRUCT_UTMP_UT_HOST
706
707/* Define if struct utmp has field ut_id. */
708#undef HAVE_STRUCT_UTMP_UT_ID
709
710/* Define if struct utmp has field ut_pid. */
711#undef HAVE_STRUCT_UTMP_UT_PID
712
713/* Define if struct utmp has field ut_type. */
714#undef HAVE_STRUCT_UTMP_UT_TYPE
715
716/* Define if struct utmp has field ut_user. */
717#undef HAVE_STRUCT_UTMP_UT_USER
718
719/* define if struct winsize is declared in sys/termios.h */
720#undef HAVE_STRUCT_WINSIZE
721
722/* Define if you have the `strunvis' function. */
723#undef HAVE_STRUNVIS
724
725/* Define if you have the `strupr' function. */
726#undef HAVE_STRUPR
727
728/* Define if you have the `strvis' function. */
729#undef HAVE_STRVIS
730
731/* Define if you have the `strvisx' function. */
732#undef HAVE_STRVISX
733
734/* Define if you have the `svis' function. */
735#undef HAVE_SVIS
736
737/* Define if you have the `swab' function. */
738#undef HAVE_SWAB
739
740/* Define if you have the `sysconf' function. */
741#undef HAVE_SYSCONF
742
743/* Define if you have the `sysctl' function. */
744#undef HAVE_SYSCTL
745
746/* Define if you have the `syslog' function. */
747#undef HAVE_SYSLOG
748
749/* Define if you have the <syslog.h> header file. */
750#undef HAVE_SYSLOG_H
751
752/* Define if you have the <sys/bitypes.h> header file. */
753#undef HAVE_SYS_BITYPES_H
754
755/* Define if you have the <sys/capability.h> header file. */
756#undef HAVE_SYS_CAPABILITY_H
757
758/* Define if you have the <sys/category.h> header file. */
759#undef HAVE_SYS_CATEGORY_H
760
761/* Define if you have the <sys/file.h> header file. */
762#undef HAVE_SYS_FILE_H
763
764/* Define if you have the <sys/filio.h> header file. */
765#undef HAVE_SYS_FILIO_H
766
767/* Define if you have the <sys/ioccom.h> header file. */
768#undef HAVE_SYS_IOCCOM_H
769
770/* Define if you have the <sys/ioctl.h> header file. */
771#undef HAVE_SYS_IOCTL_H
772
773/* Define if you have the <sys/param.h> header file. */
774#undef HAVE_SYS_PARAM_H
775
776/* Define if you have the <sys/proc.h> header file. */
777#undef HAVE_SYS_PROC_H
778
779/* Define if you have the <sys/ptyio.h> header file. */
780#undef HAVE_SYS_PTYIO_H
781
782/* Define if you have the <sys/ptyvar.h> header file. */
783#undef HAVE_SYS_PTYVAR_H
784
785/* Define if you have the <sys/pty.h> header file. */
786#undef HAVE_SYS_PTY_H
787
788/* Define if you have the <sys/resource.h> header file. */
789#undef HAVE_SYS_RESOURCE_H
790
791/* Define if you have the <sys/select.h> header file. */
792#undef HAVE_SYS_SELECT_H
793
794/* Define if you have the <sys/socket.h> header file. */
795#undef HAVE_SYS_SOCKET_H
796
797/* Define if you have the <sys/sockio.h> header file. */
798#undef HAVE_SYS_SOCKIO_H
799
800/* Define if you have the <sys/stat.h> header file. */
801#undef HAVE_SYS_STAT_H
802
803/* Define if you have the <sys/stream.h> header file. */
804#undef HAVE_SYS_STREAM_H
805
806/* Define if you have the <sys/stropts.h> header file. */
807#undef HAVE_SYS_STROPTS_H
808
809/* Define if you have the <sys/strtty.h> header file. */
810#undef HAVE_SYS_STRTTY_H
811
812/* Define if you have the <sys/str_tty.h> header file. */
813#undef HAVE_SYS_STR_TTY_H
814
815/* Define if you have the <sys/syscall.h> header file. */
816#undef HAVE_SYS_SYSCALL_H
817
818/* Define if you have the <sys/sysctl.h> header file. */
819#undef HAVE_SYS_SYSCTL_H
820
821/* Define if you have the <sys/termio.h> header file. */
822#undef HAVE_SYS_TERMIO_H
823
824/* Define if you have the <sys/timeb.h> header file. */
825#undef HAVE_SYS_TIMEB_H
826
827/* Define if you have the <sys/times.h> header file. */
828#undef HAVE_SYS_TIMES_H
829
830/* Define if you have the <sys/time.h> header file. */
831#undef HAVE_SYS_TIME_H
832
833/* Define if you have the <sys/tty.h> header file. */
834#undef HAVE_SYS_TTY_H
835
836/* Define if you have the <sys/types.h> header file. */
837#undef HAVE_SYS_TYPES_H
838
839/* Define if you have the <sys/uio.h> header file. */
840#undef HAVE_SYS_UIO_H
841
842/* Define if you have the <sys/un.h> header file. */
843#undef HAVE_SYS_UN_H
844
845/* Define if you have the <sys/utsname.h> header file. */
846#undef HAVE_SYS_UTSNAME_H
847
848/* Define if you have the <sys/wait.h> header file. */
849#undef HAVE_SYS_WAIT_H
850
851/* Define if you have the <termios.h> header file. */
852#undef HAVE_TERMIOS_H
853
854/* Define if you have the <termio.h> header file. */
855#undef HAVE_TERMIO_H
856
857/* Define if you have the <term.h> header file. */
858#undef HAVE_TERM_H
859
860/* Define if you have the `tgetent' function. */
861#undef HAVE_TGETENT
862
863/* Define if you have the `timegm' function. */
864#undef HAVE_TIMEGM
865
866/* Define if you have the `timezone' variable. */
867#undef HAVE_TIMEZONE
868
869/* define if your system declares timezone */
870#undef HAVE_TIMEZONE_DECLARATION
871
872/* Define if you have the <time.h> header file. */
873#undef HAVE_TIME_H
874
875/* Define if you have the <tmpdir.h> header file. */
876#undef HAVE_TMPDIR_H
877
878/* Define if you have the `ttyname' function. */
879#undef HAVE_TTYNAME
880
881/* Define if you have the `ttyslot' function. */
882#undef HAVE_TTYSLOT
883
884/* Define if you have the <udb.h> header file. */
885#undef HAVE_UDB_H
886
887/* Define if you have the `umask' function. */
888#undef HAVE_UMASK
889
890/* Define if you have the `uname' function. */
891#undef HAVE_UNAME
892
893/* Define if you have the <unistd.h> header file. */
894#undef HAVE_UNISTD_H
895
896/* Define if you have the `unlockpt' function. */
897#undef HAVE_UNLOCKPT
898
899/* Define if you have the `unsetenv' function. */
900#undef HAVE_UNSETENV
901
902/* Define if you have the `unvis' function. */
903#undef HAVE_UNVIS
904
905/* Define if you have the <userconf.h> header file. */
906#undef HAVE_USERCONF_H
907
908/* Define if you have the <usersec.h> header file. */
909#undef HAVE_USERSEC_H
910
911/* Define if you have the <util.h> header file. */
912#undef HAVE_UTIL_H
913
914/* Define if you have the <utmpx.h> header file. */
915#undef HAVE_UTMPX_H
916
917/* Define if you have the <utmp.h> header file. */
918#undef HAVE_UTMP_H
919
920/* Define if you have the `vasnprintf' function. */
921#undef HAVE_VASNPRINTF
922
923/* Define if you have the `vasprintf' function. */
924#undef HAVE_VASPRINTF
925
926/* Define if you have the `verr' function. */
927#undef HAVE_VERR
928
929/* Define if you have the `verrx' function. */
930#undef HAVE_VERRX
931
932/* Define if you have the `vhangup' function. */
933#undef HAVE_VHANGUP
934
935/* Define if you have the `vis' function. */
936#undef HAVE_VIS
937
938/* Define if you have the <vis.h> header file. */
939#undef HAVE_VIS_H
940
941/* define if you have a working vsnprintf */
942#undef HAVE_VSNPRINTF
943
944/* Define if you have the `vsyslog' function. */
945#undef HAVE_VSYSLOG
946
947/* Define if you have the `vwarn' function. */
948#undef HAVE_VWARN
949
950/* Define if you have the `vwarnx' function. */
951#undef HAVE_VWARNX
952
953/* Define if you have the `warn' function. */
954#undef HAVE_WARN
955
956/* Define if you have the `warnx' function. */
957#undef HAVE_WARNX
958
959/* Define if you have the <winsock.h> header file. */
960#undef HAVE_WINSOCK_H
961
962/* Define if you have the `writev' function. */
963#undef HAVE_WRITEV
964
965/* define if struct winsize has ws_xpixel */
966#undef HAVE_WS_XPIXEL
967
968/* define if struct winsize has ws_ypixel */
969#undef HAVE_WS_YPIXEL
970
971/* Define if you have the `XauFileName' function. */
972#undef HAVE_XAUFILENAME
973
974/* Define if you have the `XauReadAuth' function. */
975#undef HAVE_XAUREADAUTH
976
977/* Define if you have the `XauWriteAuth' function. */
978#undef HAVE_XAUWRITEAUTH
979
980/* Define if you have the `yp_get_default_domain' function. */
981#undef HAVE_YP_GET_DEFAULT_DOMAIN
982
983/* Define if you have the `_getpty' function. */
984#undef HAVE__GETPTY
985
986/* Define if you have the `_scrsize' function. */
987#undef HAVE__SCRSIZE
988
989/* define if your compiler has __attribute__ */
990#undef HAVE___ATTRIBUTE__
991
992/* Define if you have the `__progname' variable. */
993#undef HAVE___PROGNAME
994
995/* define if your system declares __progname */
996#undef HAVE___PROGNAME_DECLARATION
997
998/* Define if you have the hesiod package. */
999#undef HESIOD
1000
1001/* Define if you want to use the KDC as a kaserver. */
1002#undef KASERVER
1003
1004/* Define if you want support in hprop for reading kaserver databases */
1005#undef KASERVER_DB
1006
1007/* Define if you have the krb4 package. */
1008#undef KRB4
1009
1010/* Enable Kerberos 5 support in applications. */
1011#undef KRB5
1012
1013/* Define if krb_mk_req takes cons char * */
1014#undef KRB_MK_REQ_CONST
1015
1016/* Define to zero if your krb.h doesn't */
1017#undef KRB_VERIFY_NOT_SECURE
1018
1019/* Define to one if your krb.h doesn't */
1020#undef KRB_VERIFY_SECURE
1021
1022/* Define to two if your krb.h doesn't */
1023#undef KRB_VERIFY_SECURE_FAIL
1024
1025/* define if the system is missing a prototype for asnprintf() */
1026#undef NEED_ASNPRINTF_PROTO
1027
1028/* define if the system is missing a prototype for asprintf() */
1029#undef NEED_ASPRINTF_PROTO
1030
1031/* define if the system is missing a prototype for crypt() */
1032#undef NEED_CRYPT_PROTO
1033
1034/* define if the system is missing a prototype for gethostname() */
1035#undef NEED_GETHOSTNAME_PROTO
1036
1037/* define if the system is missing a prototype for getusershell() */
1038#undef NEED_GETUSERSHELL_PROTO
1039
1040/* define if the system is missing a prototype for glob() */
1041#undef NEED_GLOB_PROTO
1042
1043/* define if the system is missing a prototype for hstrerror() */
1044#undef NEED_HSTRERROR_PROTO
1045
1046/* define if the system is missing a prototype for inet_aton() */
1047#undef NEED_INET_ATON_PROTO
1048
1049/* define if the system is missing a prototype for mkstemp() */
1050#undef NEED_MKSTEMP_PROTO
1051
1052/* define if the system is missing a prototype for setenv() */
1053#undef NEED_SETENV_PROTO
1054
1055/* define if the system is missing a prototype for snprintf() */
1056#undef NEED_SNPRINTF_PROTO
1057
1058/* define if the system is missing a prototype for strsep() */
1059#undef NEED_STRSEP_PROTO
1060
1061/* define if the system is missing a prototype for strtok_r() */
1062#undef NEED_STRTOK_R_PROTO
1063
1064/* define if the system is missing a prototype for unsetenv() */
1065#undef NEED_UNSETENV_PROTO
1066
1067/* define if the system is missing a prototype for vasnprintf() */
1068#undef NEED_VASNPRINTF_PROTO
1069
1070/* define if the system is missing a prototype for vasprintf() */
1071#undef NEED_VASPRINTF_PROTO
1072
1073/* define if the system is missing a prototype for vsnprintf() */
1074#undef NEED_VSNPRINTF_PROTO
1075
1076/* Define this to enable old environment option in telnet. */
1077#undef OLD_ENVIRON
1078
1079/* Define if you have the openldap package. */
1080#undef OPENLDAP
1081
1082/* define if prototype of openlog is compatible with void openlog(const char
1083   *, int, int) */
1084#undef OPENLOG_PROTO_COMPATIBLE
1085
1086/* Define if you want OTP support in applications. */
1087#undef OTP
1088
1089/* Name of package */
1090#undef PACKAGE
1091
1092/* Define if getlogin has POSIX flavour (and not BSD). */
1093#undef POSIX_GETLOGIN
1094
1095/* Define if getpwnam_r has POSIX flavour. */
1096#undef POSIX_GETPWNAM_R
1097
1098/* Define if you have the readline package. */
1099#undef READLINE
1100
1101/* Define as the return type of signal handlers (`int' or `void'). */
1102#undef RETSIGTYPE
1103
1104/* Define if you have the ANSI C header files. */
1105#undef STDC_HEADERS
1106
1107/* Define if you have streams ptys. */
1108#undef STREAMSPTY
1109
1110/* Define to what version of SunOS you are running. */
1111#undef SunOS
1112
1113/* Define if you can safely include both <sys/time.h> and <time.h>. */
1114#undef TIME_WITH_SYS_TIME
1115
1116/* Define if your <sys/time.h> declares `struct tm'. */
1117#undef TM_IN_SYS_TIME
1118
1119/* Version number of package */
1120#undef VERSION
1121
1122/* Define if signal handlers return void. */
1123#undef VOID_RETSIGTYPE
1124
1125/* define if target is big endian */
1126#undef WORDS_BIGENDIAN
1127
1128/* Define if the X Window System is missing or not being used. */
1129#undef X_DISPLAY_MISSING
1130
1131/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
1132   */
1133#undef YYTEXT_POINTER
1134
1135/* Define to empty if `const' does not conform to ANSI C. */
1136#undef const
1137
1138/* Define to `int' if <sys/types.h> doesn't define. */
1139#undef gid_t
1140
1141/* Define as `__inline' if that's what the C compiler calls it, or to nothing
1142   if it is not supported. */
1143#undef inline
1144
1145/* Define this to what the type mode_t should be. */
1146#undef mode_t
1147
1148/* Define to `long' if <sys/types.h> does not define. */
1149#undef off_t
1150
1151/* Define to `int' if <sys/types.h> does not define. */
1152#undef pid_t
1153
1154/* Define this to what the type sig_atomic_t should be. */
1155#undef sig_atomic_t
1156
1157/* Define to `unsigned' if <sys/types.h> does not define. */
1158#undef size_t
1159
1160/* Define this to what the type ssize_t should be. */
1161#undef ssize_t
1162
1163/* Define to `int' if <sys/types.h> doesn't define. */
1164#undef uid_t
1165
1166#ifdef VOID_RETSIGTYPE
1167#define SIGRETURN(x) return
1168#else
1169#define SIGRETURN(x) return (RETSIGTYPE)(x)
1170#endif
1171
1172#ifdef BROKEN_REALLOC
1173#define realloc(X, Y) isoc_realloc((X), (Y))
1174#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
1175#endif
1176
1177#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
1178#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
1179#else
1180#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
1181#endif
1182
1183
1184#ifdef VOID_RETSIGTYPE
1185#define SIGRETURN(x) return
1186#else
1187#define SIGRETURN(x) return (RETSIGTYPE)(x)
1188#endif
1189
1190#ifdef BROKEN_REALLOC
1191#define realloc(X, Y) isoc_realloc((X), (Y))
1192#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
1193#endif
1194
1195#undef BINDIR 
1196#undef LIBDIR
1197#undef LIBEXECDIR
1198#undef SBINDIR
1199
1200#undef BINDIR 
1201#undef LIBDIR
1202#undef LIBEXECDIR
1203#undef SBINDIR
1204
1205#undef HAVE_INT8_T
1206#undef HAVE_INT16_T
1207#undef HAVE_INT32_T
1208#undef HAVE_INT64_T
1209#undef HAVE_U_INT8_T
1210#undef HAVE_U_INT16_T
1211#undef HAVE_U_INT32_T
1212#undef HAVE_U_INT64_T
1213#undef HAVE_UINT8_T
1214#undef HAVE_UINT16_T
1215#undef HAVE_UINT32_T
1216#undef HAVE_UINT64_T
1217
1218#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
1219#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
1220#else
1221#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
1222#endif
1223
1224#ifdef BROKEN_REALLOC
1225#define realloc(X, Y) isoc_realloc((X), (Y))
1226#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
1227#endif
1228
1229#ifdef VOID_RETSIGTYPE
1230#define SIGRETURN(x) return
1231#else
1232#define SIGRETURN(x) return (RETSIGTYPE)(x)
1233#endif
1234
1235#define RCSID(msg) \
1236static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
1237
1238#undef PROTOTYPES
1239
1240/* Maximum values on all known systems */
1241#define MaxHostNameLen (64+4)
1242#define MaxPathLen (1024+4)
1243
1244#if defined(HAVE_SGTTY_H) && defined(__NeXT__)
1245#define SGTTY
1246#endif
1247
1248/*
1249 * Define NDBM if you are using the 4.3 ndbm library (which is part of
1250 * libc).  If not defined, 4.2 dbm will be assumed.
1251 */
1252#if defined(HAVE_DBM_FIRSTKEY)
1253#define NDBM
1254#endif
1255
1256/* telnet stuff ----------------------------------------------- */
1257
1258#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1259#define AUTHENTICATION 1
1260#endif
1261
1262/* Set this to the default system lead string for telnetd 
1263 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1264 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1265 */
1266#undef USE_IM
1267
1268/* Used with login -p */
1269#undef LOGIN_ARGS
1270
1271/* set this to a sensible login */
1272#ifndef LOGIN_PATH
1273#define LOGIN_PATH BINDIR "/login"
1274#endif
1275
1276/* random defines */
1277
1278/*
1279 * Defining this enables lots of useful (and used) extensions on
1280 * glibc-based systems such as Linux
1281 */
1282
1283#define _GNU_SOURCE
1284
1285/*
1286 * this assumes that KRB_C_BIGENDIAN is used.
1287 * if we can find out endianess at compile-time, do so,
1288 * otherwise WORDS_BIGENDIAN should already have been defined
1289 */
1290
1291#if ENDIANESS_IN_SYS_PARAM_H
1292#  include <sys/types.h>
1293#  include <sys/param.h>
1294#  if BYTE_ORDER == BIG_ENDIAN
1295#  define WORDS_BIGENDIAN 1
1296#  endif
1297#endif
1298