config.h revision 56067
156067Smarkm/* Hand tweaked by MarkM */
256067Smarkm/* include/config.h.  Generated automatically by configure.  */
356067Smarkm/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
456067Smarkm/* $FreeBSD: cvs2svn/branches/MARKM/kerberos5/include/config.h 56067 2000-01-15 21:38:08Z markm $ */
556067Smarkm
656067Smarkm/* Define to empty if the keyword does not work.  */
756067Smarkm/* #undef const */
856067Smarkm
956067Smarkm/* Define to `int' if <sys/types.h> doesn't define.  */
1056067Smarkm/* #undef gid_t */
1156067Smarkm
1256067Smarkm/* Define as __inline if that's what the C compiler calls it.  */
1356067Smarkm/* #undef inline */
1456067Smarkm
1556067Smarkm/* Define to `long' if <sys/types.h> doesn't define.  */
1656067Smarkm/* #undef off_t */
1756067Smarkm
1856067Smarkm/* Define to `int' if <sys/types.h> doesn't define.  */
1956067Smarkm/* #undef pid_t */
2056067Smarkm
2156067Smarkm/* Define as the return type of signal handlers (int or void).  */
2256067Smarkm#define RETSIGTYPE void
2356067Smarkm
2456067Smarkm/* Define to `unsigned' if <sys/types.h> doesn't define.  */
2556067Smarkm/* #undef size_t */
2656067Smarkm
2756067Smarkm/* Define if you have the ANSI C header files.  */
2856067Smarkm#define STDC_HEADERS 1
2956067Smarkm
3056067Smarkm/* Define if you can safely include both <sys/time.h> and <time.h>.  */
3156067Smarkm#define TIME_WITH_SYS_TIME 1
3256067Smarkm
3356067Smarkm/* Define if your <sys/time.h> declares struct tm.  */
3456067Smarkm/* #undef TM_IN_SYS_TIME */
3556067Smarkm
3656067Smarkm/* Define to `int' if <sys/types.h> doesn't define.  */
3756067Smarkm/* #undef uid_t */
3856067Smarkm
3956067Smarkm/* Define if your processor stores words with the most significant
4056067Smarkm   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
4156067Smarkm/* #undef WORDS_BIGENDIAN */
4256067Smarkm
4356067Smarkm/* Define if the X Window System is missing or not being used.  */
4456067Smarkm/* #undef X_DISPLAY_MISSING */
4556067Smarkm
4656067Smarkm/* Define if lex declares yytext as a char * by default, not a char[].  */
4756067Smarkm#define YYTEXT_POINTER 1
4856067Smarkm
4956067Smarkm/* Define if you have the XauFileName function.  */
5056067Smarkm#define HAVE_XAUFILENAME 1
5156067Smarkm
5256067Smarkm/* Define if you have the XauReadAuth function.  */
5356067Smarkm#define HAVE_XAUREADAUTH 1
5456067Smarkm
5556067Smarkm/* Define if you have the XauWriteAuth function.  */
5656067Smarkm#define HAVE_XAUWRITEAUTH 1
5756067Smarkm
5856067Smarkm/* Define if you have the _getpty function.  */
5956067Smarkm/* #undef HAVE__GETPTY */
6056067Smarkm
6156067Smarkm/* Define if you have the _scrsize function.  */
6256067Smarkm/* #undef HAVE__SCRSIZE */
6356067Smarkm
6456067Smarkm/* Define if you have the asnprintf function.  */
6556067Smarkm/* #undef HAVE_ASNPRINTF */
6656067Smarkm
6756067Smarkm/* Define if you have the asprintf function.  */
6856067Smarkm#define HAVE_ASPRINTF 1
6956067Smarkm
7056067Smarkm/* Define if you have the cap_set_proc function.  */
7156067Smarkm/* #undef HAVE_CAP_SET_PROC */
7256067Smarkm
7356067Smarkm/* Define if you have the cgetent function.  */
7456067Smarkm#define HAVE_CGETENT 1
7556067Smarkm
7656067Smarkm/* Define if you have the chown function.  */
7756067Smarkm#define HAVE_CHOWN 1
7856067Smarkm
7956067Smarkm/* Define if you have the copyhostent function.  */
8056067Smarkm/* #undef HAVE_COPYHOSTENT */
8156067Smarkm
8256067Smarkm/* Define if you have the crypt function.  */
8356067Smarkm#define HAVE_CRYPT 1
8456067Smarkm
8556067Smarkm/* Define if you have the daemon function.  */
8656067Smarkm#define HAVE_DAEMON 1
8756067Smarkm
8856067Smarkm/* Define if you have the dbm_firstkey function.  */
8956067Smarkm#define HAVE_DBM_FIRSTKEY 1
9056067Smarkm
9156067Smarkm/* Define if you have the dbopen function.  */
9256067Smarkm#define HAVE_DBOPEN 1
9356067Smarkm
9456067Smarkm/* Define if you have the dlopen function.  */
9556067Smarkm#define HAVE_DLOPEN 1
9656067Smarkm
9756067Smarkm/* Define if you have the dn_expand function.  */
9856067Smarkm#define HAVE_DN_EXPAND 1
9956067Smarkm
10056067Smarkm/* Define if you have the el_init function.  */
10156067Smarkm#define HAVE_EL_INIT 1
10256067Smarkm
10356067Smarkm/* Define if you have the err function.  */
10456067Smarkm#define HAVE_ERR 1
10556067Smarkm
10656067Smarkm/* Define if you have the errx function.  */
10756067Smarkm#define HAVE_ERRX 1
10856067Smarkm
10956067Smarkm/* Define if you have the fchown function.  */
11056067Smarkm#define HAVE_FCHOWN 1
11156067Smarkm
11256067Smarkm/* Define if you have the fcntl function.  */
11356067Smarkm#define HAVE_FCNTL 1
11456067Smarkm
11556067Smarkm/* Define if you have the flock function.  */
11656067Smarkm#define HAVE_FLOCK 1
11756067Smarkm
11856067Smarkm/* Define if you have the fnmatch function.  */
11956067Smarkm#define HAVE_FNMATCH 1
12056067Smarkm
12156067Smarkm/* Define if you have the freeaddrinfo function.  */
12256067Smarkm#define HAVE_FREEADDRINFO 1
12356067Smarkm
12456067Smarkm/* Define if you have the freehostent function.  */
12556067Smarkm#define HAVE_FREEHOSTENT 1
12656067Smarkm
12756067Smarkm/* Define if you have the gai_strerror function.  */
12856067Smarkm#define HAVE_GAI_STRERROR 1
12956067Smarkm
13056067Smarkm/* Define if you have the getaddrinfo function.  */
13156067Smarkm#define HAVE_GETADDRINFO 1
13256067Smarkm
13356067Smarkm/* Define if you have the getcwd function.  */
13456067Smarkm#define HAVE_GETCWD 1
13556067Smarkm
13656067Smarkm/* Define if you have the getdtablesize function.  */
13756067Smarkm#define HAVE_GETDTABLESIZE 1
13856067Smarkm
13956067Smarkm/* Define if you have the getegid function.  */
14056067Smarkm#define HAVE_GETEGID 1
14156067Smarkm
14256067Smarkm/* Define if you have the geteuid function.  */
14356067Smarkm#define HAVE_GETEUID 1
14456067Smarkm
14556067Smarkm/* Define if you have the getgid function.  */
14656067Smarkm#define HAVE_GETGID 1
14756067Smarkm
14856067Smarkm/* Define if you have the gethostbyname function.  */
14956067Smarkm#define HAVE_GETHOSTBYNAME 1
15056067Smarkm
15156067Smarkm/* Define if you have the gethostbyname2 function.  */
15256067Smarkm#define HAVE_GETHOSTBYNAME2 1
15356067Smarkm
15456067Smarkm/* Define if you have the gethostname function.  */
15556067Smarkm#define HAVE_GETHOSTNAME 1
15656067Smarkm
15756067Smarkm/* Define if you have the getipnodebyaddr function.  */
15856067Smarkm#define HAVE_GETIPNODEBYADDR 1
15956067Smarkm
16056067Smarkm/* Define if you have the getipnodebyname function.  */
16156067Smarkm#define HAVE_GETIPNODEBYNAME 1
16256067Smarkm
16356067Smarkm/* Define if you have the getlogin function.  */
16456067Smarkm#define HAVE_GETLOGIN 1
16556067Smarkm
16656067Smarkm/* Define if you have the getmsg function.  */
16756067Smarkm/* #undef HAVE_GETMSG */
16856067Smarkm
16956067Smarkm/* Define if you have the getnameinfo function.  */
17056067Smarkm#define HAVE_GETNAMEINFO 1
17156067Smarkm
17256067Smarkm/* Define if you have the getopt function.  */
17356067Smarkm#define HAVE_GETOPT 1
17456067Smarkm
17556067Smarkm/* Define if you have the getpwnam_r function.  */
17656067Smarkm/* #undef HAVE_GETPWNAM_R */
17756067Smarkm
17856067Smarkm/* Define if you have the getrlimit function.  */
17956067Smarkm#define HAVE_GETRLIMIT 1
18056067Smarkm
18156067Smarkm/* Define if you have the getsockopt function.  */
18256067Smarkm#define HAVE_GETSOCKOPT 1
18356067Smarkm
18456067Smarkm/* Define if you have the getspnam function.  */
18556067Smarkm/* #undef HAVE_GETSPNAM */
18656067Smarkm
18756067Smarkm/* Define if you have the gettimeofday function.  */
18856067Smarkm#define HAVE_GETTIMEOFDAY 1
18956067Smarkm
19056067Smarkm/* Define if you have the getudbnam function.  */
19156067Smarkm/* #undef HAVE_GETUDBNAM */
19256067Smarkm
19356067Smarkm/* Define if you have the getuid function.  */
19456067Smarkm#define HAVE_GETUID 1
19556067Smarkm
19656067Smarkm/* Define if you have the getusershell function.  */
19756067Smarkm#define HAVE_GETUSERSHELL 1
19856067Smarkm
19956067Smarkm/* Define if you have the grantpt function.  */
20056067Smarkm/* #undef HAVE_GRANTPT */
20156067Smarkm
20256067Smarkm/* Define if you have the hstrerror function.  */
20356067Smarkm#define HAVE_HSTRERROR 1
20456067Smarkm
20556067Smarkm/* Define if you have the inet_aton function.  */
20656067Smarkm#define HAVE_INET_ATON 1
20756067Smarkm
20856067Smarkm/* Define if you have the inet_ntop function.  */
20956067Smarkm#define HAVE_INET_NTOP 1
21056067Smarkm
21156067Smarkm/* Define if you have the inet_pton function.  */
21256067Smarkm#define HAVE_INET_PTON 1
21356067Smarkm
21456067Smarkm/* Define if you have the initgroups function.  */
21556067Smarkm#define HAVE_INITGROUPS 1
21656067Smarkm
21756067Smarkm/* Define if you have the innetgr function.  */
21856067Smarkm#define HAVE_INNETGR 1
21956067Smarkm
22056067Smarkm/* Define if you have the iruserok function.  */
22156067Smarkm#define HAVE_IRUSEROK 1
22256067Smarkm
22356067Smarkm/* Define if you have the krb_disable_debug function.  */
22456067Smarkm#define HAVE_KRB_DISABLE_DEBUG 1
22556067Smarkm
22656067Smarkm/* Define if you have the krb_enable_debug function.  */
22756067Smarkm#define HAVE_KRB_ENABLE_DEBUG 1
22856067Smarkm
22956067Smarkm/* Define if you have the krb_get_our_ip_for_realm function.  */
23056067Smarkm#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
23156067Smarkm
23256067Smarkm/* Define if you have the logwtmp function.  */
23356067Smarkm#define HAVE_LOGWTMP 1
23456067Smarkm
23556067Smarkm/* Define if you have the lstat function.  */
23656067Smarkm#define HAVE_LSTAT 1
23756067Smarkm
23856067Smarkm/* Define if you have the memmove function.  */
23956067Smarkm#define HAVE_MEMMOVE 1
24056067Smarkm
24156067Smarkm/* Define if you have the mkstemp function.  */
24256067Smarkm#define HAVE_MKSTEMP 1
24356067Smarkm
24456067Smarkm/* Define if you have the mktime function.  */
24556067Smarkm#define HAVE_MKTIME 1
24656067Smarkm
24756067Smarkm/* Define if you have the ptsname function.  */
24856067Smarkm/* #undef HAVE_PTSNAME */
24956067Smarkm
25056067Smarkm/* Define if you have the putenv function.  */
25156067Smarkm#define HAVE_PUTENV 1
25256067Smarkm
25356067Smarkm/* Define if you have the rand function.  */
25456067Smarkm#define HAVE_RAND 1
25556067Smarkm
25656067Smarkm/* Define if you have the random function.  */
25756067Smarkm#define HAVE_RANDOM 1
25856067Smarkm
25956067Smarkm/* Define if you have the rcmd function.  */
26056067Smarkm#define HAVE_RCMD 1
26156067Smarkm
26256067Smarkm/* Define if you have the readv function.  */
26356067Smarkm#define HAVE_READV 1
26456067Smarkm
26556067Smarkm/* Define if you have the recvmsg function.  */
26656067Smarkm#define HAVE_RECVMSG 1
26756067Smarkm
26856067Smarkm/* Define if you have the res_search function.  */
26956067Smarkm#define HAVE_RES_SEARCH 1
27056067Smarkm
27156067Smarkm/* Define if you have the revoke function.  */
27256067Smarkm#define HAVE_REVOKE 1
27356067Smarkm
27456067Smarkm/* Define if you have the sa_family_t function.  */
27556067Smarkm#define HAVE_SA_FAMILY_T 1
27656067Smarkm
27756067Smarkm/* Define if you have the select function.  */
27856067Smarkm#define HAVE_SELECT 1
27956067Smarkm
28056067Smarkm/* Define if you have the sendmsg function.  */
28156067Smarkm#define HAVE_SENDMSG 1
28256067Smarkm
28356067Smarkm/* Define if you have the setegid function.  */
28456067Smarkm#define HAVE_SETEGID 1
28556067Smarkm
28656067Smarkm/* Define if you have the setenv function.  */
28756067Smarkm#define HAVE_SETENV 1
28856067Smarkm
28956067Smarkm/* Define if you have the seteuid function.  */
29056067Smarkm#define HAVE_SETEUID 1
29156067Smarkm
29256067Smarkm/* Define if you have the setitimer function.  */
29356067Smarkm#define HAVE_SETITIMER 1
29456067Smarkm
29556067Smarkm/* Define if you have the setlim function.  */
29656067Smarkm/* #undef HAVE_SETLIM */
29756067Smarkm
29856067Smarkm/* Define if you have the setlogin function.  */
29956067Smarkm#define HAVE_SETLOGIN 1
30056067Smarkm
30156067Smarkm/* Define if you have the setpcred function.  */
30256067Smarkm/* #undef HAVE_SETPCRED */
30356067Smarkm
30456067Smarkm/* Define if you have the setpgid function.  */
30556067Smarkm#define HAVE_SETPGID 1
30656067Smarkm
30756067Smarkm/* Define if you have the setproctitle function.  */
30856067Smarkm/* #undef HAVE_SETPROCTITLE */
30956067Smarkm
31056067Smarkm/* Define if you have the setregid function.  */
31156067Smarkm#define HAVE_SETREGID 1
31256067Smarkm
31356067Smarkm/* Define if you have the setresgid function.  */
31456067Smarkm/* #undef HAVE_SETRESGID */
31556067Smarkm
31656067Smarkm/* Define if you have the setresuid function.  */
31756067Smarkm/* #undef HAVE_SETRESUID */
31856067Smarkm
31956067Smarkm/* Define if you have the setreuid function.  */
32056067Smarkm#define HAVE_SETREUID 1
32156067Smarkm
32256067Smarkm/* Define if you have the setsid function.  */
32356067Smarkm#define HAVE_SETSID 1
32456067Smarkm
32556067Smarkm/* Define if you have the setsockopt function.  */
32656067Smarkm#define HAVE_SETSOCKOPT 1
32756067Smarkm
32856067Smarkm/* Define if you have the setutent function.  */
32956067Smarkm/* #undef HAVE_SETUTENT */
33056067Smarkm
33156067Smarkm/* Define if you have the sgi_getcapabilitybyname function.  */
33256067Smarkm/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
33356067Smarkm
33456067Smarkm/* Define if you have the sigaction function.  */
33556067Smarkm#define HAVE_SIGACTION 1
33656067Smarkm
33756067Smarkm/* Define if you have the socket function.  */
33856067Smarkm#define HAVE_SOCKET 1
33956067Smarkm
34056067Smarkm/* Define if you have the socklen_t function.  */
34156067Smarkm#define HAVE_SOCKLEN_T 1
34256067Smarkm
34356067Smarkm/* Define if you have the strcasecmp function.  */
34456067Smarkm#define HAVE_STRCASECMP 1
34556067Smarkm
34656067Smarkm/* Define if you have the strdup function.  */
34756067Smarkm#define HAVE_STRDUP 1
34856067Smarkm
34956067Smarkm/* Define if you have the strerror function.  */
35056067Smarkm#define HAVE_STRERROR 1
35156067Smarkm
35256067Smarkm/* Define if you have the strftime function.  */
35356067Smarkm#define HAVE_STRFTIME 1
35456067Smarkm
35556067Smarkm/* Define if you have the strlcat function.  */
35656067Smarkm#define HAVE_STRLCAT 1
35756067Smarkm
35856067Smarkm/* Define if you have the strlcpy function.  */
35956067Smarkm#define HAVE_STRLCPY 1
36056067Smarkm
36156067Smarkm/* Define if you have the strlwr function.  */
36256067Smarkm/* #undef HAVE_STRLWR */
36356067Smarkm
36456067Smarkm/* Define if you have the strncasecmp function.  */
36556067Smarkm#define HAVE_STRNCASECMP 1
36656067Smarkm
36756067Smarkm/* Define if you have the strndup function.  */
36856067Smarkm/* #undef HAVE_STRNDUP */
36956067Smarkm
37056067Smarkm/* Define if you have the strnlen function.  */
37156067Smarkm/* #undef HAVE_STRNLEN */
37256067Smarkm
37356067Smarkm/* Define if you have the strptime function.  */
37456067Smarkm#define HAVE_STRPTIME 1
37556067Smarkm
37656067Smarkm/* Define if you have the strsep function.  */
37756067Smarkm#define HAVE_STRSEP 1
37856067Smarkm
37956067Smarkm/* Define if you have the strstr function.  */
38056067Smarkm#define HAVE_STRSTR 1
38156067Smarkm
38256067Smarkm/* Define if you have the strtok_r function.  */
38356067Smarkm#define HAVE_STRTOK_R 1
38456067Smarkm
38556067Smarkm/* Define if you have the struct_addrinfo function.  */
38656067Smarkm#define HAVE_STRUCT_ADDRINFO 1
38756067Smarkm
38856067Smarkm/* Define if you have the struct_sockaddr function.  */
38956067Smarkm#define HAVE_STRUCT_SOCKADDR 1
39056067Smarkm
39156067Smarkm/* Define if you have the struct_sockaddr_storage function.  */
39256067Smarkm#define HAVE_STRUCT_SOCKADDR_STORAGE 1
39356067Smarkm
39456067Smarkm/* Define if you have the strupr function.  */
39556067Smarkm/* #undef HAVE_STRUPR */
39656067Smarkm
39756067Smarkm/* Define if you have the swab function.  */
39856067Smarkm#define HAVE_SWAB 1
39956067Smarkm
40056067Smarkm/* Define if you have the sysconf function.  */
40156067Smarkm#define HAVE_SYSCONF 1
40256067Smarkm
40356067Smarkm/* Define if you have the sysctl function.  */
40456067Smarkm#define HAVE_SYSCTL 1
40556067Smarkm
40656067Smarkm/* Define if you have the syslog function.  */
40756067Smarkm#define HAVE_SYSLOG 1
40856067Smarkm
40956067Smarkm/* Define if you have the tgetent function.  */
41056067Smarkm#define HAVE_TGETENT 1
41156067Smarkm
41256067Smarkm/* Define if you have the timegm function.  */
41356067Smarkm#define HAVE_TIMEGM 1
41456067Smarkm
41556067Smarkm/* Define if you have the ttyname function.  */
41656067Smarkm#define HAVE_TTYNAME 1
41756067Smarkm
41856067Smarkm/* Define if you have the ttyslot function.  */
41956067Smarkm#define HAVE_TTYSLOT 1
42056067Smarkm
42156067Smarkm/* Define if you have the umask function.  */
42256067Smarkm#define HAVE_UMASK 1
42356067Smarkm
42456067Smarkm/* Define if you have the uname function.  */
42556067Smarkm#define HAVE_UNAME 1
42656067Smarkm
42756067Smarkm/* Define if you have the unlockpt function.  */
42856067Smarkm/* #undef HAVE_UNLOCKPT */
42956067Smarkm
43056067Smarkm/* Define if you have the unsetenv function.  */
43156067Smarkm#define HAVE_UNSETENV 1
43256067Smarkm
43356067Smarkm/* Define if you have the vasnprintf function.  */
43456067Smarkm/* #undef HAVE_VASNPRINTF */
43556067Smarkm
43656067Smarkm/* Define if you have the vasprintf function.  */
43756067Smarkm#define HAVE_VASPRINTF 1
43856067Smarkm
43956067Smarkm/* Define if you have the verr function.  */
44056067Smarkm#define HAVE_VERR 1
44156067Smarkm
44256067Smarkm/* Define if you have the verrx function.  */
44356067Smarkm#define HAVE_VERRX 1
44456067Smarkm
44556067Smarkm/* Define if you have the vhangup function.  */
44656067Smarkm/* #undef HAVE_VHANGUP */
44756067Smarkm
44856067Smarkm/* Define if you have the vsyslog function.  */
44956067Smarkm#define HAVE_VSYSLOG 1
45056067Smarkm
45156067Smarkm/* Define if you have the vwarn function.  */
45256067Smarkm#define HAVE_VWARN 1
45356067Smarkm
45456067Smarkm/* Define if you have the vwarnx function.  */
45556067Smarkm#define HAVE_VWARNX 1
45656067Smarkm
45756067Smarkm/* Define if you have the warn function.  */
45856067Smarkm#define HAVE_WARN 1
45956067Smarkm
46056067Smarkm/* Define if you have the warnx function.  */
46156067Smarkm#define HAVE_WARNX 1
46256067Smarkm
46356067Smarkm/* Define if you have the writev function.  */
46456067Smarkm#define HAVE_WRITEV 1
46556067Smarkm
46656067Smarkm/* Define if you have the yp_get_default_domain function.  */
46756067Smarkm#define HAVE_YP_GET_DEFAULT_DOMAIN 1
46856067Smarkm
46956067Smarkm/* Define if you have the <arpa/ftp.h> header file.  */
47056067Smarkm#define HAVE_ARPA_FTP_H 1
47156067Smarkm
47256067Smarkm/* Define if you have the <arpa/inet.h> header file.  */
47356067Smarkm#define HAVE_ARPA_INET_H 1
47456067Smarkm
47556067Smarkm/* Define if you have the <arpa/nameser.h> header file.  */
47656067Smarkm#define HAVE_ARPA_NAMESER_H 1
47756067Smarkm
47856067Smarkm/* Define if you have the <arpa/telnet.h> header file.  */
47956067Smarkm#define HAVE_ARPA_TELNET_H 1
48056067Smarkm
48156067Smarkm/* Define if you have the <bind/bitypes.h> header file.  */
48256067Smarkm/* #undef HAVE_BIND_BITYPES_H */
48356067Smarkm
48456067Smarkm/* Define if you have the <bsdsetjmp.h> header file.  */
48556067Smarkm/* #undef HAVE_BSDSETJMP_H */
48656067Smarkm
48756067Smarkm/* Define if you have the <capability.h> header file.  */
48856067Smarkm/* #undef HAVE_CAPABILITY_H */
48956067Smarkm
49056067Smarkm/* Define if you have the <crypt.h> header file.  */
49156067Smarkm/* #undef HAVE_CRYPT_H */
49256067Smarkm
49356067Smarkm/* Define if you have the <curses.h> header file.  */
49456067Smarkm#define HAVE_CURSES_H 1
49556067Smarkm
49656067Smarkm/* Define if you have the <db.h> header file.  */
49756067Smarkm#define HAVE_DB_H 1
49856067Smarkm
49956067Smarkm/* Define if you have the <db_185.h> header file.  */
50056067Smarkm/* #undef HAVE_DB_185_H */
50156067Smarkm
50256067Smarkm/* Define if you have the <dbm.h> header file.  */
50356067Smarkm/* #undef HAVE_DBM_H */
50456067Smarkm
50556067Smarkm/* Define if you have the <dirent.h> header file.  */
50656067Smarkm#define HAVE_DIRENT_H 1
50756067Smarkm
50856067Smarkm/* Define if you have the <dlfcn.h> header file.  */
50956067Smarkm#define HAVE_DLFCN_H 1
51056067Smarkm
51156067Smarkm/* Define if you have the <err.h> header file.  */
51256067Smarkm#define HAVE_ERR_H 1
51356067Smarkm
51456067Smarkm/* Define if you have the <errno.h> header file.  */
51556067Smarkm#define HAVE_ERRNO_H 1
51656067Smarkm
51756067Smarkm/* Define if you have the <fcntl.h> header file.  */
51856067Smarkm#define HAVE_FCNTL_H 1
51956067Smarkm
52056067Smarkm/* Define if you have the <fnmatch.h> header file.  */
52156067Smarkm#define HAVE_FNMATCH_H 1
52256067Smarkm
52356067Smarkm/* Define if you have the <grp.h> header file.  */
52456067Smarkm#define HAVE_GRP_H 1
52556067Smarkm
52656067Smarkm/* Define if you have the <inttypes.h> header file.  */
52756067Smarkm#define HAVE_INTTYPES_H 1
52856067Smarkm
52956067Smarkm/* Define if you have the <io.h> header file.  */
53056067Smarkm/* #undef HAVE_IO_H */
53156067Smarkm
53256067Smarkm/* Define if you have the <limits.h> header file.  */
53356067Smarkm#define HAVE_LIMITS_H 1
53456067Smarkm
53556067Smarkm/* Define if you have the <maillock.h> header file.  */
53656067Smarkm/* #undef HAVE_MAILLOCK_H */
53756067Smarkm
53856067Smarkm/* Define if you have the <ndbm.h> header file.  */
53956067Smarkm#define HAVE_NDBM_H 1
54056067Smarkm
54156067Smarkm/* Define if you have the <net/if.h> header file.  */
54256067Smarkm#define HAVE_NET_IF_H 1
54356067Smarkm
54456067Smarkm/* Define if you have the <netdb.h> header file.  */
54556067Smarkm#define HAVE_NETDB_H 1
54656067Smarkm
54756067Smarkm/* Define if you have the <netinet/in.h> header file.  */
54856067Smarkm#define HAVE_NETINET_IN_H 1
54956067Smarkm
55056067Smarkm/* Define if you have the <netinet/in6.h> header file.  */
55156067Smarkm/* #undef HAVE_NETINET_IN6_H */
55256067Smarkm
55356067Smarkm/* Define if you have the <netinet/in6_machtypes.h> header file.  */
55456067Smarkm/* #undef HAVE_NETINET_IN6_MACHTYPES_H */
55556067Smarkm
55656067Smarkm/* Define if you have the <netinet/in6_var.h> header file.  */
55756067Smarkm/* #undef HAVE_NETINET_IN6_VAR_H */
55856067Smarkm
55956067Smarkm/* Define if you have the <netinet/in_systm.h> header file.  */
56056067Smarkm#define HAVE_NETINET_IN_SYSTM_H 1
56156067Smarkm
56256067Smarkm/* Define if you have the <netinet/ip.h> header file.  */
56356067Smarkm#define HAVE_NETINET_IP_H 1
56456067Smarkm
56556067Smarkm/* Define if you have the <netinet/tcp.h> header file.  */
56656067Smarkm#define HAVE_NETINET_TCP_H 1
56756067Smarkm
56856067Smarkm/* Define if you have the <netinet6/in6.h> header file.  */
56956067Smarkm#define HAVE_NETINET6_IN6_H 1
57056067Smarkm
57156067Smarkm/* Define if you have the <netinfo/ni.h> header file.  */
57256067Smarkm/* #undef HAVE_NETINFO_NI_H */
57356067Smarkm
57456067Smarkm/* Define if you have the <paths.h> header file.  */
57556067Smarkm#define HAVE_PATHS_H 1
57656067Smarkm
57756067Smarkm/* Define if you have the <pthread.h> header file.  */
57856067Smarkm#define HAVE_PTHREAD_H 1
57956067Smarkm
58056067Smarkm/* Define if you have the <pty.h> header file.  */
58156067Smarkm/* #undef HAVE_PTY_H */
58256067Smarkm
58356067Smarkm/* Define if you have the <pwd.h> header file.  */
58456067Smarkm#define HAVE_PWD_H 1
58556067Smarkm
58656067Smarkm/* Define if you have the <resolv.h> header file.  */
58756067Smarkm#define HAVE_RESOLV_H 1
58856067Smarkm
58956067Smarkm/* Define if you have the <rpcsvc/dbm.h> header file.  */
59056067Smarkm/* #undef HAVE_RPCSVC_DBM_H */
59156067Smarkm
59256067Smarkm/* Define if you have the <sac.h> header file.  */
59356067Smarkm/* #undef HAVE_SAC_H */
59456067Smarkm
59556067Smarkm/* Define if you have the <security/pam_modules.h> header file.  */
59656067Smarkm#define HAVE_SECURITY_PAM_MODULES_H 1
59756067Smarkm
59856067Smarkm/* Define if you have the <sgtty.h> header file.  */
59956067Smarkm#define HAVE_SGTTY_H 1
60056067Smarkm
60156067Smarkm/* Define if you have the <shadow.h> header file.  */
60256067Smarkm/* #undef HAVE_SHADOW_H */
60356067Smarkm
60456067Smarkm/* Define if you have the <siad.h> header file.  */
60556067Smarkm/* #undef HAVE_SIAD_H */
60656067Smarkm
60756067Smarkm/* Define if you have the <signal.h> header file.  */
60856067Smarkm#define HAVE_SIGNAL_H 1
60956067Smarkm
61056067Smarkm/* Define if you have the <standards.h> header file.  */
61156067Smarkm/* #undef HAVE_STANDARDS_H */
61256067Smarkm
61356067Smarkm/* Define if you have the <stropts.h> header file.  */
61456067Smarkm/* #undef HAVE_STROPTS_H */
61556067Smarkm
61656067Smarkm/* Define if you have the <sys/bitypes.h> header file.  */
61756067Smarkm/* #undef HAVE_SYS_BITYPES_H */
61856067Smarkm
61956067Smarkm/* Define if you have the <sys/capability.h> header file.  */
62056067Smarkm/* #undef HAVE_SYS_CAPABILITY_H */
62156067Smarkm
62256067Smarkm/* Define if you have the <sys/category.h> header file.  */
62356067Smarkm/* #undef HAVE_SYS_CATEGORY_H */
62456067Smarkm
62556067Smarkm/* Define if you have the <sys/file.h> header file.  */
62656067Smarkm#define HAVE_SYS_FILE_H 1
62756067Smarkm
62856067Smarkm/* Define if you have the <sys/filio.h> header file.  */
62956067Smarkm#define HAVE_SYS_FILIO_H 1
63056067Smarkm
63156067Smarkm/* Define if you have the <sys/ioccom.h> header file.  */
63256067Smarkm#define HAVE_SYS_IOCCOM_H 1
63356067Smarkm
63456067Smarkm/* Define if you have the <sys/ioctl.h> header file.  */
63556067Smarkm#define HAVE_SYS_IOCTL_H 1
63656067Smarkm
63756067Smarkm/* Define if you have the <sys/param.h> header file.  */
63856067Smarkm#define HAVE_SYS_PARAM_H 1
63956067Smarkm
64056067Smarkm/* Define if you have the <sys/proc.h> header file.  */
64156067Smarkm#define HAVE_SYS_PROC_H 1
64256067Smarkm
64356067Smarkm/* Define if you have the <sys/pty.h> header file.  */
64456067Smarkm/* #undef HAVE_SYS_PTY_H */
64556067Smarkm
64656067Smarkm/* Define if you have the <sys/ptyio.h> header file.  */
64756067Smarkm/* #undef HAVE_SYS_PTYIO_H */
64856067Smarkm
64956067Smarkm/* Define if you have the <sys/ptyvar.h> header file.  */
65056067Smarkm/* #undef HAVE_SYS_PTYVAR_H */
65156067Smarkm
65256067Smarkm/* Define if you have the <sys/resource.h> header file.  */
65356067Smarkm#define HAVE_SYS_RESOURCE_H 1
65456067Smarkm
65556067Smarkm/* Define if you have the <sys/select.h> header file.  */
65656067Smarkm#define HAVE_SYS_SELECT_H 1
65756067Smarkm
65856067Smarkm/* Define if you have the <sys/socket.h> header file.  */
65956067Smarkm#define HAVE_SYS_SOCKET_H 1
66056067Smarkm
66156067Smarkm/* Define if you have the <sys/sockio.h> header file.  */
66256067Smarkm#define HAVE_SYS_SOCKIO_H 1
66356067Smarkm
66456067Smarkm/* Define if you have the <sys/stat.h> header file.  */
66556067Smarkm#define HAVE_SYS_STAT_H 1
66656067Smarkm
66756067Smarkm/* Define if you have the <sys/str_tty.h> header file.  */
66856067Smarkm/* #undef HAVE_SYS_STR_TTY_H */
66956067Smarkm
67056067Smarkm/* Define if you have the <sys/stream.h> header file.  */
67156067Smarkm/* #undef HAVE_SYS_STREAM_H */
67256067Smarkm
67356067Smarkm/* Define if you have the <sys/stropts.h> header file.  */
67456067Smarkm/* #undef HAVE_SYS_STROPTS_H */
67556067Smarkm
67656067Smarkm/* Define if you have the <sys/strtty.h> header file.  */
67756067Smarkm/* #undef HAVE_SYS_STRTTY_H */
67856067Smarkm
67956067Smarkm/* Define if you have the <sys/syscall.h> header file.  */
68056067Smarkm#define HAVE_SYS_SYSCALL_H 1
68156067Smarkm
68256067Smarkm/* Define if you have the <sys/sysctl.h> header file.  */
68356067Smarkm#define HAVE_SYS_SYSCTL_H 1
68456067Smarkm
68556067Smarkm/* Define if you have the <sys/termio.h> header file.  */
68656067Smarkm/* #undef HAVE_SYS_TERMIO_H */
68756067Smarkm
68856067Smarkm/* Define if you have the <sys/time.h> header file.  */
68956067Smarkm#define HAVE_SYS_TIME_H 1
69056067Smarkm
69156067Smarkm/* Define if you have the <sys/timeb.h> header file.  */
69256067Smarkm#define HAVE_SYS_TIMEB_H 1
69356067Smarkm
69456067Smarkm/* Define if you have the <sys/times.h> header file.  */
69556067Smarkm#define HAVE_SYS_TIMES_H 1
69656067Smarkm
69756067Smarkm/* Define if you have the <sys/tty.h> header file.  */
69856067Smarkm#define HAVE_SYS_TTY_H 1
69956067Smarkm
70056067Smarkm/* Define if you have the <sys/types.h> header file.  */
70156067Smarkm#define HAVE_SYS_TYPES_H 1
70256067Smarkm
70356067Smarkm/* Define if you have the <sys/uio.h> header file.  */
70456067Smarkm#define HAVE_SYS_UIO_H 1
70556067Smarkm
70656067Smarkm/* Define if you have the <sys/un.h> header file.  */
70756067Smarkm#define HAVE_SYS_UN_H 1
70856067Smarkm
70956067Smarkm/* Define if you have the <sys/utsname.h> header file.  */
71056067Smarkm#define HAVE_SYS_UTSNAME_H 1
71156067Smarkm
71256067Smarkm/* Define if you have the <sys/wait.h> header file.  */
71356067Smarkm#define HAVE_SYS_WAIT_H 1
71456067Smarkm
71556067Smarkm/* Define if you have the <syslog.h> header file.  */
71656067Smarkm#define HAVE_SYSLOG_H 1
71756067Smarkm
71856067Smarkm/* Define if you have the <term.h> header file.  */
71956067Smarkm#define HAVE_TERM_H 1
72056067Smarkm
72156067Smarkm/* Define if you have the <termio.h> header file.  */
72256067Smarkm/* #undef HAVE_TERMIO_H */
72356067Smarkm
72456067Smarkm/* Define if you have the <termios.h> header file.  */
72556067Smarkm#define HAVE_TERMIOS_H 1
72656067Smarkm
72756067Smarkm/* Define if you have the <time.h> header file.  */
72856067Smarkm#define HAVE_TIME_H 1
72956067Smarkm
73056067Smarkm/* Define if you have the <tmpdir.h> header file.  */
73156067Smarkm/* #undef HAVE_TMPDIR_H */
73256067Smarkm
73356067Smarkm/* Define if you have the <udb.h> header file.  */
73456067Smarkm/* #undef HAVE_UDB_H */
73556067Smarkm
73656067Smarkm/* Define if you have the <unistd.h> header file.  */
73756067Smarkm#define HAVE_UNISTD_H 1
73856067Smarkm
73956067Smarkm/* Define if you have the <util.h> header file.  */
74056067Smarkm/* #undef HAVE_UTIL_H */
74156067Smarkm
74256067Smarkm/* Define if you have the <utmp.h> header file.  */
74356067Smarkm#define HAVE_UTMP_H 1
74456067Smarkm
74556067Smarkm/* Define if you have the <utmpx.h> header file.  */
74656067Smarkm/* #undef HAVE_UTMPX_H */
74756067Smarkm
74856067Smarkm/* Define if you have the X11 library (-lX11).  */
74956067Smarkm/* #undef HAVE_LIBX11 */
75056067Smarkm
75156067Smarkm/* Define if you have the Xau library (-lXau).  */
75256067Smarkm#define HAVE_LIBXAU 1
75356067Smarkm
75456067Smarkm/* Define if you have the c_r library (-lc_r).  */
75556067Smarkm/* #undef HAVE_LIBC_R */
75656067Smarkm
75756067Smarkm/* Define if you have the crypt library (-lcrypt).  */
75856067Smarkm#define HAVE_LIBCRYPT 1
75956067Smarkm
76056067Smarkm/* Define if you have the curses library (-lcurses).  */
76156067Smarkm/* #undef HAVE_LIBCURSES */
76256067Smarkm
76356067Smarkm/* Define if you have the dl library (-ldl).  */
76456067Smarkm/* #undef HAVE_LIBDL */
76556067Smarkm
76656067Smarkm/* Define if you have the edit library (-ledit).  */
76756067Smarkm#define HAVE_LIBEDIT 1
76856067Smarkm
76956067Smarkm/* Define if you have the gdbm library (-lgdbm).  */
77056067Smarkm/* #undef HAVE_LIBGDBM */
77156067Smarkm
77256067Smarkm/* Define if you have the inet6 library (-linet6).  */
77356067Smarkm/* #undef HAVE_LIBINET6 */
77456067Smarkm
77556067Smarkm/* Define if you have the ip6 library (-lip6).  */
77656067Smarkm/* #undef HAVE_LIBIP6 */
77756067Smarkm
77856067Smarkm/* Define if you have the ncurses library (-lncurses).  */
77956067Smarkm/* #undef HAVE_LIBNCURSES */
78056067Smarkm
78156067Smarkm/* Define if you have the ndbm library (-lndbm).  */
78256067Smarkm/* #undef HAVE_LIBNDBM */
78356067Smarkm
78456067Smarkm/* Define if you have the nsl library (-lnsl).  */
78556067Smarkm/* #undef HAVE_LIBNSL */
78656067Smarkm
78756067Smarkm/* Define if you have the resolv library (-lresolv).  */
78856067Smarkm/* #undef HAVE_LIBRESOLV */
78956067Smarkm
79056067Smarkm/* Define if you have the socket library (-lsocket).  */
79156067Smarkm/* #undef HAVE_LIBSOCKET */
79256067Smarkm
79356067Smarkm/* Define if you have the syslog library (-lsyslog).  */
79456067Smarkm/* #undef HAVE_LIBSYSLOG */
79556067Smarkm
79656067Smarkm/* Define if you have the termcap library (-ltermcap).  */
79756067Smarkm#define HAVE_LIBTERMCAP 1
79856067Smarkm
79956067Smarkm/* Define if you have the util library (-lutil).  */
80056067Smarkm#define HAVE_LIBUTIL 1
80156067Smarkm
80256067Smarkm/* Name of package */
80356067Smarkm#define PACKAGE "heimdal"
80456067Smarkm
80556067Smarkm/* Version number of package */
80656067Smarkm#define VERSION "0.2l"
80756067Smarkm
80856067Smarkm/* Define to what version of SunOS you are running. */
80956067Smarkm/* #undef SunOS */
81056067Smarkm
81156067Smarkm/* define if your compiler has __attribute__ */
81256067Smarkm#define HAVE___ATTRIBUTE__ 1
81356067Smarkm
81456067Smarkm/* Define if you have the krb4 package. */
81556067Smarkm#define KRB4 1
81656067Smarkm
81756067Smarkm/* define if krb_put_int takes four arguments. */
81856067Smarkm#define HAVE_FOUR_VALUED_KRB_PUT_INT 1
81956067Smarkm
82056067Smarkm/* Define to one if your krb.h doesn't */
82156067Smarkm/* #undef KRB_VERIFY_SECURE */
82256067Smarkm
82356067Smarkm/* Define to two if your krb.h doesn't */
82456067Smarkm/* #undef KRB_VERIFY_SECURE_FAIL */
82556067Smarkm
82656067Smarkm/* Define to zero if your krb.h doesn't */
82756067Smarkm/* #undef KRB_VERIFY_NOT_SECURE */
82856067Smarkm
82956067Smarkm/* Enable Kerberos 5 support in applications. */
83056067Smarkm#define KRB5 1
83156067Smarkm
83256067Smarkm/* Define if you want to use the KDC as a kaserver. */
83356067Smarkm/* #undef KASERVER */
83456067Smarkm
83556067Smarkm/* Define if you want support in hprop for reading kaserver databases */
83656067Smarkm/* #undef KASERVER_DB */
83756067Smarkm
83856067Smarkm/* Define if you want OTP support in applications. */
83956067Smarkm#define OTP 1
84056067Smarkm
84156067Smarkm/* Define to enable basic OSF C2 support. */
84256067Smarkm/* #undef HAVE_OSFC2 */
84356067Smarkm
84456067Smarkm/* Define if you have the readline package. */
84556067Smarkm/* #undef READLINE */
84656067Smarkm
84756067Smarkm/* Define if you have the hesiod package. */
84856067Smarkm/* #undef HESIOD */
84956067Smarkm
85056067Smarkm/* Define this to what the type ssize_t should be. */
85156067Smarkm/* #undef ssize_t */
85256067Smarkm
85356067Smarkm/* Define this to what the type mode_t should be. */
85456067Smarkm/* #undef mode_t */
85556067Smarkm
85656067Smarkm/* Define this to what the type sig_atomic_t should be. */
85756067Smarkm/* #undef sig_atomic_t */
85856067Smarkm
85956067Smarkm/* Define if you want to use Netinfo instead of krb5.conf. */
86056067Smarkm/* #undef HAVE_NETINFO */
86156067Smarkm
86256067Smarkm/* Define if you have IPv6. */
86356067Smarkm#define HAVE_IPV6 1
86456067Smarkm
86556067Smarkm/* define if you have a working snprintf */
86656067Smarkm#define HAVE_SNPRINTF 1
86756067Smarkm
86856067Smarkm/* define if the system is missing a prototype for snprintf() */
86956067Smarkm/* #undef NEED_SNPRINTF_PROTO */
87056067Smarkm
87156067Smarkm/* define if you have a working vsnprintf */
87256067Smarkm#define HAVE_VSNPRINTF 1
87356067Smarkm
87456067Smarkm/* define if the system is missing a prototype for vsnprintf() */
87556067Smarkm/* #undef NEED_VSNPRINTF_PROTO */
87656067Smarkm
87756067Smarkm/* define if you have a glob() that groks
87856067Smarkm	GLOB_BRACE, GLOB_NOCHECK, GLOB_QUOTE, and GLOB_TILDE */
87956067Smarkm#define HAVE_GLOB 1
88056067Smarkm
88156067Smarkm/* define if the system is missing a prototype for glob() */
88256067Smarkm/* #undef NEED_GLOB_PROTO */
88356067Smarkm
88456067Smarkm/* Define if getlogin has POSIX flavour (and not BSD). */
88556067Smarkm/* #undef POSIX_GETLOGIN */
88656067Smarkm
88756067Smarkm/* Define if getpwnam_r has POSIX flavour. */
88856067Smarkm/* #undef POSIX_GETPWNAM_R */
88956067Smarkm
89056067Smarkm/* Define if signal handlers return void. */
89156067Smarkm#define VOID_RETSIGTYPE 1
89256067Smarkm
89356067Smarkm/* define if the system is missing a prototype for hstrerror() */
89456067Smarkm/* #undef NEED_HSTRERROR_PROTO */
89556067Smarkm
89656067Smarkm/* define if the system is missing a prototype for asprintf() */
89756067Smarkm/* #undef NEED_ASPRINTF_PROTO */
89856067Smarkm
89956067Smarkm/* define if the system is missing a prototype for vasprintf() */
90056067Smarkm/* #undef NEED_VASPRINTF_PROTO */
90156067Smarkm
90256067Smarkm/* define if the system is missing a prototype for asnprintf() */
90356067Smarkm/* #undef NEED_ASNPRINTF_PROTO */
90456067Smarkm
90556067Smarkm/* define if the system is missing a prototype for vasnprintf() */
90656067Smarkm/* #undef NEED_VASNPRINTF_PROTO */
90756067Smarkm
90856067Smarkm/* define if the system is missing a prototype for setenv() */
90956067Smarkm/* #undef NEED_SETENV_PROTO */
91056067Smarkm
91156067Smarkm/* define if the system is missing a prototype for unsetenv() */
91256067Smarkm/* #undef NEED_UNSETENV_PROTO */
91356067Smarkm
91456067Smarkm/* define if the system is missing a prototype for gethostname() */
91556067Smarkm/* #undef NEED_GETHOSTNAME_PROTO */
91656067Smarkm
91756067Smarkm/* define if the system is missing a prototype for mkstemp() */
91856067Smarkm/* #undef NEED_MKSTEMP_PROTO */
91956067Smarkm
92056067Smarkm/* define if the system is missing a prototype for getusershell() */
92156067Smarkm/* #undef NEED_GETUSERSHELL_PROTO */
92256067Smarkm
92356067Smarkm/* define if the system is missing a prototype for inet_aton() */
92456067Smarkm/* #undef NEED_INET_ATON_PROTO */
92556067Smarkm
92656067Smarkm/* Define if realloc(NULL) doesn't work. */
92756067Smarkm/* #undef BROKEN_REALLOC */
92856067Smarkm
92956067Smarkm/* define if prototype of gethostbyname is compatible with
93056067Smarkm	struct hostent *gethostbyname(const char *) */
93156067Smarkm#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
93256067Smarkm
93356067Smarkm/* define if prototype of gethostbyaddr is compatible with
93456067Smarkm	struct hostent *gethostbyaddr(const void *, size_t, int) */
93556067Smarkm/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
93656067Smarkm
93756067Smarkm/* define if prototype of getservbyname is compatible with
93856067Smarkm	struct servent *getservbyname(const char *, const char *) */
93956067Smarkm#define GETSERVBYNAME_PROTO_COMPATIBLE 1
94056067Smarkm
94156067Smarkm/* define if prototype of openlog is compatible with
94256067Smarkm	void openlog(const char *, int, int) */
94356067Smarkm#define OPENLOG_PROTO_COMPATIBLE 1
94456067Smarkm
94556067Smarkm/* define if the system is missing a prototype for crypt() */
94656067Smarkm/* #undef NEED_CRYPT_PROTO */
94756067Smarkm
94856067Smarkm/* define if the system is missing a prototype for strtok_r() */
94956067Smarkm/* #undef NEED_STRTOK_R_PROTO */
95056067Smarkm
95156067Smarkm/* define if the system is missing a prototype for strsep() */
95256067Smarkm/* #undef NEED_STRSEP_PROTO */
95356067Smarkm
95456067Smarkm/* define if you have h_errno */
95556067Smarkm#define HAVE_H_ERRNO 1
95656067Smarkm
95756067Smarkm/* define if your system declares h_errno */
95856067Smarkm#define HAVE_H_ERRNO_DECLARATION 1
95956067Smarkm
96056067Smarkm/* define if you have h_errlist */
96156067Smarkm#define HAVE_H_ERRLIST 1
96256067Smarkm
96356067Smarkm/* define if your system declares h_errlist */
96456067Smarkm/* #undef HAVE_H_ERRLIST_DECLARATION */
96556067Smarkm
96656067Smarkm/* define if you have h_nerr */
96756067Smarkm#define HAVE_H_NERR 1
96856067Smarkm
96956067Smarkm/* define if your system declares h_nerr */
97056067Smarkm/* #undef HAVE_H_NERR_DECLARATION */
97156067Smarkm
97256067Smarkm/* define if you have __progname */
97356067Smarkm#define HAVE___PROGNAME 1
97456067Smarkm
97556067Smarkm/* define if your system declares __progname */
97656067Smarkm/* #undef HAVE___PROGNAME_DECLARATION */
97756067Smarkm
97856067Smarkm/* define if your system declares optarg */
97956067Smarkm#define HAVE_OPTARG_DECLARATION 1
98056067Smarkm
98156067Smarkm/* define if your system declares optind */
98256067Smarkm#define HAVE_OPTIND_DECLARATION 1
98356067Smarkm
98456067Smarkm/* define if your system declares opterr */
98556067Smarkm#define HAVE_OPTERR_DECLARATION 1
98656067Smarkm
98756067Smarkm/* define if your system declares optopt */
98856067Smarkm#define HAVE_OPTOPT_DECLARATION 1
98956067Smarkm
99056067Smarkm/* define if your system declares environ */
99156067Smarkm/* #undef HAVE_ENVIRON_DECLARATION */
99256067Smarkm
99356067Smarkm/* Define if struct utmp has field ut_addr. */
99456067Smarkm/* #undef HAVE_STRUCT_UTMP_UT_ADDR */
99556067Smarkm
99656067Smarkm/* Define if struct utmp has field ut_host. */
99756067Smarkm/* #undef HAVE_STRUCT_UTMP_UT_HOST */
99856067Smarkm
99956067Smarkm/* Define if struct utmp has field ut_id. */
100056067Smarkm/* #undef HAVE_STRUCT_UTMP_UT_ID */
100156067Smarkm
100256067Smarkm/* Define if struct utmp has field ut_pid. */
100356067Smarkm/* #undef HAVE_STRUCT_UTMP_UT_PID */
100456067Smarkm
100556067Smarkm/* Define if struct utmp has field ut_type. */
100656067Smarkm/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
100756067Smarkm
100856067Smarkm/* Define if struct utmp has field ut_user. */
100956067Smarkm/* #undef HAVE_STRUCT_UTMP_UT_USER */
101056067Smarkm
101156067Smarkm/* Define if struct utmpx has field ut_exit. */
101256067Smarkm/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
101356067Smarkm
101456067Smarkm/* Define if struct utmpx has field ut_syslen. */
101556067Smarkm/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
101656067Smarkm
101756067Smarkm/* Define if struct tm has field tm_gmtoff. */
101856067Smarkm#define HAVE_STRUCT_TM_TM_GMTOFF 1
101956067Smarkm
102056067Smarkm/* Define if struct tm has field tm_zone. */
102156067Smarkm#define HAVE_STRUCT_TM_TM_ZONE 1
102256067Smarkm
102356067Smarkm/* define if you have timezone */
102456067Smarkm#define HAVE_TIMEZONE 1
102556067Smarkm
102656067Smarkm/* define if your system declares timezone */
102756067Smarkm#define HAVE_TIMEZONE_DECLARATION 1
102856067Smarkm
102956067Smarkm/* define if struct winsize is declared in sys/termios.h */
103056067Smarkm#define HAVE_STRUCT_WINSIZE 1
103156067Smarkm
103256067Smarkm/* define if struct winsize has ws_xpixel */
103356067Smarkm#define HAVE_WS_XPIXEL 1
103456067Smarkm
103556067Smarkm/* define if struct winsize has ws_ypixel */
103656067Smarkm#define HAVE_WS_YPIXEL 1
103756067Smarkm
103856067Smarkm/* define if you have struct spwd */
103956067Smarkm/* #undef HAVE_STRUCT_SPWD */
104056067Smarkm
104156067Smarkm/* Define if struct sockaddr has field sa_len. */
104256067Smarkm#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
104356067Smarkm
104456067Smarkm/* Define if el_init takes four arguments. */
104556067Smarkm/* #undef HAVE_FOUR_VALUED_EL_INIT */
104656067Smarkm
104756067Smarkm/* Define if you have a readline compatible library. */
104856067Smarkm#define HAVE_READLINE 1
104956067Smarkm
105056067Smarkm/* Define if you want authentication support in telnet. */
105156067Smarkm#define AUTHENTICATION 1
105256067Smarkm
105356067Smarkm/* Define if you want encryption support in telnet. */
105456067Smarkm#define ENCRYPTION 1
105556067Smarkm
105656067Smarkm/* Define if you want to use DES encryption in telnet. */
105756067Smarkm#define DES_ENCRYPTION 1
105856067Smarkm
105956067Smarkm/* Define this to enable diagnostics in telnet. */
106056067Smarkm#define DIAGNOSTICS 1
106156067Smarkm
106256067Smarkm/* Define this to enable old environment option in telnet. */
106356067Smarkm#define OLD_ENVIRON 1
106456067Smarkm
106556067Smarkm/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
106656067Smarkm/* #undef ENV_HACK */
106756067Smarkm
106856067Smarkm/* Define if you have streams ptys. */
106956067Smarkm/* #undef STREAMSPTY */
107056067Smarkm
107156067Smarkm
107256067Smarkm#define BINDIR "/usr/bin"
107356067Smarkm#define LIBDIR "/usr/lib"
107456067Smarkm#define LIBEXECDIR "/usr/libexec"
107556067Smarkm#define SBINDIR "/usr/sbin"
107656067Smarkm
107756067Smarkm#define HAVE_INT8_T 1
107856067Smarkm#define HAVE_INT16_T 1
107956067Smarkm#define HAVE_INT32_T 1
108056067Smarkm#define HAVE_INT64_T 1
108156067Smarkm#define HAVE_U_INT8_T 1
108256067Smarkm#define HAVE_U_INT16_T 1
108356067Smarkm#define HAVE_U_INT32_T 1
108456067Smarkm#define HAVE_U_INT64_T 1
108556067Smarkm
108656067Smarkm#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
108756067Smarkm#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
108856067Smarkm#else
108956067Smarkm#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
109056067Smarkm#endif
109156067Smarkm
109256067Smarkm#ifdef BROKEN_REALLOC
109356067Smarkm#define realloc(X, Y) isoc_realloc((X), (Y))
109456067Smarkm#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
109556067Smarkm#endif
109656067Smarkm
109756067Smarkm#ifdef VOID_RETSIGTYPE
109856067Smarkm#define SIGRETURN(x) return
109956067Smarkm#else
110056067Smarkm#define SIGRETURN(x) return (RETSIGTYPE)(x)
110156067Smarkm#endif
110256067Smarkm
110356067Smarkm#define RCSID(msg) \
110456067Smarkmstatic /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
110556067Smarkm
110656067Smarkm/* #undef PROTOTYPES */
110756067Smarkm
110856067Smarkm/* Maximum values on all known systems */
110956067Smarkm#define MaxHostNameLen (64+4)
111056067Smarkm#define MaxPathLen (1024+4)
111156067Smarkm
111256067Smarkm#if defined(HAVE_SGTTY_H) && defined(__NeXT__)
111356067Smarkm#define SGTTY
111456067Smarkm#endif
111556067Smarkm
111656067Smarkm/*
111756067Smarkm * Define NDBM if you are using the 4.3 ndbm library (which is part of
111856067Smarkm * libc).  If not defined, 4.2 dbm will be assumed.
111956067Smarkm */
112056067Smarkm#if defined(HAVE_DBM_FIRSTKEY)
112156067Smarkm#define NDBM
112256067Smarkm#endif
112356067Smarkm
112456067Smarkm/* telnet stuff ----------------------------------------------- */
112556067Smarkm
112656067Smarkm#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
112756067Smarkm#define AUTHENTICATION 1
112856067Smarkm#endif
112956067Smarkm
113056067Smarkm/* Set this to the default system lead string for telnetd
113156067Smarkm * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
113256067Smarkm * %v=os-version, %t=tty, %h=hostname, %d=date and time
113356067Smarkm */
113456067Smarkm/* #undef USE_IM */
113556067Smarkm
113656067Smarkm/* Used with login -p */
113756067Smarkm/* #undef LOGIN_ARGS */
113856067Smarkm
113956067Smarkm/* set this to a sensible login */
114056067Smarkm#ifndef LOGIN_PATH
114156067Smarkm#define LOGIN_PATH BINDIR "/login"
114256067Smarkm#endif
114356067Smarkm
114456067Smarkm/* random defines */
114556067Smarkm
114656067Smarkm/*
114756067Smarkm * Defining this enables lots of useful (and used) extensions on
114856067Smarkm * glibc-based systems such as Linux
114956067Smarkm */
115056067Smarkm
115156067Smarkm#define _GNU_SOURCE
1152