config.h.in revision 90926
155682Smarkm/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
255682Smarkm
372445Sassar#ifndef RCSID
490926Snectar#define RCSID(msg) \
590926Snectarstatic /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
672445Sassar#endif
755682Smarkm
872445Sassar#undef BINDIR 
972445Sassar#undef LIBDIR
1072445Sassar#undef LIBEXECDIR
1172445Sassar#undef SBINDIR
1255682Smarkm
1372445Sassar#undef HAVE_INT8_T
1472445Sassar#undef HAVE_INT16_T
1572445Sassar#undef HAVE_INT32_T
1672445Sassar#undef HAVE_INT64_T
1772445Sassar#undef HAVE_U_INT8_T
1872445Sassar#undef HAVE_U_INT16_T
1972445Sassar#undef HAVE_U_INT32_T
2072445Sassar#undef HAVE_U_INT64_T
2155682Smarkm
2272445Sassar/* Maximum values on all known systems */
2372445Sassar#define MaxHostNameLen (64+4)
2472445Sassar#define MaxPathLen (1024+4)
2555682Smarkm
2655682Smarkm
2755682Smarkm
2872445Sassar/* Define if you want authentication support in telnet. */
2972445Sassar#undef AUTHENTICATION
3055682Smarkm
3172445Sassar/* Define if realloc(NULL) doesn't work. */
3272445Sassar#undef BROKEN_REALLOC
3355682Smarkm
3472445Sassar/* Define if you want support for DCE/DFS PAG's. */
3572445Sassar#undef DCE
3655682Smarkm
3772445Sassar/* Define if you want to use DES encryption in telnet. */
3872445Sassar#undef DES_ENCRYPTION
3955682Smarkm
4072445Sassar/* Define this to enable diagnostics in telnet. */
4172445Sassar#undef DIAGNOSTICS
4255682Smarkm
4372445Sassar/* Define if you want encryption support in telnet. */
4472445Sassar#undef ENCRYPTION
4555682Smarkm
4672445Sassar/* define if sys/param.h defines the endiness */
4772445Sassar#undef ENDIANESS_IN_SYS_PARAM_H
4855682Smarkm
4972445Sassar/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
5072445Sassar#undef ENV_HACK
5157416Smarkm
5272445Sassar/* define if prototype of gethostbyaddr is compatible with struct hostent
5372445Sassar   *gethostbyaddr(const void *, size_t, int) */
5472445Sassar#undef GETHOSTBYADDR_PROTO_COMPATIBLE
5557416Smarkm
5672445Sassar/* define if prototype of gethostbyname is compatible with struct hostent
5772445Sassar   *gethostbyname(const char *) */
5872445Sassar#undef GETHOSTBYNAME_PROTO_COMPATIBLE
5957416Smarkm
6072445Sassar/* define if prototype of getservbyname is compatible with struct servent
6172445Sassar   *getservbyname(const char *, const char *) */
6272445Sassar#undef GETSERVBYNAME_PROTO_COMPATIBLE
6357416Smarkm
6472445Sassar/* define if prototype of getsockname is compatible with int getsockname(int,
6572445Sassar   struct sockaddr*, socklen_t*) */
6672445Sassar#undef GETSOCKNAME_PROTO_COMPATIBLE
6757416Smarkm
6872445Sassar/* Define if you have the <arpa/ftp.h> header file. */
6972445Sassar#undef HAVE_ARPA_FTP_H
7057416Smarkm
7172445Sassar/* Define if you have the <arpa/inet.h> header file. */
7272445Sassar#undef HAVE_ARPA_INET_H
7355682Smarkm
7472445Sassar/* Define if you have the <arpa/nameser.h> header file. */
7572445Sassar#undef HAVE_ARPA_NAMESER_H
7655682Smarkm
7772445Sassar/* Define if you have the <arpa/telnet.h> header file. */
7872445Sassar#undef HAVE_ARPA_TELNET_H
7955682Smarkm
8072445Sassar/* Define if you have the `asnprintf' function. */
8155682Smarkm#undef HAVE_ASNPRINTF
8255682Smarkm
8372445Sassar/* Define if you have the `asprintf' function. */
8455682Smarkm#undef HAVE_ASPRINTF
8555682Smarkm
8690926Snectar/* Define if you have the `atexit' function. */
8790926Snectar#undef HAVE_ATEXIT
8890926Snectar
8972445Sassar/* Define if you have the <bind/bitypes.h> header file. */
9072445Sassar#undef HAVE_BIND_BITYPES_H
9172445Sassar
9272445Sassar/* Define if you have the <bsdsetjmp.h> header file. */
9372445Sassar#undef HAVE_BSDSETJMP_H
9472445Sassar
9578527Sassar/* Define if you have the `bswap16' function. */
9678527Sassar#undef HAVE_BSWAP16
9778527Sassar
9878527Sassar/* Define if you have the `bswap32' function. */
9978527Sassar#undef HAVE_BSWAP32
10078527Sassar
10172445Sassar/* Define if you have the <capability.h> header file. */
10272445Sassar#undef HAVE_CAPABILITY_H
10372445Sassar
10472445Sassar/* Define if you have the `cap_set_proc' function. */
10555682Smarkm#undef HAVE_CAP_SET_PROC
10655682Smarkm
10772445Sassar/* Define if you have the `cgetent' function. */
10855682Smarkm#undef HAVE_CGETENT
10955682Smarkm
11072445Sassar/* Define if you have the `chown' function. */
11155682Smarkm#undef HAVE_CHOWN
11255682Smarkm
11372445Sassar/* Define if you have the <config.h> header file. */
11472445Sassar#undef HAVE_CONFIG_H
11572445Sassar
11672445Sassar/* Define if you have the `copyhostent' function. */
11755682Smarkm#undef HAVE_COPYHOSTENT
11855682Smarkm
11972445Sassar/* Define if you have the `crypt' function. */
12055682Smarkm#undef HAVE_CRYPT
12155682Smarkm
12272445Sassar/* Define if you have the <crypt.h> header file. */
12372445Sassar#undef HAVE_CRYPT_H
12472445Sassar
12572445Sassar/* Define if you have the <curses.h> header file. */
12672445Sassar#undef HAVE_CURSES_H
12772445Sassar
12872445Sassar/* Define if you have the `daemon' function. */
12955682Smarkm#undef HAVE_DAEMON
13055682Smarkm
13190926Snectar/* define if you have a berkeley db1/2 library */
13290926Snectar#undef HAVE_DB1
13390926Snectar
13490926Snectar/* define if you have a berkeley db3 library */
13590926Snectar#undef HAVE_DB3
13690926Snectar
13772445Sassar/* Define if you have the `dbm_firstkey' function. */
13855682Smarkm#undef HAVE_DBM_FIRSTKEY
13955682Smarkm
14072445Sassar/* Define if you have the <dbm.h> header file. */
14172445Sassar#undef HAVE_DBM_H
14272445Sassar
14372445Sassar/* Define if you have the `dbopen' function. */
14455682Smarkm#undef HAVE_DBOPEN
14555682Smarkm
14672445Sassar/* Define if you have the <db_185.h> header file. */
14772445Sassar#undef HAVE_DB_185_H
14872445Sassar
14972445Sassar/* Define if you have the `db_create' function. */
15072445Sassar#undef HAVE_DB_CREATE
15172445Sassar
15272445Sassar/* Define if you have the <db.h> header file. */
15372445Sassar#undef HAVE_DB_H
15472445Sassar
15590926Snectar/* define if you have ndbm compat in db */
15690926Snectar#undef HAVE_DB_NDBM
15757416Smarkm
15872445Sassar/* Define if you have the <dirent.h> header file. */
15972445Sassar#undef HAVE_DIRENT_H
16072445Sassar
16172445Sassar/* Define if you have the <dlfcn.h> header file. */
16272445Sassar#undef HAVE_DLFCN_H
16372445Sassar
16472445Sassar/* Define if you have the `dlopen' function. */
16555682Smarkm#undef HAVE_DLOPEN
16655682Smarkm
16772445Sassar/* Define if you have the `dn_expand' function. */
16855682Smarkm#undef HAVE_DN_EXPAND
16955682Smarkm
17090926Snectar/* Define if you have the `ecalloc' function. */
17190926Snectar#undef HAVE_ECALLOC
17290926Snectar
17372445Sassar/* Define if you have the `el_init' function. */
17455682Smarkm#undef HAVE_EL_INIT
17555682Smarkm
17690926Snectar/* Define if you have the `emalloc' function. */
17790926Snectar#undef HAVE_EMALLOC
17890926Snectar
17972445Sassar/* define if your system declares environ */
18072445Sassar#undef HAVE_ENVIRON_DECLARATION
18172445Sassar
18290926Snectar/* Define if you have the `erealloc' function. */
18390926Snectar#undef HAVE_EREALLOC
18490926Snectar
18572445Sassar/* Define if you have the `err' function. */
18655682Smarkm#undef HAVE_ERR
18755682Smarkm
18872445Sassar/* Define if you have the <errno.h> header file. */
18972445Sassar#undef HAVE_ERRNO_H
19072445Sassar
19172445Sassar/* Define if you have the `errx' function. */
19255682Smarkm#undef HAVE_ERRX
19355682Smarkm
19472445Sassar/* Define if you have the <err.h> header file. */
19572445Sassar#undef HAVE_ERR_H
19672445Sassar
19790926Snectar/* Define if you have the `estrdup' function. */
19890926Snectar#undef HAVE_ESTRDUP
19990926Snectar
20072445Sassar/* Define if you have the `fchown' function. */
20155682Smarkm#undef HAVE_FCHOWN
20255682Smarkm
20372445Sassar/* Define if you have the `fcntl' function. */
20455682Smarkm#undef HAVE_FCNTL
20555682Smarkm
20672445Sassar/* Define if you have the <fcntl.h> header file. */
20772445Sassar#undef HAVE_FCNTL_H
20872445Sassar
20972445Sassar/* Define if you have the `flock' function. */
21055682Smarkm#undef HAVE_FLOCK
21155682Smarkm
21272445Sassar/* Define if you have the `fnmatch' function. */
21355682Smarkm#undef HAVE_FNMATCH
21455682Smarkm
21572445Sassar/* Define if you have the <fnmatch.h> header file. */
21672445Sassar#undef HAVE_FNMATCH_H
21772445Sassar
21872445Sassar/* Define if el_init takes four arguments. */
21972445Sassar#undef HAVE_FOUR_VALUED_EL_INIT
22072445Sassar
22172445Sassar/* define if krb_put_int takes four arguments. */
22272445Sassar#undef HAVE_FOUR_VALUED_KRB_PUT_INT
22372445Sassar
22472445Sassar/* Define if you have the `freeaddrinfo' function. */
22555682Smarkm#undef HAVE_FREEADDRINFO
22655682Smarkm
22772445Sassar/* Define if you have the `freehostent' function. */
22855682Smarkm#undef HAVE_FREEHOSTENT
22955682Smarkm
23072445Sassar/* Define if you have the `gai_strerror' function. */
23155682Smarkm#undef HAVE_GAI_STRERROR
23255682Smarkm
23372445Sassar/* Define if you have the <gdbm/ndbm.h> header file. */
23472445Sassar#undef HAVE_GDBM_NDBM_H
23572445Sassar
23672445Sassar/* Define if you have the `getaddrinfo' function. */
23755682Smarkm#undef HAVE_GETADDRINFO
23855682Smarkm
23972445Sassar/* Define if you have the `getconfattr' function. */
24072445Sassar#undef HAVE_GETCONFATTR
24172445Sassar
24272445Sassar/* Define if you have the `getcwd' function. */
24355682Smarkm#undef HAVE_GETCWD
24455682Smarkm
24572445Sassar/* Define if you have the `getdtablesize' function. */
24655682Smarkm#undef HAVE_GETDTABLESIZE
24755682Smarkm
24872445Sassar/* Define if you have the `getegid' function. */
24955682Smarkm#undef HAVE_GETEGID
25055682Smarkm
25172445Sassar/* Define if you have the `geteuid' function. */
25255682Smarkm#undef HAVE_GETEUID
25355682Smarkm
25472445Sassar/* Define if you have the `getgid' function. */
25555682Smarkm#undef HAVE_GETGID
25655682Smarkm
25772445Sassar/* Define if you have the `gethostbyname' function. */
25855682Smarkm#undef HAVE_GETHOSTBYNAME
25955682Smarkm
26072445Sassar/* Define if you have the `gethostbyname2' function. */
26155682Smarkm#undef HAVE_GETHOSTBYNAME2
26255682Smarkm
26372445Sassar/* Define if you have the `gethostname' function. */
26455682Smarkm#undef HAVE_GETHOSTNAME
26555682Smarkm
26672445Sassar/* Define if you have the `getifaddrs' function. */
26772445Sassar#undef HAVE_GETIFADDRS
26872445Sassar
26972445Sassar/* Define if you have the `getipnodebyaddr' function. */
27055682Smarkm#undef HAVE_GETIPNODEBYADDR
27155682Smarkm
27272445Sassar/* Define if you have the `getipnodebyname' function. */
27355682Smarkm#undef HAVE_GETIPNODEBYNAME
27455682Smarkm
27572445Sassar/* Define if you have the `getlogin' function. */
27655682Smarkm#undef HAVE_GETLOGIN
27755682Smarkm
27872445Sassar/* Define if you have a working getmsg. */
27955682Smarkm#undef HAVE_GETMSG
28055682Smarkm
28172445Sassar/* Define if you have the `getnameinfo' function. */
28255682Smarkm#undef HAVE_GETNAMEINFO
28355682Smarkm
28472445Sassar/* Define if you have the `getopt' function. */
28555682Smarkm#undef HAVE_GETOPT
28655682Smarkm
28778527Sassar/* Define if you have the `getprogname' function. */
28878527Sassar#undef HAVE_GETPROGNAME
28978527Sassar
29072445Sassar/* Define if you have the `getpwnam_r' function. */
29155682Smarkm#undef HAVE_GETPWNAM_R
29255682Smarkm
29372445Sassar/* Define if you have the `getrlimit' function. */
29455682Smarkm#undef HAVE_GETRLIMIT
29555682Smarkm
29672445Sassar/* Define if you have the `getsockopt' function. */
29755682Smarkm#undef HAVE_GETSOCKOPT
29855682Smarkm
29972445Sassar/* Define if you have the `getspnam' function. */
30055682Smarkm#undef HAVE_GETSPNAM
30155682Smarkm
30272445Sassar/* Define if you have the `gettimeofday' function. */
30355682Smarkm#undef HAVE_GETTIMEOFDAY
30455682Smarkm
30572445Sassar/* Define if you have the `getudbnam' function. */
30655682Smarkm#undef HAVE_GETUDBNAM
30755682Smarkm
30872445Sassar/* Define if you have the `getuid' function. */
30955682Smarkm#undef HAVE_GETUID
31055682Smarkm
31172445Sassar/* Define if you have the `getusershell' function. */
31255682Smarkm#undef HAVE_GETUSERSHELL
31355682Smarkm
31472445Sassar/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
31578527Sassar   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
31672445Sassar#undef HAVE_GLOB
31772445Sassar
31872445Sassar/* Define if you have the `grantpt' function. */
31955682Smarkm#undef HAVE_GRANTPT
32055682Smarkm
32172445Sassar/* Define if you have the <grp.h> header file. */
32272445Sassar#undef HAVE_GRP_H
32372445Sassar
32472445Sassar/* Define if you have the `hstrerror' function. */
32555682Smarkm#undef HAVE_HSTRERROR
32655682Smarkm
32772445Sassar/* Define if you have the `h_errlist' variable. */
32872445Sassar#undef HAVE_H_ERRLIST
32972445Sassar
33072445Sassar/* define if your system declares h_errlist */
33172445Sassar#undef HAVE_H_ERRLIST_DECLARATION
33272445Sassar
33372445Sassar/* Define if you have the `h_errno' variable. */
33472445Sassar#undef HAVE_H_ERRNO
33572445Sassar
33672445Sassar/* define if your system declares h_errno */
33772445Sassar#undef HAVE_H_ERRNO_DECLARATION
33872445Sassar
33972445Sassar/* Define if you have the `h_nerr' variable. */
34072445Sassar#undef HAVE_H_NERR
34172445Sassar
34272445Sassar/* define if your system declares h_nerr */
34372445Sassar#undef HAVE_H_NERR_DECLARATION
34472445Sassar
34572445Sassar/* Define if you have the <ifaddrs.h> header file. */
34672445Sassar#undef HAVE_IFADDRS_H
34772445Sassar
34890926Snectar/* Define if you have the in6addr_loopback variable */
34990926Snectar#undef HAVE_IN6ADDR_LOOPBACK
35090926Snectar
35172445Sassar/* Define if you have the `inet_aton' function. */
35255682Smarkm#undef HAVE_INET_ATON
35355682Smarkm
35472445Sassar/* Define if you have the `inet_ntop' function. */
35555682Smarkm#undef HAVE_INET_NTOP
35655682Smarkm
35772445Sassar/* Define if you have the `inet_pton' function. */
35855682Smarkm#undef HAVE_INET_PTON
35955682Smarkm
36072445Sassar/* Define if you have the `initgroups' function. */
36155682Smarkm#undef HAVE_INITGROUPS
36255682Smarkm
36390926Snectar/* Define if you have the `initstate' function. */
36490926Snectar#undef HAVE_INITSTATE
36590926Snectar
36672445Sassar/* Define if you have the `innetgr' function. */
36755682Smarkm#undef HAVE_INNETGR
36855682Smarkm
36990926Snectar/* Define if the system has the type `int16_t'. */
37090926Snectar#undef HAVE_INT16_T
37190926Snectar
37290926Snectar/* Define if the system has the type `int32_t'. */
37390926Snectar#undef HAVE_INT32_T
37490926Snectar
37590926Snectar/* Define if the system has the type `int64_t'. */
37690926Snectar#undef HAVE_INT64_T
37790926Snectar
37890926Snectar/* Define if the system has the type `int8_t'. */
37990926Snectar#undef HAVE_INT8_T
38090926Snectar
38172445Sassar/* Define if you have the <inttypes.h> header file. */
38272445Sassar#undef HAVE_INTTYPES_H
38372445Sassar
38472445Sassar/* Define if you have the <io.h> header file. */
38572445Sassar#undef HAVE_IO_H
38672445Sassar
38772445Sassar/* Define if you have IPv6. */
38872445Sassar#undef HAVE_IPV6
38972445Sassar
39072445Sassar/* Define if you have the `iruserok' function. */
39155682Smarkm#undef HAVE_IRUSEROK
39255682Smarkm
39390926Snectar/* Define if you have the `issetugid' function. */
39490926Snectar#undef HAVE_ISSETUGID
39590926Snectar
39672445Sassar/* Define if you have the `krb_disable_debug' function. */
39755682Smarkm#undef HAVE_KRB_DISABLE_DEBUG
39855682Smarkm
39972445Sassar/* Define if you have the `krb_enable_debug' function. */
40055682Smarkm#undef HAVE_KRB_ENABLE_DEBUG
40155682Smarkm
40272445Sassar/* Define if you have the `krb_get_our_ip_for_realm' function. */
40355682Smarkm#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
40455682Smarkm
40590926Snectar/* Define if you have the <libutil.h> header file. */
40690926Snectar#undef HAVE_LIBUTIL_H
40790926Snectar
40872445Sassar/* Define if you have the <limits.h> header file. */
40972445Sassar#undef HAVE_LIMITS_H
41072445Sassar
41190926Snectar/* Define if you have the `localtime_r' function. */
41290926Snectar#undef HAVE_LOCALTIME_R
41390926Snectar
41490926Snectar/* Define if you have the `logout' function. */
41590926Snectar#undef HAVE_LOGOUT
41690926Snectar
41772445Sassar/* Define if you have the `logwtmp' function. */
41855682Smarkm#undef HAVE_LOGWTMP
41955682Smarkm
42072445Sassar/* Define if the system has the type `long long'. */
42157416Smarkm#undef HAVE_LONG_LONG
42257416Smarkm
42372445Sassar/* Define if you have the `lstat' function. */
42455682Smarkm#undef HAVE_LSTAT
42555682Smarkm
42672445Sassar/* Define if you have the <maillock.h> header file. */
42772445Sassar#undef HAVE_MAILLOCK_H
42872445Sassar
42972445Sassar/* Define if you have the `memmove' function. */
43055682Smarkm#undef HAVE_MEMMOVE
43155682Smarkm
43290926Snectar/* Define if you have the <memory.h> header file. */
43390926Snectar#undef HAVE_MEMORY_H
43490926Snectar
43572445Sassar/* Define if you have the `mkstemp' function. */
43655682Smarkm#undef HAVE_MKSTEMP
43755682Smarkm
43872445Sassar/* Define if you have the `mktime' function. */
43955682Smarkm#undef HAVE_MKTIME
44055682Smarkm
44190926Snectar/* define if you have a ndbm library */
44290926Snectar#undef HAVE_NDBM
44390926Snectar
44472445Sassar/* Define if you have the <ndbm.h> header file. */
44572445Sassar#undef HAVE_NDBM_H
44655682Smarkm
44772445Sassar/* Define if you have the <netdb.h> header file. */
44872445Sassar#undef HAVE_NETDB_H
44955682Smarkm
45072445Sassar/* Define if you have the <netinet6/in6.h> header file. */
45172445Sassar#undef HAVE_NETINET6_IN6_H
45255682Smarkm
45372445Sassar/* Define if you have the <netinet6/in6_var.h> header file. */
45472445Sassar#undef HAVE_NETINET6_IN6_VAR_H
45555682Smarkm
45672445Sassar/* Define if you have the <netinet/in6.h> header file. */
45772445Sassar#undef HAVE_NETINET_IN6_H
45855682Smarkm
45972445Sassar/* Define if you have the <netinet/in6_machtypes.h> header file. */
46072445Sassar#undef HAVE_NETINET_IN6_MACHTYPES_H
46155682Smarkm
46272445Sassar/* Define if you have the <netinet/in6_var.h> header file. */
46372445Sassar#undef HAVE_NETINET_IN6_VAR_H
46455682Smarkm
46572445Sassar/* Define if you have the <netinet/in.h> header file. */
46672445Sassar#undef HAVE_NETINET_IN_H
46755682Smarkm
46872445Sassar/* Define if you have the <netinet/in_systm.h> header file. */
46972445Sassar#undef HAVE_NETINET_IN_SYSTM_H
47055682Smarkm
47172445Sassar/* Define if you have the <netinet/ip.h> header file. */
47272445Sassar#undef HAVE_NETINET_IP_H
47355682Smarkm
47472445Sassar/* Define if you have the <netinet/tcp.h> header file. */
47572445Sassar#undef HAVE_NETINET_TCP_H
47655682Smarkm
47772445Sassar/* Define if you want to use Netinfo instead of krb5.conf. */
47872445Sassar#undef HAVE_NETINFO
47955682Smarkm
48072445Sassar/* Define if you have the <netinfo/ni.h> header file. */
48172445Sassar#undef HAVE_NETINFO_NI_H
48255682Smarkm
48372445Sassar/* Define if you have the <net/if.h> header file. */
48472445Sassar#undef HAVE_NET_IF_H
48555682Smarkm
48690926Snectar/* Define if NDBM really is DB (creates files *.db) */
48790926Snectar#undef HAVE_NEW_DB
48855682Smarkm
48990926Snectar/* Define if you have the `on_exit' function. */
49090926Snectar#undef HAVE_ON_EXIT
49155682Smarkm
49290926Snectar/* Define if you have the `openpty' function. */
49390926Snectar#undef HAVE_OPENPTY
49455682Smarkm
49590926Snectar/* define to use openssl's libcrypto */
49690926Snectar#undef HAVE_OPENSSL
49755682Smarkm
49872445Sassar/* define if your system declares optarg */
49972445Sassar#undef HAVE_OPTARG_DECLARATION
50055682Smarkm
50172445Sassar/* define if your system declares opterr */
50272445Sassar#undef HAVE_OPTERR_DECLARATION
50355682Smarkm
50472445Sassar/* define if your system declares optind */
50572445Sassar#undef HAVE_OPTIND_DECLARATION
50655682Smarkm
50772445Sassar/* define if your system declares optopt */
50872445Sassar#undef HAVE_OPTOPT_DECLARATION
50955682Smarkm
51072445Sassar/* Define to enable basic OSF C2 support. */
51172445Sassar#undef HAVE_OSFC2
51255682Smarkm
51372445Sassar/* Define if you have the <paths.h> header file. */
51472445Sassar#undef HAVE_PATHS_H
51555682Smarkm
51672445Sassar/* Define if you have the `pidfile' function. */
51772445Sassar#undef HAVE_PIDFILE
51855682Smarkm
51972445Sassar/* Define if you have the <pthread.h> header file. */
52072445Sassar#undef HAVE_PTHREAD_H
52155682Smarkm
52272445Sassar/* Define if you have the `ptsname' function. */
52372445Sassar#undef HAVE_PTSNAME
52455682Smarkm
52572445Sassar/* Define if you have the <pty.h> header file. */
52672445Sassar#undef HAVE_PTY_H
52755682Smarkm
52872445Sassar/* Define if you have the `putenv' function. */
52972445Sassar#undef HAVE_PUTENV
53055682Smarkm
53172445Sassar/* Define if you have the <pwd.h> header file. */
53272445Sassar#undef HAVE_PWD_H
53355682Smarkm
53472445Sassar/* Define if you have the `rand' function. */
53572445Sassar#undef HAVE_RAND
53655682Smarkm
53772445Sassar/* Define if you have the `random' function. */
53872445Sassar#undef HAVE_RANDOM
53955682Smarkm
54072445Sassar/* Define if you have the `rcmd' function. */
54172445Sassar#undef HAVE_RCMD
54255682Smarkm
54372445Sassar/* Define if you have a readline compatible library. */
54472445Sassar#undef HAVE_READLINE
54555682Smarkm
54672445Sassar/* Define if you have the `readv' function. */
54772445Sassar#undef HAVE_READV
54855682Smarkm
54972445Sassar/* Define if you have the `recvmsg' function. */
55072445Sassar#undef HAVE_RECVMSG
55155682Smarkm
55272445Sassar/* Define if you have the <resolv.h> header file. */
55372445Sassar#undef HAVE_RESOLV_H
55455682Smarkm
55572445Sassar/* Define if you have the `res_search' function. */
55672445Sassar#undef HAVE_RES_SEARCH
55755682Smarkm
55872445Sassar/* Define if you have the `revoke' function. */
55972445Sassar#undef HAVE_REVOKE
56055682Smarkm
56172445Sassar/* Define if you have the <rpcsvc/ypclnt.h> header file. */
56272445Sassar#undef HAVE_RPCSVC_YPCLNT_H
56355682Smarkm
56472445Sassar/* Define if you have the <sac.h> header file. */
56572445Sassar#undef HAVE_SAC_H
56655682Smarkm
56772445Sassar/* Define if the system has the type `sa_family_t'. */
56872445Sassar#undef HAVE_SA_FAMILY_T
56955682Smarkm
57072445Sassar/* Define if you have the <security/pam_modules.h> header file. */
57172445Sassar#undef HAVE_SECURITY_PAM_MODULES_H
57255682Smarkm
57372445Sassar/* Define if you have the `select' function. */
57472445Sassar#undef HAVE_SELECT
57555682Smarkm
57672445Sassar/* Define if you have the `sendmsg' function. */
57772445Sassar#undef HAVE_SENDMSG
57855682Smarkm
57972445Sassar/* Define if you have the `setegid' function. */
58072445Sassar#undef HAVE_SETEGID
58155682Smarkm
58272445Sassar/* Define if you have the `setenv' function. */
58372445Sassar#undef HAVE_SETENV
58455682Smarkm
58572445Sassar/* Define if you have the `seteuid' function. */
58672445Sassar#undef HAVE_SETEUID
58755682Smarkm
58872445Sassar/* Define if you have the `setitimer' function. */
58972445Sassar#undef HAVE_SETITIMER
59055682Smarkm
59172445Sassar/* Define if you have the `setlim' function. */
59272445Sassar#undef HAVE_SETLIM
59355682Smarkm
59472445Sassar/* Define if you have the `setlogin' function. */
59572445Sassar#undef HAVE_SETLOGIN
59655682Smarkm
59772445Sassar/* Define if you have the `setpcred' function. */
59872445Sassar#undef HAVE_SETPCRED
59955682Smarkm
60072445Sassar/* Define if you have the `setpgid' function. */
60172445Sassar#undef HAVE_SETPGID
60255682Smarkm
60372445Sassar/* Define if you have the `setproctitle' function. */
60472445Sassar#undef HAVE_SETPROCTITLE
60555682Smarkm
60678527Sassar/* Define if you have the `setprogname' function. */
60778527Sassar#undef HAVE_SETPROGNAME
60878527Sassar
60972445Sassar/* Define if you have the `setregid' function. */
61072445Sassar#undef HAVE_SETREGID
61155682Smarkm
61272445Sassar/* Define if you have the `setresgid' function. */
61372445Sassar#undef HAVE_SETRESGID
61455682Smarkm
61572445Sassar/* Define if you have the `setresuid' function. */
61672445Sassar#undef HAVE_SETRESUID
61755682Smarkm
61872445Sassar/* Define if you have the `setreuid' function. */
61972445Sassar#undef HAVE_SETREUID
62055682Smarkm
62172445Sassar/* Define if you have the `setsid' function. */
62272445Sassar#undef HAVE_SETSID
62355682Smarkm
62472445Sassar/* Define if you have the `setsockopt' function. */
62572445Sassar#undef HAVE_SETSOCKOPT
62655682Smarkm
62790926Snectar/* Define if you have the `setstate' function. */
62890926Snectar#undef HAVE_SETSTATE
62990926Snectar
63072445Sassar/* Define if you have the `setutent' function. */
63172445Sassar#undef HAVE_SETUTENT
63255682Smarkm
63372445Sassar/* Define if you have the `sgi_getcapabilitybyname' function. */
63472445Sassar#undef HAVE_SGI_GETCAPABILITYBYNAME
63555682Smarkm
63672445Sassar/* Define if you have the <sgtty.h> header file. */
63772445Sassar#undef HAVE_SGTTY_H
63855682Smarkm
63972445Sassar/* Define if you have the <shadow.h> header file. */
64072445Sassar#undef HAVE_SHADOW_H
64155682Smarkm
64272445Sassar/* Define if you have the <siad.h> header file. */
64372445Sassar#undef HAVE_SIAD_H
64455682Smarkm
64572445Sassar/* Define if you have the `sigaction' function. */
64672445Sassar#undef HAVE_SIGACTION
64755682Smarkm
64872445Sassar/* Define if you have the <signal.h> header file. */
64972445Sassar#undef HAVE_SIGNAL_H
65055682Smarkm
65172445Sassar/* define if you have a working snprintf */
65272445Sassar#undef HAVE_SNPRINTF
65355682Smarkm
65472445Sassar/* Define if you have the `socket' function. */
65572445Sassar#undef HAVE_SOCKET
65655682Smarkm
65772445Sassar/* Define if the system has the type `socklen_t'. */
65872445Sassar#undef HAVE_SOCKLEN_T
65955682Smarkm
66072445Sassar/* Define if you have the <standards.h> header file. */
66172445Sassar#undef HAVE_STANDARDS_H
66255682Smarkm
66390926Snectar/* Define if you have the <stdint.h> header file. */
66490926Snectar#undef HAVE_STDINT_H
66590926Snectar
66690926Snectar/* Define if you have the <stdlib.h> header file. */
66790926Snectar#undef HAVE_STDLIB_H
66890926Snectar
66972445Sassar/* Define if you have the `strcasecmp' function. */
67072445Sassar#undef HAVE_STRCASECMP
67155682Smarkm
67272445Sassar/* Define if you have the `strdup' function. */
67372445Sassar#undef HAVE_STRDUP
67455682Smarkm
67572445Sassar/* Define if you have the `strerror' function. */
67672445Sassar#undef HAVE_STRERROR
67755682Smarkm
67872445Sassar/* Define if you have the `strftime' function. */
67972445Sassar#undef HAVE_STRFTIME
68055682Smarkm
68190926Snectar/* Define if you have the <strings.h> header file. */
68290926Snectar#undef HAVE_STRINGS_H
68390926Snectar
68490926Snectar/* Define if you have the <string.h> header file. */
68590926Snectar#undef HAVE_STRING_H
68690926Snectar
68772445Sassar/* Define if you have the `strlcat' function. */
68872445Sassar#undef HAVE_STRLCAT
68955682Smarkm
69072445Sassar/* Define if you have the `strlcpy' function. */
69172445Sassar#undef HAVE_STRLCPY
69255682Smarkm
69372445Sassar/* Define if you have the `strlwr' function. */
69472445Sassar#undef HAVE_STRLWR
69555682Smarkm
69672445Sassar/* Define if you have the `strncasecmp' function. */
69772445Sassar#undef HAVE_STRNCASECMP
69855682Smarkm
69972445Sassar/* Define if you have the `strndup' function. */
70072445Sassar#undef HAVE_STRNDUP
70155682Smarkm
70272445Sassar/* Define if you have the `strnlen' function. */
70372445Sassar#undef HAVE_STRNLEN
70455682Smarkm
70572445Sassar/* Define if you have the <stropts.h> header file. */
70672445Sassar#undef HAVE_STROPTS_H
70755682Smarkm
70872445Sassar/* Define if you have the `strptime' function. */
70972445Sassar#undef HAVE_STRPTIME
71055682Smarkm
71172445Sassar/* Define if you have the `strsep' function. */
71272445Sassar#undef HAVE_STRSEP
71355682Smarkm
71472445Sassar/* Define if you have the `strsep_copy' function. */
71572445Sassar#undef HAVE_STRSEP_COPY
71655682Smarkm
71772445Sassar/* Define if you have the `strstr' function. */
71872445Sassar#undef HAVE_STRSTR
71955682Smarkm
72072445Sassar/* Define if you have the `strsvis' function. */
72172445Sassar#undef HAVE_STRSVIS
72255682Smarkm
72372445Sassar/* Define if you have the `strtok_r' function. */
72472445Sassar#undef HAVE_STRTOK_R
72555682Smarkm
72672445Sassar/* Define if the system has the type `struct addrinfo'. */
72772445Sassar#undef HAVE_STRUCT_ADDRINFO
72855682Smarkm
72972445Sassar/* Define if the system has the type `struct ifaddrs'. */
73072445Sassar#undef HAVE_STRUCT_IFADDRS
73155682Smarkm
73272445Sassar/* Define if the system has the type `struct sockaddr'. */
73372445Sassar#undef HAVE_STRUCT_SOCKADDR
73455682Smarkm
73572445Sassar/* Define if struct sockaddr has field sa_len. */
73672445Sassar#undef HAVE_STRUCT_SOCKADDR_SA_LEN
73755682Smarkm
73872445Sassar/* Define if the system has the type `struct sockaddr_storage'. */
73972445Sassar#undef HAVE_STRUCT_SOCKADDR_STORAGE
74055682Smarkm
74172445Sassar/* define if you have struct spwd */
74272445Sassar#undef HAVE_STRUCT_SPWD
74355682Smarkm
74472445Sassar/* Define if struct tm has field tm_gmtoff. */
74572445Sassar#undef HAVE_STRUCT_TM_TM_GMTOFF
74655682Smarkm
74772445Sassar/* Define if struct tm has field tm_zone. */
74872445Sassar#undef HAVE_STRUCT_TM_TM_ZONE
74955682Smarkm
75072445Sassar/* Define if struct utmpx has field ut_exit. */
75172445Sassar#undef HAVE_STRUCT_UTMPX_UT_EXIT
75255682Smarkm
75372445Sassar/* Define if struct utmpx has field ut_syslen. */
75472445Sassar#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
75555682Smarkm
75672445Sassar/* Define if struct utmp has field ut_addr. */
75772445Sassar#undef HAVE_STRUCT_UTMP_UT_ADDR
75855682Smarkm
75972445Sassar/* Define if struct utmp has field ut_host. */
76072445Sassar#undef HAVE_STRUCT_UTMP_UT_HOST
76155682Smarkm
76272445Sassar/* Define if struct utmp has field ut_id. */
76372445Sassar#undef HAVE_STRUCT_UTMP_UT_ID
76455682Smarkm
76572445Sassar/* Define if struct utmp has field ut_pid. */
76672445Sassar#undef HAVE_STRUCT_UTMP_UT_PID
76755682Smarkm
76872445Sassar/* Define if struct utmp has field ut_type. */
76972445Sassar#undef HAVE_STRUCT_UTMP_UT_TYPE
77055682Smarkm
77172445Sassar/* Define if struct utmp has field ut_user. */
77272445Sassar#undef HAVE_STRUCT_UTMP_UT_USER
77355682Smarkm
77472445Sassar/* define if struct winsize is declared in sys/termios.h */
77572445Sassar#undef HAVE_STRUCT_WINSIZE
77655682Smarkm
77772445Sassar/* Define if you have the `strunvis' function. */
77872445Sassar#undef HAVE_STRUNVIS
77955682Smarkm
78072445Sassar/* Define if you have the `strupr' function. */
78172445Sassar#undef HAVE_STRUPR
78255682Smarkm
78372445Sassar/* Define if you have the `strvis' function. */
78472445Sassar#undef HAVE_STRVIS
78555682Smarkm
78672445Sassar/* Define if you have the `strvisx' function. */
78772445Sassar#undef HAVE_STRVISX
78855682Smarkm
78972445Sassar/* Define if you have the `svis' function. */
79072445Sassar#undef HAVE_SVIS
79155682Smarkm
79272445Sassar/* Define if you have the `swab' function. */
79372445Sassar#undef HAVE_SWAB
79455682Smarkm
79572445Sassar/* Define if you have the `sysconf' function. */
79672445Sassar#undef HAVE_SYSCONF
79755682Smarkm
79872445Sassar/* Define if you have the `sysctl' function. */
79972445Sassar#undef HAVE_SYSCTL
80055682Smarkm
80172445Sassar/* Define if you have the `syslog' function. */
80272445Sassar#undef HAVE_SYSLOG
80355682Smarkm
80472445Sassar/* Define if you have the <syslog.h> header file. */
80572445Sassar#undef HAVE_SYSLOG_H
80655682Smarkm
80772445Sassar/* Define if you have the <sys/bitypes.h> header file. */
80855682Smarkm#undef HAVE_SYS_BITYPES_H
80955682Smarkm
81078527Sassar/* Define if you have the <sys/bswap.h> header file. */
81178527Sassar#undef HAVE_SYS_BSWAP_H
81278527Sassar
81372445Sassar/* Define if you have the <sys/capability.h> header file. */
81455682Smarkm#undef HAVE_SYS_CAPABILITY_H
81555682Smarkm
81672445Sassar/* Define if you have the <sys/category.h> header file. */
81755682Smarkm#undef HAVE_SYS_CATEGORY_H
81855682Smarkm
81972445Sassar/* Define if you have the <sys/file.h> header file. */
82055682Smarkm#undef HAVE_SYS_FILE_H
82155682Smarkm
82272445Sassar/* Define if you have the <sys/filio.h> header file. */
82355682Smarkm#undef HAVE_SYS_FILIO_H
82455682Smarkm
82572445Sassar/* Define if you have the <sys/ioccom.h> header file. */
82655682Smarkm#undef HAVE_SYS_IOCCOM_H
82755682Smarkm
82872445Sassar/* Define if you have the <sys/ioctl.h> header file. */
82955682Smarkm#undef HAVE_SYS_IOCTL_H
83055682Smarkm
83172445Sassar/* Define if you have the <sys/param.h> header file. */
83255682Smarkm#undef HAVE_SYS_PARAM_H
83355682Smarkm
83472445Sassar/* Define if you have the <sys/proc.h> header file. */
83555682Smarkm#undef HAVE_SYS_PROC_H
83655682Smarkm
83772445Sassar/* Define if you have the <sys/ptyio.h> header file. */
83855682Smarkm#undef HAVE_SYS_PTYIO_H
83955682Smarkm
84072445Sassar/* Define if you have the <sys/ptyvar.h> header file. */
84155682Smarkm#undef HAVE_SYS_PTYVAR_H
84255682Smarkm
84372445Sassar/* Define if you have the <sys/pty.h> header file. */
84472445Sassar#undef HAVE_SYS_PTY_H
84572445Sassar
84672445Sassar/* Define if you have the <sys/resource.h> header file. */
84755682Smarkm#undef HAVE_SYS_RESOURCE_H
84855682Smarkm
84972445Sassar/* Define if you have the <sys/select.h> header file. */
85055682Smarkm#undef HAVE_SYS_SELECT_H
85155682Smarkm
85272445Sassar/* Define if you have the <sys/socket.h> header file. */
85355682Smarkm#undef HAVE_SYS_SOCKET_H
85455682Smarkm
85572445Sassar/* Define if you have the <sys/sockio.h> header file. */
85655682Smarkm#undef HAVE_SYS_SOCKIO_H
85755682Smarkm
85872445Sassar/* Define if you have the <sys/stat.h> header file. */
85955682Smarkm#undef HAVE_SYS_STAT_H
86055682Smarkm
86172445Sassar/* Define if you have the <sys/stream.h> header file. */
86255682Smarkm#undef HAVE_SYS_STREAM_H
86355682Smarkm
86472445Sassar/* Define if you have the <sys/stropts.h> header file. */
86555682Smarkm#undef HAVE_SYS_STROPTS_H
86655682Smarkm
86772445Sassar/* Define if you have the <sys/strtty.h> header file. */
86855682Smarkm#undef HAVE_SYS_STRTTY_H
86955682Smarkm
87072445Sassar/* Define if you have the <sys/str_tty.h> header file. */
87172445Sassar#undef HAVE_SYS_STR_TTY_H
87272445Sassar
87372445Sassar/* Define if you have the <sys/syscall.h> header file. */
87455682Smarkm#undef HAVE_SYS_SYSCALL_H
87555682Smarkm
87672445Sassar/* Define if you have the <sys/sysctl.h> header file. */
87755682Smarkm#undef HAVE_SYS_SYSCTL_H
87855682Smarkm
87972445Sassar/* Define if you have the <sys/termio.h> header file. */
88055682Smarkm#undef HAVE_SYS_TERMIO_H
88155682Smarkm
88272445Sassar/* Define if you have the <sys/timeb.h> header file. */
88355682Smarkm#undef HAVE_SYS_TIMEB_H
88455682Smarkm
88572445Sassar/* Define if you have the <sys/times.h> header file. */
88655682Smarkm#undef HAVE_SYS_TIMES_H
88755682Smarkm
88872445Sassar/* Define if you have the <sys/time.h> header file. */
88972445Sassar#undef HAVE_SYS_TIME_H
89072445Sassar
89172445Sassar/* Define if you have the <sys/tty.h> header file. */
89255682Smarkm#undef HAVE_SYS_TTY_H
89355682Smarkm
89472445Sassar/* Define if you have the <sys/types.h> header file. */
89555682Smarkm#undef HAVE_SYS_TYPES_H
89655682Smarkm
89772445Sassar/* Define if you have the <sys/uio.h> header file. */
89855682Smarkm#undef HAVE_SYS_UIO_H
89955682Smarkm
90072445Sassar/* Define if you have the <sys/un.h> header file. */
90155682Smarkm#undef HAVE_SYS_UN_H
90255682Smarkm
90372445Sassar/* Define if you have the <sys/utsname.h> header file. */
90455682Smarkm#undef HAVE_SYS_UTSNAME_H
90555682Smarkm
90672445Sassar/* Define if you have the <sys/wait.h> header file. */
90755682Smarkm#undef HAVE_SYS_WAIT_H
90855682Smarkm
90990926Snectar/* Define if you have the <termcap.h> header file. */
91090926Snectar#undef HAVE_TERMCAP_H
91190926Snectar
91272445Sassar/* Define if you have the <termios.h> header file. */
91372445Sassar#undef HAVE_TERMIOS_H
91455682Smarkm
91572445Sassar/* Define if you have the <termio.h> header file. */
91672445Sassar#undef HAVE_TERMIO_H
91772445Sassar
91872445Sassar/* Define if you have the <term.h> header file. */
91955682Smarkm#undef HAVE_TERM_H
92055682Smarkm
92172445Sassar/* Define if you have the `tgetent' function. */
92272445Sassar#undef HAVE_TGETENT
92355682Smarkm
92472445Sassar/* Define if you have the `timegm' function. */
92572445Sassar#undef HAVE_TIMEGM
92655682Smarkm
92772445Sassar/* Define if you have the `timezone' variable. */
92872445Sassar#undef HAVE_TIMEZONE
92972445Sassar
93072445Sassar/* define if your system declares timezone */
93172445Sassar#undef HAVE_TIMEZONE_DECLARATION
93272445Sassar
93372445Sassar/* Define if you have the <time.h> header file. */
93455682Smarkm#undef HAVE_TIME_H
93555682Smarkm
93672445Sassar/* Define if you have the <tmpdir.h> header file. */
93755682Smarkm#undef HAVE_TMPDIR_H
93855682Smarkm
93972445Sassar/* Define if you have the `ttyname' function. */
94072445Sassar#undef HAVE_TTYNAME
94155682Smarkm
94272445Sassar/* Define if you have the `ttyslot' function. */
94372445Sassar#undef HAVE_TTYSLOT
94455682Smarkm
94572445Sassar/* Define if you have the <udb.h> header file. */
94672445Sassar#undef HAVE_UDB_H
94755682Smarkm
94890926Snectar/* Define if the system has the type `uint16_t'. */
94990926Snectar#undef HAVE_UINT16_T
95090926Snectar
95190926Snectar/* Define if the system has the type `uint32_t'. */
95290926Snectar#undef HAVE_UINT32_T
95390926Snectar
95490926Snectar/* Define if the system has the type `uint64_t'. */
95590926Snectar#undef HAVE_UINT64_T
95690926Snectar
95790926Snectar/* Define if the system has the type `uint8_t'. */
95890926Snectar#undef HAVE_UINT8_T
95990926Snectar
96072445Sassar/* Define if you have the `umask' function. */
96172445Sassar#undef HAVE_UMASK
96255682Smarkm
96372445Sassar/* Define if you have the `uname' function. */
96472445Sassar#undef HAVE_UNAME
96555682Smarkm
96672445Sassar/* Define if you have the <unistd.h> header file. */
96772445Sassar#undef HAVE_UNISTD_H
96855682Smarkm
96972445Sassar/* Define if you have the `unlockpt' function. */
97072445Sassar#undef HAVE_UNLOCKPT
97155682Smarkm
97272445Sassar/* Define if you have the `unsetenv' function. */
97372445Sassar#undef HAVE_UNSETENV
97455682Smarkm
97572445Sassar/* Define if you have the `unvis' function. */
97672445Sassar#undef HAVE_UNVIS
97755682Smarkm
97872445Sassar/* Define if you have the <userconf.h> header file. */
97972445Sassar#undef HAVE_USERCONF_H
98057416Smarkm
98172445Sassar/* Define if you have the <usersec.h> header file. */
98272445Sassar#undef HAVE_USERSEC_H
98355682Smarkm
98472445Sassar/* Define if you have the <util.h> header file. */
98572445Sassar#undef HAVE_UTIL_H
98657416Smarkm
98772445Sassar/* Define if you have the <utmpx.h> header file. */
98872445Sassar#undef HAVE_UTMPX_H
98955682Smarkm
99072445Sassar/* Define if you have the <utmp.h> header file. */
99172445Sassar#undef HAVE_UTMP_H
99255682Smarkm
99390926Snectar/* Define if the system has the type `u_int16_t'. */
99490926Snectar#undef HAVE_U_INT16_T
99590926Snectar
99690926Snectar/* Define if the system has the type `u_int32_t'. */
99790926Snectar#undef HAVE_U_INT32_T
99890926Snectar
99990926Snectar/* Define if the system has the type `u_int64_t'. */
100090926Snectar#undef HAVE_U_INT64_T
100190926Snectar
100290926Snectar/* Define if the system has the type `u_int8_t'. */
100390926Snectar#undef HAVE_U_INT8_T
100490926Snectar
100572445Sassar/* Define if you have the `vasnprintf' function. */
100672445Sassar#undef HAVE_VASNPRINTF
100755682Smarkm
100872445Sassar/* Define if you have the `vasprintf' function. */
100972445Sassar#undef HAVE_VASPRINTF
101055682Smarkm
101172445Sassar/* Define if you have the `verr' function. */
101272445Sassar#undef HAVE_VERR
101355682Smarkm
101472445Sassar/* Define if you have the `verrx' function. */
101572445Sassar#undef HAVE_VERRX
101655682Smarkm
101772445Sassar/* Define if you have the `vhangup' function. */
101872445Sassar#undef HAVE_VHANGUP
101955682Smarkm
102072445Sassar/* Define if you have the `vis' function. */
102172445Sassar#undef HAVE_VIS
102255682Smarkm
102372445Sassar/* Define if you have the <vis.h> header file. */
102472445Sassar#undef HAVE_VIS_H
102555682Smarkm
102672445Sassar/* define if you have a working vsnprintf */
102772445Sassar#undef HAVE_VSNPRINTF
102855682Smarkm
102972445Sassar/* Define if you have the `vsyslog' function. */
103072445Sassar#undef HAVE_VSYSLOG
103155682Smarkm
103272445Sassar/* Define if you have the `vwarn' function. */
103372445Sassar#undef HAVE_VWARN
103455682Smarkm
103572445Sassar/* Define if you have the `vwarnx' function. */
103672445Sassar#undef HAVE_VWARNX
103755682Smarkm
103872445Sassar/* Define if you have the `warn' function. */
103972445Sassar#undef HAVE_WARN
104055682Smarkm
104172445Sassar/* Define if you have the `warnx' function. */
104272445Sassar#undef HAVE_WARNX
104355682Smarkm
104472445Sassar/* Define if you have the `writev' function. */
104572445Sassar#undef HAVE_WRITEV
104655682Smarkm
104772445Sassar/* define if struct winsize has ws_xpixel */
104872445Sassar#undef HAVE_WS_XPIXEL
104955682Smarkm
105072445Sassar/* define if struct winsize has ws_ypixel */
105172445Sassar#undef HAVE_WS_YPIXEL
105255682Smarkm
105372445Sassar/* Define if you have the `XauFileName' function. */
105472445Sassar#undef HAVE_XAUFILENAME
105555682Smarkm
105672445Sassar/* Define if you have the `XauReadAuth' function. */
105772445Sassar#undef HAVE_XAUREADAUTH
105855682Smarkm
105972445Sassar/* Define if you have the `XauWriteAuth' function. */
106072445Sassar#undef HAVE_XAUWRITEAUTH
106155682Smarkm
106272445Sassar/* Define if you have the `yp_get_default_domain' function. */
106372445Sassar#undef HAVE_YP_GET_DEFAULT_DOMAIN
106455682Smarkm
106572445Sassar/* Define if you have the `_getpty' function. */
106672445Sassar#undef HAVE__GETPTY
106755682Smarkm
106872445Sassar/* Define if you have the `_scrsize' function. */
106972445Sassar#undef HAVE__SCRSIZE
107055682Smarkm
107172445Sassar/* define if your compiler has __attribute__ */
107272445Sassar#undef HAVE___ATTRIBUTE__
107355682Smarkm
107472445Sassar/* Define if you have the `__progname' variable. */
107572445Sassar#undef HAVE___PROGNAME
107655682Smarkm
107772445Sassar/* define if your system declares __progname */
107872445Sassar#undef HAVE___PROGNAME_DECLARATION
107955682Smarkm
108055682Smarkm/* Define if you have the hesiod package. */
108155682Smarkm#undef HESIOD
108255682Smarkm
108372445Sassar/* Define if you have the krb4 package. */
108472445Sassar#undef KRB4
108555682Smarkm
108672445Sassar/* Enable Kerberos 5 support in applications. */
108772445Sassar#undef KRB5
108855682Smarkm
108972445Sassar/* Define if krb_mk_req takes cons char * */
109072445Sassar#undef KRB_MK_REQ_CONST
109155682Smarkm
109272445Sassar/* Define to zero if your krb.h doesn't */
109372445Sassar#undef KRB_VERIFY_NOT_SECURE
109455682Smarkm
109572445Sassar/* Define to one if your krb.h doesn't */
109672445Sassar#undef KRB_VERIFY_SECURE
109755682Smarkm
109872445Sassar/* Define to two if your krb.h doesn't */
109972445Sassar#undef KRB_VERIFY_SECURE_FAIL
110055682Smarkm
110172445Sassar/* define if the system is missing a prototype for asnprintf() */
110272445Sassar#undef NEED_ASNPRINTF_PROTO
110355682Smarkm
110455682Smarkm/* define if the system is missing a prototype for asprintf() */
110555682Smarkm#undef NEED_ASPRINTF_PROTO
110655682Smarkm
110772445Sassar/* define if the system is missing a prototype for crypt() */
110872445Sassar#undef NEED_CRYPT_PROTO
110955682Smarkm
111055682Smarkm/* define if the system is missing a prototype for gethostname() */
111155682Smarkm#undef NEED_GETHOSTNAME_PROTO
111255682Smarkm
111355682Smarkm/* define if the system is missing a prototype for getusershell() */
111455682Smarkm#undef NEED_GETUSERSHELL_PROTO
111555682Smarkm
111672445Sassar/* define if the system is missing a prototype for glob() */
111772445Sassar#undef NEED_GLOB_PROTO
111872445Sassar
111972445Sassar/* define if the system is missing a prototype for hstrerror() */
112072445Sassar#undef NEED_HSTRERROR_PROTO
112172445Sassar
112255682Smarkm/* define if the system is missing a prototype for inet_aton() */
112355682Smarkm#undef NEED_INET_ATON_PROTO
112455682Smarkm
112572445Sassar/* define if the system is missing a prototype for mkstemp() */
112672445Sassar#undef NEED_MKSTEMP_PROTO
112755682Smarkm
112872445Sassar/* define if the system is missing a prototype for setenv() */
112972445Sassar#undef NEED_SETENV_PROTO
113055682Smarkm
113172445Sassar/* define if the system is missing a prototype for snprintf() */
113272445Sassar#undef NEED_SNPRINTF_PROTO
113355682Smarkm
113472445Sassar/* define if the system is missing a prototype for strsep() */
113572445Sassar#undef NEED_STRSEP_PROTO
113655682Smarkm
113755682Smarkm/* define if the system is missing a prototype for strtok_r() */
113855682Smarkm#undef NEED_STRTOK_R_PROTO
113955682Smarkm
114072445Sassar/* define if the system is missing a prototype for unsetenv() */
114172445Sassar#undef NEED_UNSETENV_PROTO
114255682Smarkm
114372445Sassar/* define if the system is missing a prototype for vasnprintf() */
114472445Sassar#undef NEED_VASNPRINTF_PROTO
114555682Smarkm
114672445Sassar/* define if the system is missing a prototype for vasprintf() */
114772445Sassar#undef NEED_VASPRINTF_PROTO
114855682Smarkm
114972445Sassar/* define if the system is missing a prototype for vsnprintf() */
115072445Sassar#undef NEED_VSNPRINTF_PROTO
115155682Smarkm
115272445Sassar/* Define this to enable old environment option in telnet. */
115372445Sassar#undef OLD_ENVIRON
115455682Smarkm
115572445Sassar/* Define if you have the openldap package. */
115672445Sassar#undef OPENLDAP
115755682Smarkm
115872445Sassar/* define if prototype of openlog is compatible with void openlog(const char
115972445Sassar   *, int, int) */
116072445Sassar#undef OPENLOG_PROTO_COMPATIBLE
116155682Smarkm
116272445Sassar/* Define if you want OTP support in applications. */
116372445Sassar#undef OTP
116455682Smarkm
116572445Sassar/* Name of package */
116672445Sassar#undef PACKAGE
116755682Smarkm
116872445Sassar/* Define if getlogin has POSIX flavour (and not BSD). */
116972445Sassar#undef POSIX_GETLOGIN
117055682Smarkm
117172445Sassar/* Define if getpwnam_r has POSIX flavour. */
117272445Sassar#undef POSIX_GETPWNAM_R
117355682Smarkm
117472445Sassar/* Define if you have the readline package. */
117572445Sassar#undef READLINE
117655682Smarkm
117772445Sassar/* Define as the return type of signal handlers (`int' or `void'). */
117872445Sassar#undef RETSIGTYPE
117955682Smarkm
118072445Sassar/* Define if you have the ANSI C header files. */
118172445Sassar#undef STDC_HEADERS
118255682Smarkm
118372445Sassar/* Define if you have streams ptys. */
118472445Sassar#undef STREAMSPTY
118555682Smarkm
118672445Sassar/* Define to what version of SunOS you are running. */
118772445Sassar#undef SunOS
118855682Smarkm
118972445Sassar/* Define if you can safely include both <sys/time.h> and <time.h>. */
119072445Sassar#undef TIME_WITH_SYS_TIME
119155682Smarkm
119272445Sassar/* Define if your <sys/time.h> declares `struct tm'. */
119372445Sassar#undef TM_IN_SYS_TIME
119455682Smarkm
119572445Sassar/* Version number of package */
119672445Sassar#undef VERSION
119755682Smarkm
119872445Sassar/* Define if signal handlers return void. */
119972445Sassar#undef VOID_RETSIGTYPE
120055682Smarkm
120172445Sassar/* define if target is big endian */
120272445Sassar#undef WORDS_BIGENDIAN
120355682Smarkm
120472445Sassar/* Define if the X Window System is missing or not being used. */
120572445Sassar#undef X_DISPLAY_MISSING
120655682Smarkm
120772445Sassar/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
120872445Sassar   */
120972445Sassar#undef YYTEXT_POINTER
121055682Smarkm
121172445Sassar/* Define to empty if `const' does not conform to ANSI C. */
121272445Sassar#undef const
121355682Smarkm
121472445Sassar/* Define to `int' if <sys/types.h> doesn't define. */
121572445Sassar#undef gid_t
121655682Smarkm
121772445Sassar/* Define as `__inline' if that's what the C compiler calls it, or to nothing
121872445Sassar   if it is not supported. */
121972445Sassar#undef inline
122055682Smarkm
122172445Sassar/* Define this to what the type mode_t should be. */
122272445Sassar#undef mode_t
122355682Smarkm
122472445Sassar/* Define to `long' if <sys/types.h> does not define. */
122572445Sassar#undef off_t
122655682Smarkm
122772445Sassar/* Define to `int' if <sys/types.h> does not define. */
122872445Sassar#undef pid_t
122955682Smarkm
123072445Sassar/* Define this to what the type sig_atomic_t should be. */
123172445Sassar#undef sig_atomic_t
123255682Smarkm
123372445Sassar/* Define to `unsigned' if <sys/types.h> does not define. */
123472445Sassar#undef size_t
123555682Smarkm
123672445Sassar/* Define this to what the type ssize_t should be. */
123772445Sassar#undef ssize_t
123855682Smarkm
123972445Sassar/* Define to `int' if <sys/types.h> doesn't define. */
124072445Sassar#undef uid_t
124155682Smarkm
124272445Sassar#ifdef VOID_RETSIGTYPE
124372445Sassar#define SIGRETURN(x) return
124472445Sassar#else
124572445Sassar#define SIGRETURN(x) return (RETSIGTYPE)(x)
124672445Sassar#endif
124755682Smarkm
124872445Sassar#ifdef BROKEN_REALLOC
124972445Sassar#define realloc(X, Y) isoc_realloc((X), (Y))
125072445Sassar#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
125172445Sassar#endif
125255682Smarkm
125372445Sassar#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
125472445Sassar#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
125572445Sassar#else
125672445Sassar#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
125772445Sassar#endif
125855682Smarkm
125955682Smarkm
126072445Sassar#undef BINDIR 
126172445Sassar#undef LIBDIR
126272445Sassar#undef LIBEXECDIR
126372445Sassar#undef SBINDIR
126455682Smarkm
126555682Smarkm#undef BINDIR 
126655682Smarkm#undef LIBDIR
126755682Smarkm#undef LIBEXECDIR
126855682Smarkm#undef SBINDIR
126955682Smarkm
127055682Smarkm#undef HAVE_INT8_T
127155682Smarkm#undef HAVE_INT16_T
127255682Smarkm#undef HAVE_INT32_T
127355682Smarkm#undef HAVE_INT64_T
127455682Smarkm#undef HAVE_U_INT8_T
127555682Smarkm#undef HAVE_U_INT16_T
127655682Smarkm#undef HAVE_U_INT32_T
127755682Smarkm#undef HAVE_U_INT64_T
127872445Sassar#undef HAVE_UINT8_T
127972445Sassar#undef HAVE_UINT16_T
128072445Sassar#undef HAVE_UINT32_T
128172445Sassar#undef HAVE_UINT64_T
128255682Smarkm
128355682Smarkm#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
128455682Smarkm#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
128555682Smarkm#else
128655682Smarkm#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
128755682Smarkm#endif
128855682Smarkm
128955682Smarkm#ifdef BROKEN_REALLOC
129055682Smarkm#define realloc(X, Y) isoc_realloc((X), (Y))
129155682Smarkm#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
129255682Smarkm#endif
129355682Smarkm
129455682Smarkm#ifdef VOID_RETSIGTYPE
129555682Smarkm#define SIGRETURN(x) return
129655682Smarkm#else
129755682Smarkm#define SIGRETURN(x) return (RETSIGTYPE)(x)
129855682Smarkm#endif
129955682Smarkm
130055682Smarkm#define RCSID(msg) \
130155682Smarkmstatic /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
130255682Smarkm
130355682Smarkm#undef PROTOTYPES
130455682Smarkm
130555682Smarkm/* Maximum values on all known systems */
130655682Smarkm#define MaxHostNameLen (64+4)
130755682Smarkm#define MaxPathLen (1024+4)
130855682Smarkm
130955682Smarkm#if defined(HAVE_SGTTY_H) && defined(__NeXT__)
131055682Smarkm#define SGTTY
131155682Smarkm#endif
131255682Smarkm
131355682Smarkm/* telnet stuff ----------------------------------------------- */
131455682Smarkm
131555682Smarkm#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
131655682Smarkm#define AUTHENTICATION 1
131755682Smarkm#endif
131855682Smarkm
131955682Smarkm/* Set this to the default system lead string for telnetd 
132055682Smarkm * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
132155682Smarkm * %v=os-version, %t=tty, %h=hostname, %d=date and time
132255682Smarkm */
132355682Smarkm#undef USE_IM
132455682Smarkm
132555682Smarkm/* Used with login -p */
132655682Smarkm#undef LOGIN_ARGS
132755682Smarkm
132855682Smarkm/* set this to a sensible login */
132955682Smarkm#ifndef LOGIN_PATH
133055682Smarkm#define LOGIN_PATH BINDIR "/login"
133155682Smarkm#endif
133255682Smarkm
133355682Smarkm/* random defines */
133455682Smarkm
133555682Smarkm/*
133655682Smarkm * Defining this enables lots of useful (and used) extensions on
133755682Smarkm * glibc-based systems such as Linux
133855682Smarkm */
133955682Smarkm
134055682Smarkm#define _GNU_SOURCE
134155682Smarkm
134255682Smarkm/*
134355682Smarkm * this assumes that KRB_C_BIGENDIAN is used.
134455682Smarkm * if we can find out endianess at compile-time, do so,
134555682Smarkm * otherwise WORDS_BIGENDIAN should already have been defined
134655682Smarkm */
134755682Smarkm
134855682Smarkm#if ENDIANESS_IN_SYS_PARAM_H
134955682Smarkm#  include <sys/types.h>
135055682Smarkm#  include <sys/param.h>
135155682Smarkm#  if BYTE_ORDER == BIG_ENDIAN
135255682Smarkm#  define WORDS_BIGENDIAN 1
135355682Smarkm#  endif
135455682Smarkm#endif
135578527Sassar
135678527Sassar#ifdef ROKEN_RENAME
135778527Sassar#include "roken_rename.h"
135878527Sassar#endif
1359