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