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