config.h revision 90931
156067Smarkm/* include/config.h.  Generated automatically by configure.  */
256067Smarkm/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
372450Sassar
456067Smarkm/* $FreeBSD: head/kerberos5/include/config.h 90931 2002-02-19 15:53:33Z nectar $ */
556067Smarkm
672450Sassar#ifndef RCSID
772450Sassar#define RCSID(msg) static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
872450Sassar#endif
956067Smarkm
1090931Snectar#define BINDIR "/usr/bin"
1190931Snectar#define LIBDIR "/usr/lib"
1290931Snectar#define LIBEXECDIR "/usr/libexec"
1390931Snectar#define SBINDIR "/usr/sbin"
1456067Smarkm
1572450Sassar#define HAVE_INT8_T 1
1672450Sassar#define HAVE_INT16_T 1
1772450Sassar#define HAVE_INT32_T 1
1872450Sassar#define HAVE_INT64_T 1
1972450Sassar#define HAVE_U_INT8_T 1
2072450Sassar#define HAVE_U_INT16_T 1
2172450Sassar#define HAVE_U_INT32_T 1
2272450Sassar#define HAVE_U_INT64_T 1
2356067Smarkm
2472450Sassar/* Maximum values on all known systems */
2572450Sassar#define MaxHostNameLen (64+4)
2672450Sassar#define MaxPathLen (1024+4)
2756067Smarkm
2856067Smarkm
2956067Smarkm
3072450Sassar/* Define if you want authentication support in telnet. */
3172450Sassar#define AUTHENTICATION 1
3256067Smarkm
3372450Sassar/* Define if realloc(NULL) doesn't work. */
3472450Sassar/* #undef BROKEN_REALLOC */
3556067Smarkm
3672450Sassar/* Define if you want support for DCE/DFS PAG's. */
3772450Sassar/* #undef DCE */
3856067Smarkm
3972450Sassar/* Define if you want to use DES encryption in telnet. */
4072450Sassar#define DES_ENCRYPTION 1
4156067Smarkm
4272450Sassar/* Define this to enable diagnostics in telnet. */
4372450Sassar#define DIAGNOSTICS 1
4456067Smarkm
4572450Sassar/* Define if you want encryption support in telnet. */
4672450Sassar#define ENCRYPTION 1
4756067Smarkm
4872450Sassar/* define if sys/param.h defines the endiness */
4972450Sassar#define ENDIANESS_IN_SYS_PARAM_H 1
5056067Smarkm
5172450Sassar/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
5272450Sassar/* #undef ENV_HACK */
5356067Smarkm
5472450Sassar/* define if prototype of gethostbyaddr is compatible with struct hostent
5572450Sassar   *gethostbyaddr(const void *, size_t, int) */
5672450Sassar/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
5756067Smarkm
5872450Sassar/* define if prototype of gethostbyname is compatible with struct hostent
5972450Sassar   *gethostbyname(const char *) */
6072450Sassar#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
6156067Smarkm
6272450Sassar/* define if prototype of getservbyname is compatible with struct servent
6372450Sassar   *getservbyname(const char *, const char *) */
6472450Sassar#define GETSERVBYNAME_PROTO_COMPATIBLE 1
6556067Smarkm
6672450Sassar/* define if prototype of getsockname is compatible with int getsockname(int,
6772450Sassar   struct sockaddr*, socklen_t*) */
6872450Sassar#define GETSOCKNAME_PROTO_COMPATIBLE 1
6956067Smarkm
7072450Sassar/* Define if you have the <arpa/ftp.h> header file. */
7172450Sassar#define HAVE_ARPA_FTP_H 1
7256067Smarkm
7372450Sassar/* Define if you have the <arpa/inet.h> header file. */
7472450Sassar#define HAVE_ARPA_INET_H 1
7572450Sassar
7672450Sassar/* Define if you have the <arpa/nameser.h> header file. */
7772450Sassar#define HAVE_ARPA_NAMESER_H 1
7872450Sassar
7972450Sassar/* Define if you have the <arpa/telnet.h> header file. */
8072450Sassar#define HAVE_ARPA_TELNET_H 1
8172450Sassar
8272450Sassar/* Define if you have the `asnprintf' function. */
8356067Smarkm/* #undef HAVE_ASNPRINTF */
8456067Smarkm
8572450Sassar/* Define if you have the `asprintf' function. */
8656067Smarkm#define HAVE_ASPRINTF 1
8756067Smarkm
8872450Sassar/* Define if you have the <bind/bitypes.h> header file. */
8972450Sassar/* #undef HAVE_BIND_BITYPES_H */
9072450Sassar
9172450Sassar/* Define if you have the <bsdsetjmp.h> header file. */
9272450Sassar/* #undef HAVE_BSDSETJMP_H */
9372450Sassar
9478550Sassar/* Define if you have the `bswap16' function. */
9578550Sassar/* #undef HAVE_BSWAP16 */
9678550Sassar
9778550Sassar/* Define if you have the `bswap32' function. */
9878550Sassar/* #undef HAVE_BSWAP32 */
9978550Sassar
10072450Sassar/* Define if you have the <capability.h> header file. */
10172450Sassar/* #undef HAVE_CAPABILITY_H */
10272450Sassar
10372450Sassar/* Define if you have the `cap_set_proc' function. */
10478550Sassar#define HAVE_CAP_SET_PROC 1
10556067Smarkm
10672450Sassar/* Define if you have the `cgetent' function. */
10756067Smarkm#define HAVE_CGETENT 1
10856067Smarkm
10972450Sassar/* Define if you have the `chown' function. */
11056067Smarkm#define HAVE_CHOWN 1
11156067Smarkm
11272450Sassar/* Define if you have the <config.h> header file. */
11372450Sassar/* #undef HAVE_CONFIG_H */
11472450Sassar
11572450Sassar/* Define if you have the `copyhostent' function. */
11656067Smarkm/* #undef HAVE_COPYHOSTENT */
11756067Smarkm
11872450Sassar/* Define if you have the `crypt' function. */
11956067Smarkm#define HAVE_CRYPT 1
12056067Smarkm
12172450Sassar/* Define if you have the <crypt.h> header file. */
12272450Sassar/* #undef HAVE_CRYPT_H */
12372450Sassar
12472450Sassar/* Define if you have the <curses.h> header file. */
12572450Sassar#define HAVE_CURSES_H 1
12672450Sassar
12772450Sassar/* Define if you have the `daemon' function. */
12856067Smarkm#define HAVE_DAEMON 1
12956067Smarkm
13090931Snectar/* define if you have a berkeley db1/2 library */
13190931Snectar#define HAVE_DB1 1
13290931Snectar
13390931Snectar/* define if you have a berkeley db3 library */
13490931Snectar/* #undef HAVE_DB3 */
13590931Snectar
13672450Sassar/* Define if you have the `dbm_firstkey' function. */
13756067Smarkm#define HAVE_DBM_FIRSTKEY 1
13856067Smarkm
13972450Sassar/* Define if you have the <dbm.h> header file. */
14072450Sassar/* #undef HAVE_DBM_H */
14156067Smarkm
14272450Sassar/* Define if you have the `dbopen' function. */
14390931Snectar#define HAVE_DBOPEN 1
14472450Sassar
14572450Sassar/* Define if you have the <db_185.h> header file. */
14672450Sassar/* #undef HAVE_DB_185_H */
14772450Sassar
14872450Sassar/* Define if you have the `db_create' function. */
14972450Sassar/* #undef HAVE_DB_CREATE */
15072450Sassar
15172450Sassar/* Define if you have the <db.h> header file. */
15272450Sassar#define HAVE_DB_H 1
15372450Sassar
15490931Snectar/* define if you have ndbm compat in db */
15590931Snectar/* #undef HAVE_DB_NDBM */
15672450Sassar
15772450Sassar/* Define if you have the <dirent.h> header file. */
15872450Sassar#define HAVE_DIRENT_H 1
15972450Sassar
16072450Sassar/* Define if you have the <dlfcn.h> header file. */
16172450Sassar#define HAVE_DLFCN_H 1
16272450Sassar
16372450Sassar/* Define if you have the `dlopen' function. */
16456067Smarkm#define HAVE_DLOPEN 1
16556067Smarkm
16672450Sassar/* Define if you have the `dn_expand' function. */
16756067Smarkm#define HAVE_DN_EXPAND 1
16856067Smarkm
16990931Snectar/* Define if you have the `ecalloc' function. */
17090931Snectar/* #undef HAVE_ECALLOC */
17190931Snectar
17272450Sassar/* Define if you have the `el_init' function. */
17356067Smarkm#define HAVE_EL_INIT 1
17456067Smarkm
17590931Snectar/* Define if you have the `emalloc' function. */
17690931Snectar/* #undef HAVE_EMALLOC */
17790931Snectar
17872450Sassar/* define if your system declares environ */
17972450Sassar/* #undef HAVE_ENVIRON_DECLARATION */
18072450Sassar
18190931Snectar/* Define if you have the `erealloc' function. */
18290931Snectar/* #undef HAVE_EREALLOC */
18390931Snectar
18472450Sassar/* Define if you have the `err' function. */
18556067Smarkm#define HAVE_ERR 1
18656067Smarkm
18772450Sassar/* Define if you have the <errno.h> header file. */
18872450Sassar#define HAVE_ERRNO_H 1
18972450Sassar
19072450Sassar/* Define if you have the `errx' function. */
19156067Smarkm#define HAVE_ERRX 1
19256067Smarkm
19372450Sassar/* Define if you have the <err.h> header file. */
19472450Sassar#define HAVE_ERR_H 1
19572450Sassar
19690931Snectar/* Define if you have the `estrdup' function. */
19790931Snectar/* #undef HAVE_ESTRDUP */
19890931Snectar
19972450Sassar/* Define if you have the `fchown' function. */
20056067Smarkm#define HAVE_FCHOWN 1
20156067Smarkm
20272450Sassar/* Define if you have the `fcntl' function. */
20356067Smarkm#define HAVE_FCNTL 1
20456067Smarkm
20572450Sassar/* Define if you have the <fcntl.h> header file. */
20672450Sassar#define HAVE_FCNTL_H 1
20772450Sassar
20872450Sassar/* Define if you have the `flock' function. */
20956067Smarkm#define HAVE_FLOCK 1
21056067Smarkm
21172450Sassar/* Define if you have the `fnmatch' function. */
21256067Smarkm#define HAVE_FNMATCH 1
21356067Smarkm
21472450Sassar/* Define if you have the <fnmatch.h> header file. */
21572450Sassar#define HAVE_FNMATCH_H 1
21672450Sassar
21772450Sassar/* Define if el_init takes four arguments. */
21890931Snectar#define HAVE_FOUR_VALUED_EL_INIT 1
21972450Sassar
22072450Sassar/* define if krb_put_int takes four arguments. */
22172450Sassar#define HAVE_FOUR_VALUED_KRB_PUT_INT 1
22272450Sassar
22372450Sassar/* Define if you have the `freeaddrinfo' function. */
22456067Smarkm#define HAVE_FREEADDRINFO 1
22556067Smarkm
22672450Sassar/* Define if you have the `freehostent' function. */
22756067Smarkm#define HAVE_FREEHOSTENT 1
22856067Smarkm
22972450Sassar/* Define if you have the `gai_strerror' function. */
23056067Smarkm#define HAVE_GAI_STRERROR 1
23156067Smarkm
23272450Sassar/* Define if you have the <gdbm/ndbm.h> header file. */
23372450Sassar/* #undef HAVE_GDBM_NDBM_H */
23472450Sassar
23572450Sassar/* Define if you have the `getaddrinfo' function. */
23656067Smarkm#define HAVE_GETADDRINFO 1
23756067Smarkm
23872450Sassar/* Define if you have the `getconfattr' function. */
23972450Sassar/* #undef HAVE_GETCONFATTR */
24072450Sassar
24172450Sassar/* Define if you have the `getcwd' function. */
24256067Smarkm#define HAVE_GETCWD 1
24356067Smarkm
24472450Sassar/* Define if you have the `getdtablesize' function. */
24556067Smarkm#define HAVE_GETDTABLESIZE 1
24656067Smarkm
24772450Sassar/* Define if you have the `getegid' function. */
24856067Smarkm#define HAVE_GETEGID 1
24956067Smarkm
25072450Sassar/* Define if you have the `geteuid' function. */
25156067Smarkm#define HAVE_GETEUID 1
25256067Smarkm
25372450Sassar/* Define if you have the `getgid' function. */
25456067Smarkm#define HAVE_GETGID 1
25556067Smarkm
25672450Sassar/* Define if you have the `gethostbyname' function. */
25756067Smarkm#define HAVE_GETHOSTBYNAME 1
25856067Smarkm
25972450Sassar/* Define if you have the `gethostbyname2' function. */
26056067Smarkm#define HAVE_GETHOSTBYNAME2 1
26156067Smarkm
26272450Sassar/* Define if you have the `gethostname' function. */
26356067Smarkm#define HAVE_GETHOSTNAME 1
26456067Smarkm
26572450Sassar/* Define if you have the `getifaddrs' function. */
26672450Sassar#define HAVE_GETIFADDRS 1
26772450Sassar
26872450Sassar/* Define if you have the `getipnodebyaddr' function. */
26956067Smarkm#define HAVE_GETIPNODEBYADDR 1
27056067Smarkm
27172450Sassar/* Define if you have the `getipnodebyname' function. */
27256067Smarkm#define HAVE_GETIPNODEBYNAME 1
27356067Smarkm
27472450Sassar/* Define if you have the `getlogin' function. */
27556067Smarkm#define HAVE_GETLOGIN 1
27656067Smarkm
27772450Sassar/* Define if you have a working getmsg. */
27856067Smarkm/* #undef HAVE_GETMSG */
27956067Smarkm
28072450Sassar/* Define if you have the `getnameinfo' function. */
28156067Smarkm#define HAVE_GETNAMEINFO 1
28256067Smarkm
28372450Sassar/* Define if you have the `getopt' function. */
28456067Smarkm#define HAVE_GETOPT 1
28556067Smarkm
28678550Sassar/* Define if you have the `getprogname' function. */
28778550Sassar#define HAVE_GETPROGNAME 1
28878550Sassar
28972450Sassar/* Define if you have the `getpwnam_r' function. */
29056067Smarkm/* #undef HAVE_GETPWNAM_R */
29156067Smarkm
29272450Sassar/* Define if you have the `getrlimit' function. */
29356067Smarkm#define HAVE_GETRLIMIT 1
29456067Smarkm
29572450Sassar/* Define if you have the `getsockopt' function. */
29656067Smarkm#define HAVE_GETSOCKOPT 1
29756067Smarkm
29872450Sassar/* Define if you have the `getspnam' function. */
29956067Smarkm/* #undef HAVE_GETSPNAM */
30056067Smarkm
30172450Sassar/* Define if you have the `gettimeofday' function. */
30256067Smarkm#define HAVE_GETTIMEOFDAY 1
30356067Smarkm
30472450Sassar/* Define if you have the `getudbnam' function. */
30556067Smarkm/* #undef HAVE_GETUDBNAM */
30656067Smarkm
30772450Sassar/* Define if you have the `getuid' function. */
30856067Smarkm#define HAVE_GETUID 1
30956067Smarkm
31072450Sassar/* Define if you have the `getusershell' function. */
31156067Smarkm#define HAVE_GETUSERSHELL 1
31256067Smarkm
31372450Sassar/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
31478550Sassar   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
31572450Sassar#define HAVE_GLOB 1
31672450Sassar
31772450Sassar/* Define if you have the `grantpt' function. */
31856067Smarkm/* #undef HAVE_GRANTPT */
31956067Smarkm
32072450Sassar/* Define if you have the <grp.h> header file. */
32172450Sassar#define HAVE_GRP_H 1
32272450Sassar
32372450Sassar/* Define if you have the `hstrerror' function. */
32456067Smarkm#define HAVE_HSTRERROR 1
32556067Smarkm
32672450Sassar/* Define if you have the `h_errlist' variable. */
32772450Sassar#define HAVE_H_ERRLIST 1
32872450Sassar
32972450Sassar/* define if your system declares h_errlist */
33072450Sassar/* #undef HAVE_H_ERRLIST_DECLARATION */
33172450Sassar
33272450Sassar/* Define if you have the `h_errno' variable. */
33372450Sassar#define HAVE_H_ERRNO 1
33472450Sassar
33572450Sassar/* define if your system declares h_errno */
33672450Sassar#define HAVE_H_ERRNO_DECLARATION 1
33772450Sassar
33872450Sassar/* Define if you have the `h_nerr' variable. */
33972450Sassar#define HAVE_H_NERR 1
34072450Sassar
34172450Sassar/* define if your system declares h_nerr */
34272450Sassar/* #undef HAVE_H_NERR_DECLARATION */
34372450Sassar
34472450Sassar/* Define if you have the <ifaddrs.h> header file. */
34572450Sassar#define HAVE_IFADDRS_H 1
34672450Sassar
34790931Snectar/* Define if you have the in6addr_loopback variable */
34890931Snectar#define HAVE_IN6ADDR_LOOPBACK 1
34990931Snectar
35072450Sassar/* Define if you have the `inet_aton' function. */
35156067Smarkm#define HAVE_INET_ATON 1
35256067Smarkm
35372450Sassar/* Define if you have the `inet_ntop' function. */
35456067Smarkm#define HAVE_INET_NTOP 1
35556067Smarkm
35672450Sassar/* Define if you have the `inet_pton' function. */
35756067Smarkm#define HAVE_INET_PTON 1
35856067Smarkm
35972450Sassar/* Define if you have the `initgroups' function. */
36056067Smarkm#define HAVE_INITGROUPS 1
36156067Smarkm
36278550Sassar/* Define if you have the `initstate' function. */
36378550Sassar#define HAVE_INITSTATE 1
36478550Sassar
36572450Sassar/* Define if you have the `innetgr' function. */
36656067Smarkm#define HAVE_INNETGR 1
36756067Smarkm
36872450Sassar/* Define if you have the <inttypes.h> header file. */
36972450Sassar#define HAVE_INTTYPES_H 1
37072450Sassar
37172450Sassar/* Define if you have the <io.h> header file. */
37272450Sassar/* #undef HAVE_IO_H */
37372450Sassar
37472450Sassar/* Define if you have IPv6. */
37572450Sassar#define HAVE_IPV6 1
37672450Sassar
37772450Sassar/* Define if you have the `iruserok' function. */
37856067Smarkm#define HAVE_IRUSEROK 1
37956067Smarkm
38090931Snectar/* Define if you have the `issetugid' function. */
38190931Snectar#define HAVE_ISSETUGID 1
38290931Snectar
38372450Sassar/* Define if you have the `krb_disable_debug' function. */
38456067Smarkm#define HAVE_KRB_DISABLE_DEBUG 1
38556067Smarkm
38672450Sassar/* Define if you have the `krb_enable_debug' function. */
38756067Smarkm#define HAVE_KRB_ENABLE_DEBUG 1
38856067Smarkm
38972450Sassar/* Define if you have the `krb_get_our_ip_for_realm' function. */
39056067Smarkm#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
39156067Smarkm
39290931Snectar/* Define if you have the <libutil.h> header file. */
39390931Snectar#define HAVE_LIBUTIL_H 1
39490931Snectar
39572450Sassar/* Define if you have the <limits.h> header file. */
39672450Sassar#define HAVE_LIMITS_H 1
39772450Sassar
39890931Snectar/* Define if you have the `logout' function. */
39990931Snectar#define HAVE_LOGOUT 1
40090931Snectar
40172450Sassar/* Define if you have the `logwtmp' function. */
40256067Smarkm#define HAVE_LOGWTMP 1
40356067Smarkm
40472450Sassar/* Define if the system has the type `long long'. */
40572450Sassar#define HAVE_LONG_LONG 1
40672450Sassar
40772450Sassar/* Define if you have the `lstat' function. */
40856067Smarkm#define HAVE_LSTAT 1
40956067Smarkm
41072450Sassar/* Define if you have the <maillock.h> header file. */
41172450Sassar/* #undef HAVE_MAILLOCK_H */
41272450Sassar
41372450Sassar/* Define if you have the `memmove' function. */
41456067Smarkm#define HAVE_MEMMOVE 1
41556067Smarkm
41690931Snectar/* Define if you have the <memory.h> header file. */
41790931Snectar#define HAVE_MEMORY_H 1
41890931Snectar
41972450Sassar/* Define if you have the `mkstemp' function. */
42056067Smarkm#define HAVE_MKSTEMP 1
42156067Smarkm
42272450Sassar/* Define if you have the `mktime' function. */
42356067Smarkm#define HAVE_MKTIME 1
42456067Smarkm
42590931Snectar/* define if you have a ndbm library */
42690931Snectar#define HAVE_NDBM 1
42790931Snectar
42872450Sassar/* Define if you have the <ndbm.h> header file. */
42972450Sassar#define HAVE_NDBM_H 1
43056067Smarkm
43172450Sassar/* Define if you have the <netdb.h> header file. */
43272450Sassar#define HAVE_NETDB_H 1
43356067Smarkm
43472450Sassar/* Define if you have the <netinet6/in6.h> header file. */
43572450Sassar/* #undef HAVE_NETINET6_IN6_H */
43656067Smarkm
43772450Sassar/* Define if you have the <netinet6/in6_var.h> header file. */
43872450Sassar#define HAVE_NETINET6_IN6_VAR_H 1
43956067Smarkm
44072450Sassar/* Define if you have the <netinet/in6.h> header file. */
44172450Sassar/* #undef HAVE_NETINET_IN6_H */
44256067Smarkm
44372450Sassar/* Define if you have the <netinet/in6_machtypes.h> header file. */
44472450Sassar/* #undef HAVE_NETINET_IN6_MACHTYPES_H */
44556067Smarkm
44672450Sassar/* Define if you have the <netinet/in6_var.h> header file. */
44772450Sassar/* #undef HAVE_NETINET_IN6_VAR_H */
44856067Smarkm
44972450Sassar/* Define if you have the <netinet/in.h> header file. */
45072450Sassar#define HAVE_NETINET_IN_H 1
45156067Smarkm
45272450Sassar/* Define if you have the <netinet/in_systm.h> header file. */
45372450Sassar#define HAVE_NETINET_IN_SYSTM_H 1
45456067Smarkm
45572450Sassar/* Define if you have the <netinet/ip.h> header file. */
45672450Sassar#define HAVE_NETINET_IP_H 1
45756067Smarkm
45872450Sassar/* Define if you have the <netinet/tcp.h> header file. */
45972450Sassar#define HAVE_NETINET_TCP_H 1
46056067Smarkm
46172450Sassar/* Define if you want to use Netinfo instead of krb5.conf. */
46272450Sassar/* #undef HAVE_NETINFO */
46356067Smarkm
46472450Sassar/* Define if you have the <netinfo/ni.h> header file. */
46572450Sassar/* #undef HAVE_NETINFO_NI_H */
46656067Smarkm
46772450Sassar/* Define if you have the <net/if.h> header file. */
46872450Sassar#define HAVE_NET_IF_H 1
46956067Smarkm
47090931Snectar/* Define if you have the `openpty' function. */
47190931Snectar#define HAVE_OPENPTY 1
47256067Smarkm
47390931Snectar/* define to use openssl's libcrypto */
47490931Snectar#define HAVE_OPENSSL 1
47556067Smarkm
47672450Sassar/* define if your system declares optarg */
47772450Sassar#define HAVE_OPTARG_DECLARATION 1
47856067Smarkm
47972450Sassar/* define if your system declares opterr */
48072450Sassar#define HAVE_OPTERR_DECLARATION 1
48156067Smarkm
48272450Sassar/* define if your system declares optind */
48372450Sassar#define HAVE_OPTIND_DECLARATION 1
48456067Smarkm
48572450Sassar/* define if your system declares optopt */
48672450Sassar#define HAVE_OPTOPT_DECLARATION 1
48756067Smarkm
48872450Sassar/* Define to enable basic OSF C2 support. */
48972450Sassar/* #undef HAVE_OSFC2 */
49056067Smarkm
49172450Sassar/* Define if you have the <paths.h> header file. */
49272450Sassar#define HAVE_PATHS_H 1
49356067Smarkm
49472450Sassar/* Define if you have the `pidfile' function. */
49572450Sassar/* #undef HAVE_PIDFILE */
49656067Smarkm
49772450Sassar/* Define if you have the <pthread.h> header file. */
49872450Sassar#define HAVE_PTHREAD_H 1
49956067Smarkm
50072450Sassar/* Define if you have the `ptsname' function. */
50172450Sassar/* #undef HAVE_PTSNAME */
50256067Smarkm
50372450Sassar/* Define if you have the <pty.h> header file. */
50472450Sassar/* #undef HAVE_PTY_H */
50556067Smarkm
50672450Sassar/* Define if you have the `putenv' function. */
50772450Sassar#define HAVE_PUTENV 1
50856067Smarkm
50972450Sassar/* Define if you have the <pwd.h> header file. */
51072450Sassar#define HAVE_PWD_H 1
51156067Smarkm
51272450Sassar/* Define if you have the `rand' function. */
51372450Sassar#define HAVE_RAND 1
51456067Smarkm
51572450Sassar/* Define if you have the `random' function. */
51672450Sassar#define HAVE_RANDOM 1
51756067Smarkm
51872450Sassar/* Define if you have the `rcmd' function. */
51972450Sassar#define HAVE_RCMD 1
52056067Smarkm
52172450Sassar/* Define if you have a readline compatible library. */
52272450Sassar#define HAVE_READLINE 1
52356067Smarkm
52472450Sassar/* Define if you have the `readv' function. */
52572450Sassar#define HAVE_READV 1
52656067Smarkm
52772450Sassar/* Define if you have the `recvmsg' function. */
52872450Sassar#define HAVE_RECVMSG 1
52956067Smarkm
53072450Sassar/* Define if you have the <resolv.h> header file. */
53172450Sassar#define HAVE_RESOLV_H 1
53256067Smarkm
53372450Sassar/* Define if you have the `res_search' function. */
53472450Sassar#define HAVE_RES_SEARCH 1
53556067Smarkm
53672450Sassar/* Define if you have the `revoke' function. */
53772450Sassar#define HAVE_REVOKE 1
53856067Smarkm
53972450Sassar/* Define if you have the <rpcsvc/ypclnt.h> header file. */
54072450Sassar#define HAVE_RPCSVC_YPCLNT_H 1
54156067Smarkm
54272450Sassar/* Define if you have the <sac.h> header file. */
54372450Sassar/* #undef HAVE_SAC_H */
54456067Smarkm
54572450Sassar/* Define if the system has the type `sa_family_t'. */
54672450Sassar#define HAVE_SA_FAMILY_T 1
54756067Smarkm
54872450Sassar/* Define if you have the <security/pam_modules.h> header file. */
54972450Sassar#define HAVE_SECURITY_PAM_MODULES_H 1
55056067Smarkm
55172450Sassar/* Define if you have the `select' function. */
55272450Sassar#define HAVE_SELECT 1
55356067Smarkm
55472450Sassar/* Define if you have the `sendmsg' function. */
55572450Sassar#define HAVE_SENDMSG 1
55656067Smarkm
55772450Sassar/* Define if you have the `setegid' function. */
55872450Sassar#define HAVE_SETEGID 1
55956067Smarkm
56072450Sassar/* Define if you have the `setenv' function. */
56172450Sassar#define HAVE_SETENV 1
56256067Smarkm
56372450Sassar/* Define if you have the `seteuid' function. */
56472450Sassar#define HAVE_SETEUID 1
56556067Smarkm
56672450Sassar/* Define if you have the `setitimer' function. */
56772450Sassar#define HAVE_SETITIMER 1
56856067Smarkm
56972450Sassar/* Define if you have the `setlim' function. */
57072450Sassar/* #undef HAVE_SETLIM */
57156067Smarkm
57272450Sassar/* Define if you have the `setlogin' function. */
57372450Sassar#define HAVE_SETLOGIN 1
57456067Smarkm
57572450Sassar/* Define if you have the `setpcred' function. */
57672450Sassar/* #undef HAVE_SETPCRED */
57756067Smarkm
57872450Sassar/* Define if you have the `setpgid' function. */
57972450Sassar#define HAVE_SETPGID 1
58056067Smarkm
58172450Sassar/* Define if you have the `setproctitle' function. */
58272450Sassar#define HAVE_SETPROCTITLE 1
58356067Smarkm
58478550Sassar/* Define if you have the `setprogname' function. */
58578550Sassar#define HAVE_SETPROGNAME 1
58678550Sassar
58772450Sassar/* Define if you have the `setregid' function. */
58872450Sassar#define HAVE_SETREGID 1
58956067Smarkm
59072450Sassar/* Define if you have the `setresgid' function. */
59172450Sassar#define HAVE_SETRESGID 1
59256067Smarkm
59372450Sassar/* Define if you have the `setresuid' function. */
59472450Sassar#define HAVE_SETRESUID 1
59556067Smarkm
59672450Sassar/* Define if you have the `setreuid' function. */
59772450Sassar#define HAVE_SETREUID 1
59856067Smarkm
59972450Sassar/* Define if you have the `setsid' function. */
60072450Sassar#define HAVE_SETSID 1
60156067Smarkm
60272450Sassar/* Define if you have the `setsockopt' function. */
60372450Sassar#define HAVE_SETSOCKOPT 1
60456067Smarkm
60578550Sassar/* Define if you have the `setstate' function. */
60678550Sassar#define HAVE_SETSTATE 1
60778550Sassar
60872450Sassar/* Define if you have the `setutent' function. */
60972450Sassar/* #undef HAVE_SETUTENT */
61056067Smarkm
61172450Sassar/* Define if you have the `sgi_getcapabilitybyname' function. */
61272450Sassar/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
61356067Smarkm
61472450Sassar/* Define if you have the <sgtty.h> header file. */
61572450Sassar#define HAVE_SGTTY_H 1
61656067Smarkm
61772450Sassar/* Define if you have the <shadow.h> header file. */
61872450Sassar/* #undef HAVE_SHADOW_H */
61956067Smarkm
62072450Sassar/* Define if you have the <siad.h> header file. */
62172450Sassar/* #undef HAVE_SIAD_H */
62256067Smarkm
62372450Sassar/* Define if you have the `sigaction' function. */
62472450Sassar#define HAVE_SIGACTION 1
62556067Smarkm
62672450Sassar/* Define if you have the <signal.h> header file. */
62772450Sassar#define HAVE_SIGNAL_H 1
62856067Smarkm
62972450Sassar/* define if you have a working snprintf */
63072450Sassar#define HAVE_SNPRINTF 1
63156067Smarkm
63272450Sassar/* Define if you have the `socket' function. */
63372450Sassar#define HAVE_SOCKET 1
63456067Smarkm
63572450Sassar/* Define if the system has the type `socklen_t'. */
63672450Sassar#define HAVE_SOCKLEN_T 1
63756067Smarkm
63872450Sassar/* Define if you have the <standards.h> header file. */
63972450Sassar/* #undef HAVE_STANDARDS_H */
64056067Smarkm
64190931Snectar/* Define if you have the <stdint.h> header file. */
64290931Snectar#define HAVE_STDINT_H 1
64390931Snectar
64490931Snectar/* Define if you have the <stdlib.h> header file. */
64590931Snectar#define HAVE_STDLIB_H 1
64690931Snectar
64772450Sassar/* Define if you have the `strcasecmp' function. */
64872450Sassar#define HAVE_STRCASECMP 1
64956067Smarkm
65072450Sassar/* Define if you have the `strdup' function. */
65172450Sassar#define HAVE_STRDUP 1
65256067Smarkm
65372450Sassar/* Define if you have the `strerror' function. */
65472450Sassar#define HAVE_STRERROR 1
65556067Smarkm
65672450Sassar/* Define if you have the `strftime' function. */
65772450Sassar#define HAVE_STRFTIME 1
65856067Smarkm
65990931Snectar/* Define if you have the <strings.h> header file. */
66090931Snectar#define HAVE_STRINGS_H 1
66190931Snectar
66290931Snectar/* Define if you have the <string.h> header file. */
66390931Snectar#define HAVE_STRING_H 1
66490931Snectar
66572450Sassar/* Define if you have the `strlcat' function. */
66672450Sassar#define HAVE_STRLCAT 1
66756067Smarkm
66872450Sassar/* Define if you have the `strlcpy' function. */
66972450Sassar#define HAVE_STRLCPY 1
67056067Smarkm
67172450Sassar/* Define if you have the `strlwr' function. */
67272450Sassar/* #undef HAVE_STRLWR */
67356067Smarkm
67472450Sassar/* Define if you have the `strncasecmp' function. */
67572450Sassar#define HAVE_STRNCASECMP 1
67656067Smarkm
67772450Sassar/* Define if you have the `strndup' function. */
67872450Sassar/* #undef HAVE_STRNDUP */
67956067Smarkm
68072450Sassar/* Define if you have the `strnlen' function. */
68172450Sassar/* #undef HAVE_STRNLEN */
68256067Smarkm
68372450Sassar/* Define if you have the <stropts.h> header file. */
68472450Sassar/* #undef HAVE_STROPTS_H */
68556067Smarkm
68672450Sassar/* Define if you have the `strptime' function. */
68772450Sassar#define HAVE_STRPTIME 1
68856067Smarkm
68972450Sassar/* Define if you have the `strsep' function. */
69072450Sassar#define HAVE_STRSEP 1
69156067Smarkm
69272450Sassar/* Define if you have the `strsep_copy' function. */
69372450Sassar/* #undef HAVE_STRSEP_COPY */
69456067Smarkm
69572450Sassar/* Define if you have the `strstr' function. */
69672450Sassar#define HAVE_STRSTR 1
69756067Smarkm
69872450Sassar/* Define if you have the `strsvis' function. */
69972450Sassar/* #undef HAVE_STRSVIS */
70056067Smarkm
70172450Sassar/* Define if you have the `strtok_r' function. */
70272450Sassar#define HAVE_STRTOK_R 1
70356067Smarkm
70472450Sassar/* Define if the system has the type `struct addrinfo'. */
70572450Sassar#define HAVE_STRUCT_ADDRINFO 1
70656067Smarkm
70772450Sassar/* Define if the system has the type `struct ifaddrs'. */
70872450Sassar#define HAVE_STRUCT_IFADDRS 1
70956067Smarkm
71072450Sassar/* Define if the system has the type `struct sockaddr'. */
71172450Sassar#define HAVE_STRUCT_SOCKADDR 1
71256067Smarkm
71372450Sassar/* Define if struct sockaddr has field sa_len. */
71472450Sassar#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
71556067Smarkm
71672450Sassar/* Define if the system has the type `struct sockaddr_storage'. */
71772450Sassar#define HAVE_STRUCT_SOCKADDR_STORAGE 1
71856067Smarkm
71972450Sassar/* define if you have struct spwd */
72072450Sassar/* #undef HAVE_STRUCT_SPWD */
72156067Smarkm
72272450Sassar/* Define if struct tm has field tm_gmtoff. */
72372450Sassar#define HAVE_STRUCT_TM_TM_GMTOFF 1
72456067Smarkm
72572450Sassar/* Define if struct tm has field tm_zone. */
72672450Sassar#define HAVE_STRUCT_TM_TM_ZONE 1
72756067Smarkm
72872450Sassar/* Define if struct utmpx has field ut_exit. */
72972450Sassar/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
73056067Smarkm
73172450Sassar/* Define if struct utmpx has field ut_syslen. */
73272450Sassar/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
73356067Smarkm
73472450Sassar/* Define if struct utmp has field ut_addr. */
73572450Sassar/* #undef HAVE_STRUCT_UTMP_UT_ADDR */
73656067Smarkm
73772450Sassar/* Define if struct utmp has field ut_host. */
73872450Sassar/* #undef HAVE_STRUCT_UTMP_UT_HOST */
73956067Smarkm
74072450Sassar/* Define if struct utmp has field ut_id. */
74172450Sassar/* #undef HAVE_STRUCT_UTMP_UT_ID */
74256067Smarkm
74372450Sassar/* Define if struct utmp has field ut_pid. */
74472450Sassar/* #undef HAVE_STRUCT_UTMP_UT_PID */
74556067Smarkm
74672450Sassar/* Define if struct utmp has field ut_type. */
74772450Sassar/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
74856067Smarkm
74972450Sassar/* Define if struct utmp has field ut_user. */
75072450Sassar/* #undef HAVE_STRUCT_UTMP_UT_USER */
75156067Smarkm
75272450Sassar/* define if struct winsize is declared in sys/termios.h */
75372450Sassar#define HAVE_STRUCT_WINSIZE 1
75456067Smarkm
75572450Sassar/* Define if you have the `strunvis' function. */
75672450Sassar#define HAVE_STRUNVIS 1
75756067Smarkm
75872450Sassar/* Define if you have the `strupr' function. */
75972450Sassar/* #undef HAVE_STRUPR */
76056067Smarkm
76172450Sassar/* Define if you have the `strvis' function. */
76272450Sassar#define HAVE_STRVIS 1
76356067Smarkm
76472450Sassar/* Define if you have the `strvisx' function. */
76572450Sassar#define HAVE_STRVISX 1
76656067Smarkm
76772450Sassar/* Define if you have the `svis' function. */
76872450Sassar/* #undef HAVE_SVIS */
76956067Smarkm
77072450Sassar/* Define if you have the `swab' function. */
77172450Sassar#define HAVE_SWAB 1
77256067Smarkm
77372450Sassar/* Define if you have the `sysconf' function. */
77472450Sassar#define HAVE_SYSCONF 1
77556067Smarkm
77672450Sassar/* Define if you have the `sysctl' function. */
77772450Sassar#define HAVE_SYSCTL 1
77856067Smarkm
77972450Sassar/* Define if you have the `syslog' function. */
78072450Sassar#define HAVE_SYSLOG 1
78156067Smarkm
78272450Sassar/* Define if you have the <syslog.h> header file. */
78372450Sassar#define HAVE_SYSLOG_H 1
78456067Smarkm
78572450Sassar/* Define if you have the <sys/bitypes.h> header file. */
78656067Smarkm/* #undef HAVE_SYS_BITYPES_H */
78756067Smarkm
78878550Sassar/* Define if you have the <sys/bswap.h> header file. */
78978550Sassar/* #undef HAVE_SYS_BSWAP_H */
79078550Sassar
79172450Sassar/* Define if you have the <sys/capability.h> header file. */
79272450Sassar#define HAVE_SYS_CAPABILITY_H 1
79356067Smarkm
79472450Sassar/* Define if you have the <sys/category.h> header file. */
79556067Smarkm/* #undef HAVE_SYS_CATEGORY_H */
79656067Smarkm
79772450Sassar/* Define if you have the <sys/file.h> header file. */
79856067Smarkm#define HAVE_SYS_FILE_H 1
79956067Smarkm
80072450Sassar/* Define if you have the <sys/filio.h> header file. */
80156067Smarkm#define HAVE_SYS_FILIO_H 1
80256067Smarkm
80372450Sassar/* Define if you have the <sys/ioccom.h> header file. */
80456067Smarkm#define HAVE_SYS_IOCCOM_H 1
80556067Smarkm
80672450Sassar/* Define if you have the <sys/ioctl.h> header file. */
80756067Smarkm#define HAVE_SYS_IOCTL_H 1
80856067Smarkm
80972450Sassar/* Define if you have the <sys/param.h> header file. */
81056067Smarkm#define HAVE_SYS_PARAM_H 1
81156067Smarkm
81272450Sassar/* Define if you have the <sys/proc.h> header file. */
81356067Smarkm#define HAVE_SYS_PROC_H 1
81456067Smarkm
81572450Sassar/* Define if you have the <sys/ptyio.h> header file. */
81656067Smarkm/* #undef HAVE_SYS_PTYIO_H */
81756067Smarkm
81872450Sassar/* Define if you have the <sys/ptyvar.h> header file. */
81956067Smarkm/* #undef HAVE_SYS_PTYVAR_H */
82056067Smarkm
82172450Sassar/* Define if you have the <sys/pty.h> header file. */
82272450Sassar/* #undef HAVE_SYS_PTY_H */
82372450Sassar
82472450Sassar/* Define if you have the <sys/resource.h> header file. */
82556067Smarkm#define HAVE_SYS_RESOURCE_H 1
82656067Smarkm
82772450Sassar/* Define if you have the <sys/select.h> header file. */
82856067Smarkm#define HAVE_SYS_SELECT_H 1
82956067Smarkm
83072450Sassar/* Define if you have the <sys/socket.h> header file. */
83156067Smarkm#define HAVE_SYS_SOCKET_H 1
83256067Smarkm
83372450Sassar/* Define if you have the <sys/sockio.h> header file. */
83456067Smarkm#define HAVE_SYS_SOCKIO_H 1
83556067Smarkm
83672450Sassar/* Define if you have the <sys/stat.h> header file. */
83756067Smarkm#define HAVE_SYS_STAT_H 1
83856067Smarkm
83972450Sassar/* Define if you have the <sys/stream.h> header file. */
84056067Smarkm/* #undef HAVE_SYS_STREAM_H */
84156067Smarkm
84272450Sassar/* Define if you have the <sys/stropts.h> header file. */
84356067Smarkm/* #undef HAVE_SYS_STROPTS_H */
84456067Smarkm
84572450Sassar/* Define if you have the <sys/strtty.h> header file. */
84656067Smarkm/* #undef HAVE_SYS_STRTTY_H */
84756067Smarkm
84872450Sassar/* Define if you have the <sys/str_tty.h> header file. */
84972450Sassar/* #undef HAVE_SYS_STR_TTY_H */
85072450Sassar
85172450Sassar/* Define if you have the <sys/syscall.h> header file. */
85256067Smarkm#define HAVE_SYS_SYSCALL_H 1
85356067Smarkm
85472450Sassar/* Define if you have the <sys/sysctl.h> header file. */
85556067Smarkm#define HAVE_SYS_SYSCTL_H 1
85656067Smarkm
85772450Sassar/* Define if you have the <sys/termio.h> header file. */
85856067Smarkm/* #undef HAVE_SYS_TERMIO_H */
85956067Smarkm
86072450Sassar/* Define if you have the <sys/timeb.h> header file. */
86156067Smarkm#define HAVE_SYS_TIMEB_H 1
86256067Smarkm
86372450Sassar/* Define if you have the <sys/times.h> header file. */
86456067Smarkm#define HAVE_SYS_TIMES_H 1
86556067Smarkm
86672450Sassar/* Define if you have the <sys/time.h> header file. */
86772450Sassar#define HAVE_SYS_TIME_H 1
86872450Sassar
86972450Sassar/* Define if you have the <sys/tty.h> header file. */
87056067Smarkm#define HAVE_SYS_TTY_H 1
87156067Smarkm
87272450Sassar/* Define if you have the <sys/types.h> header file. */
87356067Smarkm#define HAVE_SYS_TYPES_H 1
87456067Smarkm
87572450Sassar/* Define if you have the <sys/uio.h> header file. */
87656067Smarkm#define HAVE_SYS_UIO_H 1
87756067Smarkm
87872450Sassar/* Define if you have the <sys/un.h> header file. */
87956067Smarkm#define HAVE_SYS_UN_H 1
88056067Smarkm
88172450Sassar/* Define if you have the <sys/utsname.h> header file. */
88256067Smarkm#define HAVE_SYS_UTSNAME_H 1
88356067Smarkm
88472450Sassar/* Define if you have the <sys/wait.h> header file. */
88556067Smarkm#define HAVE_SYS_WAIT_H 1
88656067Smarkm
88772450Sassar/* Define if you have the <termios.h> header file. */
88872450Sassar#define HAVE_TERMIOS_H 1
88956067Smarkm
89072450Sassar/* Define if you have the <termio.h> header file. */
89172450Sassar/* #undef HAVE_TERMIO_H */
89272450Sassar
89372450Sassar/* Define if you have the <term.h> header file. */
89456067Smarkm#define HAVE_TERM_H 1
89556067Smarkm
89672450Sassar/* Define if you have the `tgetent' function. */
89772450Sassar#define HAVE_TGETENT 1
89856067Smarkm
89972450Sassar/* Define if you have the `timegm' function. */
90072450Sassar#define HAVE_TIMEGM 1
90156067Smarkm
90272450Sassar/* Define if you have the `timezone' variable. */
90372450Sassar#define HAVE_TIMEZONE 1
90472450Sassar
90572450Sassar/* define if your system declares timezone */
90672450Sassar#define HAVE_TIMEZONE_DECLARATION 1
90772450Sassar
90872450Sassar/* Define if you have the <time.h> header file. */
90956067Smarkm#define HAVE_TIME_H 1
91056067Smarkm
91172450Sassar/* Define if you have the <tmpdir.h> header file. */
91256067Smarkm/* #undef HAVE_TMPDIR_H */
91356067Smarkm
91472450Sassar/* Define if you have the `ttyname' function. */
91572450Sassar#define HAVE_TTYNAME 1
91672450Sassar
91772450Sassar/* Define if you have the `ttyslot' function. */
91872450Sassar#define HAVE_TTYSLOT 1
91972450Sassar
92072450Sassar/* Define if you have the <udb.h> header file. */
92156067Smarkm/* #undef HAVE_UDB_H */
92256067Smarkm
92372450Sassar/* Define if you have the `umask' function. */
92472450Sassar#define HAVE_UMASK 1
92556067Smarkm
92672450Sassar/* Define if you have the `uname' function. */
92772450Sassar#define HAVE_UNAME 1
92856067Smarkm
92972450Sassar/* Define if you have the <unistd.h> header file. */
93072450Sassar#define HAVE_UNISTD_H 1
93156067Smarkm
93272450Sassar/* Define if you have the `unlockpt' function. */
93372450Sassar/* #undef HAVE_UNLOCKPT */
93456067Smarkm
93572450Sassar/* Define if you have the `unsetenv' function. */
93672450Sassar#define HAVE_UNSETENV 1
93756067Smarkm
93872450Sassar/* Define if you have the `unvis' function. */
93972450Sassar#define HAVE_UNVIS 1
94056067Smarkm
94172450Sassar/* Define if you have the <userconf.h> header file. */
94272450Sassar/* #undef HAVE_USERCONF_H */
94356067Smarkm
94472450Sassar/* Define if you have the <usersec.h> header file. */
94572450Sassar/* #undef HAVE_USERSEC_H */
94656067Smarkm
94772450Sassar/* Define if you have the <util.h> header file. */
94872450Sassar/* #undef HAVE_UTIL_H */
94956067Smarkm
95072450Sassar/* Define if you have the <utmpx.h> header file. */
95172450Sassar/* #undef HAVE_UTMPX_H */
95256067Smarkm
95372450Sassar/* Define if you have the <utmp.h> header file. */
95472450Sassar#define HAVE_UTMP_H 1
95556067Smarkm
95672450Sassar/* Define if you have the `vasnprintf' function. */
95772450Sassar/* #undef HAVE_VASNPRINTF */
95856067Smarkm
95972450Sassar/* Define if you have the `vasprintf' function. */
96072450Sassar#define HAVE_VASPRINTF 1
96156067Smarkm
96272450Sassar/* Define if you have the `verr' function. */
96372450Sassar#define HAVE_VERR 1
96456067Smarkm
96572450Sassar/* Define if you have the `verrx' function. */
96672450Sassar#define HAVE_VERRX 1
96756067Smarkm
96872450Sassar/* Define if you have the `vhangup' function. */
96972450Sassar/* #undef HAVE_VHANGUP */
97056067Smarkm
97172450Sassar/* Define if you have the `vis' function. */
97272450Sassar#define HAVE_VIS 1
97356067Smarkm
97472450Sassar/* Define if you have the <vis.h> header file. */
97572450Sassar#define HAVE_VIS_H 1
97656067Smarkm
97772450Sassar/* define if you have a working vsnprintf */
97872450Sassar#define HAVE_VSNPRINTF 1
97956067Smarkm
98072450Sassar/* Define if you have the `vsyslog' function. */
98172450Sassar#define HAVE_VSYSLOG 1
98256067Smarkm
98372450Sassar/* Define if you have the `vwarn' function. */
98472450Sassar#define HAVE_VWARN 1
98556067Smarkm
98672450Sassar/* Define if you have the `vwarnx' function. */
98772450Sassar#define HAVE_VWARNX 1
98856067Smarkm
98972450Sassar/* Define if you have the `warn' function. */
99072450Sassar#define HAVE_WARN 1
99156067Smarkm
99272450Sassar/* Define if you have the `warnx' function. */
99372450Sassar#define HAVE_WARNX 1
99456067Smarkm
99572450Sassar/* Define if you have the `writev' function. */
99672450Sassar#define HAVE_WRITEV 1
99756067Smarkm
99872450Sassar/* define if struct winsize has ws_xpixel */
99972450Sassar#define HAVE_WS_XPIXEL 1
100056067Smarkm
100172450Sassar/* define if struct winsize has ws_ypixel */
100272450Sassar#define HAVE_WS_YPIXEL 1
100356067Smarkm
100472450Sassar/* Define if you have the `XauFileName' function. */
100572450Sassar#define HAVE_XAUFILENAME 1
100656067Smarkm
100772450Sassar/* Define if you have the `XauReadAuth' function. */
100872450Sassar#define HAVE_XAUREADAUTH 1
100956067Smarkm
101072450Sassar/* Define if you have the `XauWriteAuth' function. */
101172450Sassar#define HAVE_XAUWRITEAUTH 1
101256067Smarkm
101372450Sassar/* Define if you have the `yp_get_default_domain' function. */
101472450Sassar#define HAVE_YP_GET_DEFAULT_DOMAIN 1
101556067Smarkm
101672450Sassar/* Define if you have the `_getpty' function. */
101772450Sassar/* #undef HAVE__GETPTY */
101856067Smarkm
101972450Sassar/* Define if you have the `_scrsize' function. */
102072450Sassar/* #undef HAVE__SCRSIZE */
102156067Smarkm
102272450Sassar/* define if your compiler has __attribute__ */
102372450Sassar#define HAVE___ATTRIBUTE__ 1
102456067Smarkm
102572450Sassar/* Define if you have the `__progname' variable. */
102672450Sassar#define HAVE___PROGNAME 1
102756067Smarkm
102872450Sassar/* define if your system declares __progname */
102972450Sassar/* #undef HAVE___PROGNAME_DECLARATION */
103056067Smarkm
103156067Smarkm/* Define if you have the hesiod package. */
103256067Smarkm/* #undef HESIOD */
103356067Smarkm
103472450Sassar/* Enable Kerberos 5 support in applications. */
103572450Sassar#define KRB5 1
103656067Smarkm
103772450Sassar/* Define if krb_mk_req takes cons char * */
103872450Sassar/* #undef KRB_MK_REQ_CONST */
103956067Smarkm
104072450Sassar/* Define to zero if your krb.h doesn't */
104172450Sassar/* #undef KRB_VERIFY_NOT_SECURE */
104256067Smarkm
104372450Sassar/* Define to one if your krb.h doesn't */
104472450Sassar/* #undef KRB_VERIFY_SECURE */
104556067Smarkm
104672450Sassar/* Define to two if your krb.h doesn't */
104772450Sassar/* #undef KRB_VERIFY_SECURE_FAIL */
104856067Smarkm
104972450Sassar/* define if the system is missing a prototype for asnprintf() */
105072450Sassar/* #undef NEED_ASNPRINTF_PROTO */
105156067Smarkm
105256067Smarkm/* define if the system is missing a prototype for asprintf() */
105356067Smarkm/* #undef NEED_ASPRINTF_PROTO */
105456067Smarkm
105572450Sassar/* define if the system is missing a prototype for crypt() */
105672450Sassar/* #undef NEED_CRYPT_PROTO */
105756067Smarkm
105856067Smarkm/* define if the system is missing a prototype for gethostname() */
105956067Smarkm/* #undef NEED_GETHOSTNAME_PROTO */
106056067Smarkm
106156067Smarkm/* define if the system is missing a prototype for getusershell() */
106256067Smarkm/* #undef NEED_GETUSERSHELL_PROTO */
106356067Smarkm
106472450Sassar/* define if the system is missing a prototype for glob() */
106572450Sassar/* #undef NEED_GLOB_PROTO */
106672450Sassar
106772450Sassar/* define if the system is missing a prototype for hstrerror() */
106872450Sassar/* #undef NEED_HSTRERROR_PROTO */
106972450Sassar
107056067Smarkm/* define if the system is missing a prototype for inet_aton() */
107156067Smarkm/* #undef NEED_INET_ATON_PROTO */
107256067Smarkm
107372450Sassar/* define if the system is missing a prototype for mkstemp() */
107472450Sassar/* #undef NEED_MKSTEMP_PROTO */
107556067Smarkm
107672450Sassar/* define if the system is missing a prototype for setenv() */
107772450Sassar/* #undef NEED_SETENV_PROTO */
107856067Smarkm
107972450Sassar/* define if the system is missing a prototype for snprintf() */
108072450Sassar/* #undef NEED_SNPRINTF_PROTO */
108156067Smarkm
108272450Sassar/* define if the system is missing a prototype for strsep() */
108372450Sassar/* #undef NEED_STRSEP_PROTO */
108456067Smarkm
108556067Smarkm/* define if the system is missing a prototype for strtok_r() */
108656067Smarkm/* #undef NEED_STRTOK_R_PROTO */
108756067Smarkm
108872450Sassar/* define if the system is missing a prototype for unsetenv() */
108972450Sassar/* #undef NEED_UNSETENV_PROTO */
109056067Smarkm
109172450Sassar/* define if the system is missing a prototype for vasnprintf() */
109272450Sassar/* #undef NEED_VASNPRINTF_PROTO */
109356067Smarkm
109472450Sassar/* define if the system is missing a prototype for vasprintf() */
109572450Sassar/* #undef NEED_VASPRINTF_PROTO */
109656067Smarkm
109772450Sassar/* define if the system is missing a prototype for vsnprintf() */
109872450Sassar/* #undef NEED_VSNPRINTF_PROTO */
109956067Smarkm
110072450Sassar/* Define this to enable old environment option in telnet. */
110172450Sassar#define OLD_ENVIRON 1
110256067Smarkm
110372450Sassar/* Define if you have the openldap package. */
110472450Sassar/* #undef OPENLDAP */
110556067Smarkm
110672450Sassar/* define if prototype of openlog is compatible with void openlog(const char
110772450Sassar   *, int, int) */
110872450Sassar#define OPENLOG_PROTO_COMPATIBLE 1
110956067Smarkm
111072450Sassar/* Define if you want OTP support in applications. */
111172450Sassar#define OTP 1
111256067Smarkm
111372450Sassar/* Name of package */
111472450Sassar#define PACKAGE "heimdal"
111556067Smarkm
111672450Sassar/* Define if getlogin has POSIX flavour (and not BSD). */
111772450Sassar/* #undef POSIX_GETLOGIN */
111856067Smarkm
111972450Sassar/* Define if getpwnam_r has POSIX flavour. */
112072450Sassar/* #undef POSIX_GETPWNAM_R */
112156067Smarkm
112272450Sassar/* Define if you have the readline package. */
112372450Sassar/* #undef READLINE */
112456067Smarkm
112572450Sassar/* Define as the return type of signal handlers (`int' or `void'). */
112672450Sassar#define RETSIGTYPE void
112756067Smarkm
112872450Sassar/* Define if you have the ANSI C header files. */
112972450Sassar#define STDC_HEADERS 1
113056067Smarkm
113172450Sassar/* Define if you have streams ptys. */
113272450Sassar/* #undef STREAMSPTY */
113356067Smarkm
113472450Sassar/* Define to what version of SunOS you are running. */
113572450Sassar/* #undef SunOS */
113656067Smarkm
113772450Sassar/* Define if you can safely include both <sys/time.h> and <time.h>. */
113872450Sassar#define TIME_WITH_SYS_TIME 1
113956067Smarkm
114072450Sassar/* Define if your <sys/time.h> declares `struct tm'. */
114172450Sassar/* #undef TM_IN_SYS_TIME */
114256067Smarkm
114372450Sassar/* Version number of package */
114490931Snectar#define VERSION "0.4e"
114556067Smarkm
114672450Sassar/* Define if signal handlers return void. */
114772450Sassar#define VOID_RETSIGTYPE 1
114856067Smarkm
114972450Sassar/* define if target is big endian */
115072450Sassar/* #undef WORDS_BIGENDIAN */
115156067Smarkm
115272450Sassar/* Define if the X Window System is missing or not being used. */
115372450Sassar/* #undef X_DISPLAY_MISSING */
115456067Smarkm
115572450Sassar/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
115672450Sassar   */
115772450Sassar#define YYTEXT_POINTER 1
115856067Smarkm
115972450Sassar/* Define to empty if `const' does not conform to ANSI C. */
116072450Sassar/* #undef const */
116156067Smarkm
116272450Sassar/* Define to `int' if <sys/types.h> doesn't define. */
116372450Sassar/* #undef gid_t */
116456067Smarkm
116572450Sassar/* Define as `__inline' if that's what the C compiler calls it, or to nothing
116672450Sassar   if it is not supported. */
116772450Sassar/* #undef inline */
116856067Smarkm
116972450Sassar/* Define this to what the type mode_t should be. */
117072450Sassar/* #undef mode_t */
117156067Smarkm
117272450Sassar/* Define to `long' if <sys/types.h> does not define. */
117372450Sassar/* #undef off_t */
117456067Smarkm
117572450Sassar/* Define to `int' if <sys/types.h> does not define. */
117672450Sassar/* #undef pid_t */
117756067Smarkm
117872450Sassar/* Define this to what the type sig_atomic_t should be. */
117972450Sassar/* #undef sig_atomic_t */
118056067Smarkm
118172450Sassar/* Define to `unsigned' if <sys/types.h> does not define. */
118272450Sassar/* #undef size_t */
118356067Smarkm
118472450Sassar/* Define this to what the type ssize_t should be. */
118572450Sassar/* #undef ssize_t */
118656067Smarkm
118772450Sassar/* Define to `int' if <sys/types.h> doesn't define. */
118872450Sassar/* #undef uid_t */
118956067Smarkm
119072450Sassar#ifdef VOID_RETSIGTYPE
119172450Sassar#define SIGRETURN(x) return
119272450Sassar#else
119372450Sassar#define SIGRETURN(x) return (RETSIGTYPE)(x)
119472450Sassar#endif
119556067Smarkm
119672450Sassar#ifdef BROKEN_REALLOC
119772450Sassar#define realloc(X, Y) isoc_realloc((X), (Y))
119872450Sassar#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
119972450Sassar#endif
120056067Smarkm
120172450Sassar#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
120272450Sassar#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
120372450Sassar#else
120472450Sassar#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
120572450Sassar#endif
120656067Smarkm
120756067Smarkm
120872450Sassar#ifdef VOID_RETSIGTYPE
120972450Sassar#define SIGRETURN(x) return
121072450Sassar#else
121172450Sassar#define SIGRETURN(x) return (RETSIGTYPE)(x)
121272450Sassar#endif
121356067Smarkm
121472450Sassar#ifdef BROKEN_REALLOC
121572450Sassar#define realloc(X, Y) isoc_realloc((X), (Y))
121672450Sassar#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
121772450Sassar#endif
121856067Smarkm
121990931Snectar#define BINDIR "/usr/bin"
122090931Snectar#define LIBDIR "/usr/lib"
122190931Snectar#define LIBEXECDIR "/usr/libexec"
122290931Snectar#define SBINDIR "/usr/sbin"
122356067Smarkm
122490931Snectar#define BINDIR "/usr/bin"
122590931Snectar#define LIBDIR "/usr/lib"
122690931Snectar#define LIBEXECDIR "/usr/libexec"
122790931Snectar#define SBINDIR "/usr/sbin"
122856067Smarkm
122956067Smarkm#define HAVE_INT8_T 1
123056067Smarkm#define HAVE_INT16_T 1
123156067Smarkm#define HAVE_INT32_T 1
123256067Smarkm#define HAVE_INT64_T 1
123356067Smarkm#define HAVE_U_INT8_T 1
123456067Smarkm#define HAVE_U_INT16_T 1
123556067Smarkm#define HAVE_U_INT32_T 1
123656067Smarkm#define HAVE_U_INT64_T 1
123772450Sassar#define HAVE_UINT8_T 1
123872450Sassar#define HAVE_UINT16_T 1
123972450Sassar#define HAVE_UINT32_T 1
124072450Sassar#define HAVE_UINT64_T 1
124156067Smarkm
124256067Smarkm#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
124356067Smarkm#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
124456067Smarkm#else
124556067Smarkm#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
124656067Smarkm#endif
124756067Smarkm
124856067Smarkm#ifdef BROKEN_REALLOC
124956067Smarkm#define realloc(X, Y) isoc_realloc((X), (Y))
125056067Smarkm#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
125156067Smarkm#endif
125256067Smarkm
125356067Smarkm#ifdef VOID_RETSIGTYPE
125456067Smarkm#define SIGRETURN(x) return
125556067Smarkm#else
125656067Smarkm#define SIGRETURN(x) return (RETSIGTYPE)(x)
125756067Smarkm#endif
125856067Smarkm
125956067Smarkm#define RCSID(msg) \
126056067Smarkmstatic /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
126156067Smarkm
126256067Smarkm/* #undef PROTOTYPES */
126356067Smarkm
126456067Smarkm/* Maximum values on all known systems */
126556067Smarkm#define MaxHostNameLen (64+4)
126656067Smarkm#define MaxPathLen (1024+4)
126756067Smarkm
126856067Smarkm#if defined(HAVE_SGTTY_H) && defined(__NeXT__)
126956067Smarkm#define SGTTY
127056067Smarkm#endif
127156067Smarkm
127256067Smarkm/* telnet stuff ----------------------------------------------- */
127356067Smarkm
127456067Smarkm#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
127556067Smarkm#define AUTHENTICATION 1
127656067Smarkm#endif
127756067Smarkm
127872450Sassar/* Set this to the default system lead string for telnetd
127956067Smarkm * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
128056067Smarkm * %v=os-version, %t=tty, %h=hostname, %d=date and time
128156067Smarkm */
128256067Smarkm/* #undef USE_IM */
128356067Smarkm
128456067Smarkm/* Used with login -p */
128556067Smarkm/* #undef LOGIN_ARGS */
128656067Smarkm
128756067Smarkm/* set this to a sensible login */
128856067Smarkm#ifndef LOGIN_PATH
128956067Smarkm#define LOGIN_PATH BINDIR "/login"
129056067Smarkm#endif
129156067Smarkm
129256067Smarkm/* random defines */
129356067Smarkm
129456067Smarkm/*
129556067Smarkm * Defining this enables lots of useful (and used) extensions on
129656067Smarkm * glibc-based systems such as Linux
129756067Smarkm */
129856067Smarkm
129956067Smarkm#define _GNU_SOURCE
130072450Sassar
130172450Sassar/*
130272450Sassar * this assumes that KRB_C_BIGENDIAN is used.
130372450Sassar * if we can find out endianess at compile-time, do so,
130472450Sassar * otherwise WORDS_BIGENDIAN should already have been defined
130572450Sassar */
130672450Sassar
130772450Sassar#if ENDIANESS_IN_SYS_PARAM_H
130872450Sassar#  include <sys/types.h>
130972450Sassar#  include <sys/param.h>
131072450Sassar#  if BYTE_ORDER == BIG_ENDIAN
131172450Sassar#  define WORDS_BIGENDIAN 1
131272450Sassar#  endif
131372450Sassar#endif
131490931Snectar
131590931Snectar#ifdef ROKEN_RENAME
131690931Snectar#include "roken_rename.h"
131790931Snectar#endif
1318