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