1102644Snectar/* include/config.h.in.  Generated from configure.in by autoheader.  */
255682Smarkm
372445Sassar#ifndef RCSID
490926Snectar#define RCSID(msg) \
5102644Snectarstatic /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
672445Sassar#endif
755682Smarkm
872445Sassar/* Maximum values on all known systems */
972445Sassar#define MaxHostNameLen (64+4)
1072445Sassar#define MaxPathLen (1024+4)
1155682Smarkm
1255682Smarkm
1355682Smarkm
14178825Sdfr#ifdef BUILD_KRB5_LIB
15178825Sdfr#ifndef KRB5_LIB_FUNCTION
16178825Sdfr#ifdef _WIN32_
17178825Sdfr#define KRB5_LIB_FUNCTION _export _stdcall
18178825Sdfr#else
19178825Sdfr#define KRB5_LIB_FUNCTION
20178825Sdfr#endif
21178825Sdfr#endif
22178825Sdfr#endif
23178825Sdfr
24178825Sdfr
25178825Sdfr#ifdef BUILD_ROKEN_LIB
26178825Sdfr#ifndef ROKEN_LIB_FUNCTION
27178825Sdfr#ifdef _WIN32_
28178825Sdfr#define ROKEN_LIB_FUNCTION _export _stdcall
29178825Sdfr#else
30178825Sdfr#define ROKEN_LIB_FUNCTION
31178825Sdfr#endif
32178825Sdfr#endif
33178825Sdfr#endif
34178825Sdfr
35178825Sdfr
3672445Sassar/* Define if you want authentication support in telnet. */
3772445Sassar#undef AUTHENTICATION
3855682Smarkm
39102644Snectar/* path to bin */
40102644Snectar#undef BINDIR
41102644Snectar
4272445Sassar/* Define if realloc(NULL) doesn't work. */
4372445Sassar#undef BROKEN_REALLOC
4455682Smarkm
4572445Sassar/* Define if you want support for DCE/DFS PAG's. */
4672445Sassar#undef DCE
4755682Smarkm
4872445Sassar/* Define if you want to use DES encryption in telnet. */
4972445Sassar#undef DES_ENCRYPTION
5055682Smarkm
5172445Sassar/* Define this to enable diagnostics in telnet. */
5272445Sassar#undef DIAGNOSTICS
5355682Smarkm
54178825Sdfr/* Define if want to use the weak AFS string to key functions. */
55178825Sdfr#undef ENABLE_AFS_STRING_TO_KEY
56178825Sdfr
57178825Sdfr/* Define if you want have a thread safe libraries */
58178825Sdfr#undef ENABLE_PTHREAD_SUPPORT
59178825Sdfr
6072445Sassar/* Define if you want encryption support in telnet. */
6172445Sassar#undef ENCRYPTION
6255682Smarkm
6372445Sassar/* define if sys/param.h defines the endiness */
6472445Sassar#undef ENDIANESS_IN_SYS_PARAM_H
6555682Smarkm
6672445Sassar/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
6772445Sassar#undef ENV_HACK
6857416Smarkm
6972445Sassar/* define if prototype of gethostbyaddr is compatible with struct hostent
7072445Sassar   *gethostbyaddr(const void *, size_t, int) */
7172445Sassar#undef GETHOSTBYADDR_PROTO_COMPATIBLE
7257416Smarkm
7372445Sassar/* define if prototype of gethostbyname is compatible with struct hostent
7472445Sassar   *gethostbyname(const char *) */
7572445Sassar#undef GETHOSTBYNAME_PROTO_COMPATIBLE
7657416Smarkm
7772445Sassar/* define if prototype of getservbyname is compatible with struct servent
7872445Sassar   *getservbyname(const char *, const char *) */
7972445Sassar#undef GETSERVBYNAME_PROTO_COMPATIBLE
8057416Smarkm
8172445Sassar/* define if prototype of getsockname is compatible with int getsockname(int,
8272445Sassar   struct sockaddr*, socklen_t*) */
8372445Sassar#undef GETSOCKNAME_PROTO_COMPATIBLE
8457416Smarkm
85102644Snectar/* Define if you have the `altzone' variable. */
86102644Snectar#undef HAVE_ALTZONE
87102644Snectar
88178825Sdfr/* Define to 1 if you have the `arc4random' function. */
89178825Sdfr#undef HAVE_ARC4RANDOM
90102644Snectar
91102644Snectar/* Define to 1 if you have the <arpa/ftp.h> header file. */
9272445Sassar#undef HAVE_ARPA_FTP_H
9357416Smarkm
94102644Snectar/* Define to 1 if you have the <arpa/inet.h> header file. */
9572445Sassar#undef HAVE_ARPA_INET_H
9655682Smarkm
97102644Snectar/* Define to 1 if you have the <arpa/nameser.h> header file. */
9872445Sassar#undef HAVE_ARPA_NAMESER_H
9955682Smarkm
100102644Snectar/* Define to 1 if you have the <arpa/telnet.h> header file. */
10172445Sassar#undef HAVE_ARPA_TELNET_H
10255682Smarkm
103102644Snectar/* Define to 1 if you have the `asnprintf' function. */
10455682Smarkm#undef HAVE_ASNPRINTF
10555682Smarkm
106102644Snectar/* Define to 1 if you have the `asprintf' function. */
10755682Smarkm#undef HAVE_ASPRINTF
10855682Smarkm
109102644Snectar/* Define to 1 if you have the `atexit' function. */
11090926Snectar#undef HAVE_ATEXIT
11190926Snectar
112102644Snectar/* Define to 1 if you have the <bind/bitypes.h> header file. */
11372445Sassar#undef HAVE_BIND_BITYPES_H
11472445Sassar
115102644Snectar/* Define to 1 if you have the <bsdsetjmp.h> header file. */
11672445Sassar#undef HAVE_BSDSETJMP_H
11772445Sassar
118102644Snectar/* Define to 1 if you have the `bswap16' function. */
11978527Sassar#undef HAVE_BSWAP16
12078527Sassar
121102644Snectar/* Define to 1 if you have the `bswap32' function. */
12278527Sassar#undef HAVE_BSWAP32
12378527Sassar
124102644Snectar/* Define to 1 if you have the <capability.h> header file. */
12572445Sassar#undef HAVE_CAPABILITY_H
12672445Sassar
127102644Snectar/* Define to 1 if you have the `cap_set_proc' function. */
12855682Smarkm#undef HAVE_CAP_SET_PROC
12955682Smarkm
130102644Snectar/* Define to 1 if you have the `cgetent' function. */
13155682Smarkm#undef HAVE_CGETENT
13255682Smarkm
133102644Snectar/* Define if you have the function `chown'. */
13455682Smarkm#undef HAVE_CHOWN
13555682Smarkm
136178825Sdfr/* Define if you have the function `closefrom'. */
137178825Sdfr#undef HAVE_CLOSEFROM
138178825Sdfr
139102644Snectar/* Define to 1 if you have the <config.h> header file. */
14072445Sassar#undef HAVE_CONFIG_H
14172445Sassar
142102644Snectar/* Define if you have the function `copyhostent'. */
14355682Smarkm#undef HAVE_COPYHOSTENT
14455682Smarkm
145102644Snectar/* Define to 1 if you have the `crypt' function. */
14655682Smarkm#undef HAVE_CRYPT
14755682Smarkm
148102644Snectar/* Define to 1 if you have the <crypt.h> header file. */
14972445Sassar#undef HAVE_CRYPT_H
15072445Sassar
151102644Snectar/* Define to 1 if you have the <curses.h> header file. */
15272445Sassar#undef HAVE_CURSES_H
15372445Sassar
154102644Snectar/* Define if you have the function `daemon'. */
15555682Smarkm#undef HAVE_DAEMON
15655682Smarkm
15790926Snectar/* define if you have a berkeley db1/2 library */
15890926Snectar#undef HAVE_DB1
15990926Snectar
160102644Snectar/* define if you have a berkeley db3/4 library */
16190926Snectar#undef HAVE_DB3
16290926Snectar
163102644Snectar/* Define to 1 if you have the <db3/db.h> header file. */
164102644Snectar#undef HAVE_DB3_DB_H
165102644Snectar
166102644Snectar/* Define to 1 if you have the <db4/db.h> header file. */
167102644Snectar#undef HAVE_DB4_DB_H
168102644Snectar
169102644Snectar/* Define to 1 if you have the `dbm_firstkey' function. */
17055682Smarkm#undef HAVE_DBM_FIRSTKEY
17155682Smarkm
172102644Snectar/* Define to 1 if you have the <dbm.h> header file. */
17372445Sassar#undef HAVE_DBM_H
17472445Sassar
175102644Snectar/* Define to 1 if you have the `dbopen' function. */
17655682Smarkm#undef HAVE_DBOPEN
17755682Smarkm
178102644Snectar/* Define to 1 if you have the <db_185.h> header file. */
17972445Sassar#undef HAVE_DB_185_H
18072445Sassar
181102644Snectar/* Define to 1 if you have the `db_create' function. */
18272445Sassar#undef HAVE_DB_CREATE
18372445Sassar
184102644Snectar/* Define to 1 if you have the <db.h> header file. */
18572445Sassar#undef HAVE_DB_H
18672445Sassar
18790926Snectar/* define if you have ndbm compat in db */
18890926Snectar#undef HAVE_DB_NDBM
18957416Smarkm
190178825Sdfr/* Define to 1 if you have the declaration of `altzone', and to 0 if you
191178825Sdfr   don't. */
192178825Sdfr#undef HAVE_DECL_ALTZONE
193178825Sdfr
194178825Sdfr/* Define to 1 if you have the declaration of `environ', and to 0 if you
195178825Sdfr   don't. */
196178825Sdfr#undef HAVE_DECL_ENVIRON
197178825Sdfr
198178825Sdfr/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
199178825Sdfr   don't. */
200178825Sdfr#undef HAVE_DECL_H_ERRLIST
201178825Sdfr
202178825Sdfr/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
203178825Sdfr   don't. */
204178825Sdfr#undef HAVE_DECL_H_ERRNO
205178825Sdfr
206178825Sdfr/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
207178825Sdfr   */
208178825Sdfr#undef HAVE_DECL_H_NERR
209178825Sdfr
210178825Sdfr/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
211178825Sdfr   */
212178825Sdfr#undef HAVE_DECL_OPTARG
213178825Sdfr
214178825Sdfr/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
215178825Sdfr   */
216178825Sdfr#undef HAVE_DECL_OPTERR
217178825Sdfr
218178825Sdfr/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
219178825Sdfr   */
220178825Sdfr#undef HAVE_DECL_OPTIND
221178825Sdfr
222178825Sdfr/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
223178825Sdfr   */
224178825Sdfr#undef HAVE_DECL_OPTOPT
225178825Sdfr
226178825Sdfr/* Define to 1 if you have the declaration of `timezone', and to 0 if you
227178825Sdfr   don't. */
228178825Sdfr#undef HAVE_DECL_TIMEZONE
229178825Sdfr
230178825Sdfr/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
231178825Sdfr   */
232178825Sdfr#undef HAVE_DECL__RES
233178825Sdfr
234178825Sdfr/* Define to 1 if you have the declaration of `__progname', and to 0 if you
235178825Sdfr   don't. */
236178825Sdfr#undef HAVE_DECL___PROGNAME
237178825Sdfr
238102644Snectar/* Define to 1 if you have the <dirent.h> header file. */
23972445Sassar#undef HAVE_DIRENT_H
24072445Sassar
241102644Snectar/* Define to 1 if you have the <dlfcn.h> header file. */
24272445Sassar#undef HAVE_DLFCN_H
24372445Sassar
244102644Snectar/* Define to 1 if you have the `dlopen' function. */
24555682Smarkm#undef HAVE_DLOPEN
24655682Smarkm
247102644Snectar/* Define to 1 if you have the `dn_expand' function. */
24855682Smarkm#undef HAVE_DN_EXPAND
24955682Smarkm
250178825Sdfr/* Define to 1 if you have the `door_create' function. */
251178825Sdfr#undef HAVE_DOOR_CREATE
252178825Sdfr
253102644Snectar/* Define if you have the function `ecalloc'. */
25490926Snectar#undef HAVE_ECALLOC
25590926Snectar
256102644Snectar/* Define to 1 if you have the `el_init' function. */
25755682Smarkm#undef HAVE_EL_INIT
25855682Smarkm
259102644Snectar/* Define if you have the function `emalloc'. */
26090926Snectar#undef HAVE_EMALLOC
26190926Snectar
262102644Snectar/* Define if you have the function `erealloc'. */
26390926Snectar#undef HAVE_EREALLOC
26490926Snectar
265102644Snectar/* Define if you have the function `err'. */
26655682Smarkm#undef HAVE_ERR
26755682Smarkm
268102644Snectar/* Define to 1 if you have the <errno.h> header file. */
26972445Sassar#undef HAVE_ERRNO_H
27072445Sassar
271102644Snectar/* Define if you have the function `errx'. */
27255682Smarkm#undef HAVE_ERRX
27355682Smarkm
274102644Snectar/* Define to 1 if you have the <err.h> header file. */
27572445Sassar#undef HAVE_ERR_H
27672445Sassar
277102644Snectar/* Define if you have the function `estrdup'. */
27890926Snectar#undef HAVE_ESTRDUP
27990926Snectar
280102644Snectar/* Define if you have the function `fchown'. */
28155682Smarkm#undef HAVE_FCHOWN
28255682Smarkm
283102644Snectar/* Define to 1 if you have the `fcntl' function. */
28455682Smarkm#undef HAVE_FCNTL
28555682Smarkm
286102644Snectar/* Define to 1 if you have the <fcntl.h> header file. */
28772445Sassar#undef HAVE_FCNTL_H
28872445Sassar
289102644Snectar/* Define if you have the function `flock'. */
29055682Smarkm#undef HAVE_FLOCK
29155682Smarkm
292102644Snectar/* Define if you have the function `fnmatch'. */
29355682Smarkm#undef HAVE_FNMATCH
29455682Smarkm
295102644Snectar/* Define to 1 if you have the <fnmatch.h> header file. */
29672445Sassar#undef HAVE_FNMATCH_H
29772445Sassar
29872445Sassar/* Define if el_init takes four arguments. */
29972445Sassar#undef HAVE_FOUR_VALUED_EL_INIT
30072445Sassar
301178825Sdfr/* Have -framework Security */
302178825Sdfr#undef HAVE_FRAMEWORK_SECURITY
30372445Sassar
304102644Snectar/* Define to 1 if you have the `freeaddrinfo' function. */
30555682Smarkm#undef HAVE_FREEADDRINFO
30655682Smarkm
307102644Snectar/* Define if you have the function `freehostent'. */
30855682Smarkm#undef HAVE_FREEHOSTENT
30955682Smarkm
310102644Snectar/* Define to 1 if you have the `gai_strerror' function. */
31155682Smarkm#undef HAVE_GAI_STRERROR
31255682Smarkm
313102644Snectar/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
31472445Sassar#undef HAVE_GDBM_NDBM_H
31572445Sassar
316102644Snectar/* Define to 1 if you have the `getaddrinfo' function. */
31755682Smarkm#undef HAVE_GETADDRINFO
31855682Smarkm
319102644Snectar/* Define to 1 if you have the `getconfattr' function. */
32072445Sassar#undef HAVE_GETCONFATTR
32172445Sassar
322102644Snectar/* Define if you have the function `getcwd'. */
32355682Smarkm#undef HAVE_GETCWD
32455682Smarkm
325102644Snectar/* Define if you have the function `getdtablesize'. */
32655682Smarkm#undef HAVE_GETDTABLESIZE
32755682Smarkm
328102644Snectar/* Define if you have the function `getegid'. */
32955682Smarkm#undef HAVE_GETEGID
33055682Smarkm
331102644Snectar/* Define if you have the function `geteuid'. */
33255682Smarkm#undef HAVE_GETEUID
33355682Smarkm
334102644Snectar/* Define if you have the function `getgid'. */
33555682Smarkm#undef HAVE_GETGID
33655682Smarkm
337102644Snectar/* Define to 1 if you have the `gethostbyname' function. */
33855682Smarkm#undef HAVE_GETHOSTBYNAME
33955682Smarkm
340102644Snectar/* Define to 1 if you have the `gethostbyname2' function. */
34155682Smarkm#undef HAVE_GETHOSTBYNAME2
34255682Smarkm
343102644Snectar/* Define if you have the function `gethostname'. */
34455682Smarkm#undef HAVE_GETHOSTNAME
34555682Smarkm
346102644Snectar/* Define if you have the function `getifaddrs'. */
34772445Sassar#undef HAVE_GETIFADDRS
34872445Sassar
349102644Snectar/* Define if you have the function `getipnodebyaddr'. */
35055682Smarkm#undef HAVE_GETIPNODEBYADDR
35155682Smarkm
352102644Snectar/* Define if you have the function `getipnodebyname'. */
35355682Smarkm#undef HAVE_GETIPNODEBYNAME
35455682Smarkm
355102644Snectar/* Define to 1 if you have the `getlogin' function. */
35655682Smarkm#undef HAVE_GETLOGIN
35755682Smarkm
35872445Sassar/* Define if you have a working getmsg. */
35955682Smarkm#undef HAVE_GETMSG
36055682Smarkm
361102644Snectar/* Define to 1 if you have the `getnameinfo' function. */
36255682Smarkm#undef HAVE_GETNAMEINFO
36355682Smarkm
364102644Snectar/* Define if you have the function `getopt'. */
36555682Smarkm#undef HAVE_GETOPT
36655682Smarkm
367103423Snectar/* Define to 1 if you have the `getpagesize' function. */
368103423Snectar#undef HAVE_GETPAGESIZE
369103423Snectar
370178825Sdfr/* Define to 1 if you have the `getpeereid' function. */
371178825Sdfr#undef HAVE_GETPEEREID
372178825Sdfr
373178825Sdfr/* Define to 1 if you have the `getpeerucred' function. */
374178825Sdfr#undef HAVE_GETPEERUCRED
375178825Sdfr
376102644Snectar/* Define to 1 if you have the `getprogname' function. */
37778527Sassar#undef HAVE_GETPROGNAME
37878527Sassar
379102644Snectar/* Define to 1 if you have the `getpwnam_r' function. */
38055682Smarkm#undef HAVE_GETPWNAM_R
38155682Smarkm
382102644Snectar/* Define to 1 if you have the `getrlimit' function. */
38355682Smarkm#undef HAVE_GETRLIMIT
38455682Smarkm
385102644Snectar/* Define to 1 if you have the `getsockopt' function. */
38655682Smarkm#undef HAVE_GETSOCKOPT
38755682Smarkm
388102644Snectar/* Define to 1 if you have the `getspnam' function. */
38955682Smarkm#undef HAVE_GETSPNAM
39055682Smarkm
391102644Snectar/* Define if you have the function `gettimeofday'. */
39255682Smarkm#undef HAVE_GETTIMEOFDAY
39355682Smarkm
394102644Snectar/* Define to 1 if you have the `getudbnam' function. */
39555682Smarkm#undef HAVE_GETUDBNAM
39655682Smarkm
397102644Snectar/* Define if you have the function `getuid'. */
39855682Smarkm#undef HAVE_GETUID
39955682Smarkm
400102644Snectar/* Define if you have the function `getusershell'. */
40155682Smarkm#undef HAVE_GETUSERSHELL
40255682Smarkm
40372445Sassar/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
40478527Sassar   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
40572445Sassar#undef HAVE_GLOB
40672445Sassar
407102644Snectar/* Define to 1 if you have the `grantpt' function. */
40855682Smarkm#undef HAVE_GRANTPT
40955682Smarkm
410102644Snectar/* Define to 1 if you have the <grp.h> header file. */
41172445Sassar#undef HAVE_GRP_H
41272445Sassar
413102644Snectar/* Define to 1 if you have the `hstrerror' function. */
41455682Smarkm#undef HAVE_HSTRERROR
41555682Smarkm
41672445Sassar/* Define if you have the `h_errlist' variable. */
41772445Sassar#undef HAVE_H_ERRLIST
41872445Sassar
41972445Sassar/* Define if you have the `h_errno' variable. */
42072445Sassar#undef HAVE_H_ERRNO
42172445Sassar
42272445Sassar/* Define if you have the `h_nerr' variable. */
42372445Sassar#undef HAVE_H_NERR
42472445Sassar
425102644Snectar/* Define to 1 if you have the <ifaddrs.h> header file. */
42672445Sassar#undef HAVE_IFADDRS_H
42772445Sassar
42890926Snectar/* Define if you have the in6addr_loopback variable */
42990926Snectar#undef HAVE_IN6ADDR_LOOPBACK
43090926Snectar
431102644Snectar/* define */
43255682Smarkm#undef HAVE_INET_ATON
43355682Smarkm
434102644Snectar/* define */
43555682Smarkm#undef HAVE_INET_NTOP
43655682Smarkm
437102644Snectar/* define */
43855682Smarkm#undef HAVE_INET_PTON
43955682Smarkm
440102644Snectar/* Define if you have the function `initgroups'. */
44155682Smarkm#undef HAVE_INITGROUPS
44255682Smarkm
443102644Snectar/* Define to 1 if you have the `initstate' function. */
44490926Snectar#undef HAVE_INITSTATE
44590926Snectar
446102644Snectar/* Define if you have the function `innetgr'. */
44755682Smarkm#undef HAVE_INNETGR
44855682Smarkm
449102644Snectar/* Define to 1 if the system has the type `int16_t'. */
45090926Snectar#undef HAVE_INT16_T
45190926Snectar
452102644Snectar/* Define to 1 if the system has the type `int32_t'. */
45390926Snectar#undef HAVE_INT32_T
45490926Snectar
455102644Snectar/* Define to 1 if the system has the type `int64_t'. */
45690926Snectar#undef HAVE_INT64_T
45790926Snectar
458102644Snectar/* Define to 1 if the system has the type `int8_t'. */
45990926Snectar#undef HAVE_INT8_T
46090926Snectar
461102644Snectar/* Define to 1 if you have the <inttypes.h> header file. */
46272445Sassar#undef HAVE_INTTYPES_H
46372445Sassar
464102644Snectar/* Define to 1 if you have the <io.h> header file. */
46572445Sassar#undef HAVE_IO_H
46672445Sassar
46772445Sassar/* Define if you have IPv6. */
46872445Sassar#undef HAVE_IPV6
46972445Sassar
470102644Snectar/* Define if you have the function `iruserok'. */
47155682Smarkm#undef HAVE_IRUSEROK
47255682Smarkm
473102644Snectar/* Define to 1 if you have the `issetugid' function. */
47490926Snectar#undef HAVE_ISSETUGID
47590926Snectar
476178825Sdfr/* Define if you want to use the Kerberos Credentials Manager. */
477178825Sdfr#undef HAVE_KCM
47855682Smarkm
479102644Snectar/* Define to 1 if you have the <libutil.h> header file. */
48090926Snectar#undef HAVE_LIBUTIL_H
48190926Snectar
482102644Snectar/* Define to 1 if you have the <limits.h> header file. */
48372445Sassar#undef HAVE_LIMITS_H
48472445Sassar
485102644Snectar/* Define to 1 if you have the `loadquery' function. */
486102644Snectar#undef HAVE_LOADQUERY
487102644Snectar
488102644Snectar/* Define if you have the function `localtime_r'. */
48990926Snectar#undef HAVE_LOCALTIME_R
49090926Snectar
491102644Snectar/* Define to 1 if you have the `logout' function. */
49290926Snectar#undef HAVE_LOGOUT
49390926Snectar
494102644Snectar/* Define to 1 if you have the `logwtmp' function. */
49555682Smarkm#undef HAVE_LOGWTMP
49655682Smarkm
497102644Snectar/* Define to 1 if the system has the type `long long'. */
49857416Smarkm#undef HAVE_LONG_LONG
49957416Smarkm
500102644Snectar/* Define if you have the function `lstat'. */
50155682Smarkm#undef HAVE_LSTAT
50255682Smarkm
503102644Snectar/* Define to 1 if you have the <maillock.h> header file. */
50472445Sassar#undef HAVE_MAILLOCK_H
50572445Sassar
506102644Snectar/* Define if you have the function `memmove'. */
50755682Smarkm#undef HAVE_MEMMOVE
50855682Smarkm
509102644Snectar/* Define to 1 if you have the <memory.h> header file. */
51090926Snectar#undef HAVE_MEMORY_H
51190926Snectar
512102644Snectar/* Define if you have the function `mkstemp'. */
51355682Smarkm#undef HAVE_MKSTEMP
51455682Smarkm
515102644Snectar/* Define to 1 if you have the `mktime' function. */
51655682Smarkm#undef HAVE_MKTIME
51755682Smarkm
518103423Snectar/* Define to 1 if you have a working `mmap' system call. */
519103423Snectar#undef HAVE_MMAP
520103423Snectar
52190926Snectar/* define if you have a ndbm library */
52290926Snectar#undef HAVE_NDBM
52390926Snectar
524102644Snectar/* Define to 1 if you have the <ndbm.h> header file. */
52572445Sassar#undef HAVE_NDBM_H
52655682Smarkm
527102644Snectar/* Define to 1 if you have the <netdb.h> header file. */
52872445Sassar#undef HAVE_NETDB_H
52955682Smarkm
530103423Snectar/* Define to 1 if you have the <netgroup.h> header file. */
531103423Snectar#undef HAVE_NETGROUP_H
532103423Snectar
533102644Snectar/* Define to 1 if you have the <netinet6/in6.h> header file. */
53472445Sassar#undef HAVE_NETINET6_IN6_H
53555682Smarkm
536102644Snectar/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
53772445Sassar#undef HAVE_NETINET6_IN6_VAR_H
53855682Smarkm
539102644Snectar/* Define to 1 if you have the <netinet/in6.h> header file. */
54072445Sassar#undef HAVE_NETINET_IN6_H
54155682Smarkm
542102644Snectar/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
54372445Sassar#undef HAVE_NETINET_IN6_MACHTYPES_H
54455682Smarkm
545102644Snectar/* Define to 1 if you have the <netinet/in.h> header file. */
54672445Sassar#undef HAVE_NETINET_IN_H
54755682Smarkm
548102644Snectar/* Define to 1 if you have the <netinet/in_systm.h> header file. */
54972445Sassar#undef HAVE_NETINET_IN_SYSTM_H
55055682Smarkm
551102644Snectar/* Define to 1 if you have the <netinet/ip.h> header file. */
55272445Sassar#undef HAVE_NETINET_IP_H
55355682Smarkm
554102644Snectar/* Define to 1 if you have the <netinet/tcp.h> header file. */
55572445Sassar#undef HAVE_NETINET_TCP_H
55655682Smarkm
55772445Sassar/* Define if you want to use Netinfo instead of krb5.conf. */
55872445Sassar#undef HAVE_NETINFO
55955682Smarkm
560102644Snectar/* Define to 1 if you have the <netinfo/ni.h> header file. */
56172445Sassar#undef HAVE_NETINFO_NI_H
56255682Smarkm
563102644Snectar/* Define to 1 if you have the <net/if.h> header file. */
56472445Sassar#undef HAVE_NET_IF_H
56555682Smarkm
56690926Snectar/* Define if NDBM really is DB (creates files *.db) */
56790926Snectar#undef HAVE_NEW_DB
56855682Smarkm
569102644Snectar/* Define to 1 if you have the `on_exit' function. */
57090926Snectar#undef HAVE_ON_EXIT
57155682Smarkm
572102644Snectar/* Define to 1 if you have the `openpty' function. */
57390926Snectar#undef HAVE_OPENPTY
57455682Smarkm
57590926Snectar/* define to use openssl's libcrypto */
57690926Snectar#undef HAVE_OPENSSL
57755682Smarkm
57872445Sassar/* Define to enable basic OSF C2 support. */
57972445Sassar#undef HAVE_OSFC2
58055682Smarkm
581102644Snectar/* Define to 1 if you have the <paths.h> header file. */
58272445Sassar#undef HAVE_PATHS_H
58355682Smarkm
584102644Snectar/* Define to 1 if you have the `pidfile' function. */
58572445Sassar#undef HAVE_PIDFILE
58655682Smarkm
587178825Sdfr/* Define to 1 if you have the `poll' function. */
588178825Sdfr#undef HAVE_POLL
589178825Sdfr
590178825Sdfr/* Define to 1 if you have the <poll.h> header file. */
591178825Sdfr#undef HAVE_POLL_H
592178825Sdfr
593102644Snectar/* Define to 1 if you have the <pthread.h> header file. */
59472445Sassar#undef HAVE_PTHREAD_H
59555682Smarkm
596102644Snectar/* Define to 1 if you have the `ptsname' function. */
59772445Sassar#undef HAVE_PTSNAME
59855682Smarkm
599102644Snectar/* Define to 1 if you have the <pty.h> header file. */
60072445Sassar#undef HAVE_PTY_H
60155682Smarkm
602102644Snectar/* Define if you have the function `putenv'. */
60372445Sassar#undef HAVE_PUTENV
60455682Smarkm
605102644Snectar/* Define to 1 if you have the <pwd.h> header file. */
60672445Sassar#undef HAVE_PWD_H
60755682Smarkm
608102644Snectar/* Define to 1 if you have the `rand' function. */
60972445Sassar#undef HAVE_RAND
61055682Smarkm
611102644Snectar/* Define to 1 if you have the `random' function. */
61272445Sassar#undef HAVE_RANDOM
61355682Smarkm
614102644Snectar/* Define if you have the function `rcmd'. */
61572445Sassar#undef HAVE_RCMD
61655682Smarkm
61772445Sassar/* Define if you have a readline compatible library. */
61872445Sassar#undef HAVE_READLINE
61955682Smarkm
620102644Snectar/* Define if you have the function `readv'. */
62172445Sassar#undef HAVE_READV
62255682Smarkm
623102644Snectar/* Define if you have the function `recvmsg'. */
62472445Sassar#undef HAVE_RECVMSG
62555682Smarkm
626102644Snectar/* Define to 1 if you have the <resolv.h> header file. */
62772445Sassar#undef HAVE_RESOLV_H
62855682Smarkm
629178825Sdfr/* Define to 1 if you have the `res_ndestroy' function. */
630178825Sdfr#undef HAVE_RES_NDESTROY
631178825Sdfr
632103423Snectar/* Define to 1 if you have the `res_nsearch' function. */
633103423Snectar#undef HAVE_RES_NSEARCH
634103423Snectar
635102644Snectar/* Define to 1 if you have the `res_search' function. */
63672445Sassar#undef HAVE_RES_SEARCH
63755682Smarkm
638102644Snectar/* Define to 1 if you have the `revoke' function. */
63972445Sassar#undef HAVE_REVOKE
64055682Smarkm
641102644Snectar/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
64272445Sassar#undef HAVE_RPCSVC_YPCLNT_H
64355682Smarkm
644102644Snectar/* Define to 1 if you have the <sac.h> header file. */
64572445Sassar#undef HAVE_SAC_H
64655682Smarkm
647102644Snectar/* Define to 1 if the system has the type `sa_family_t'. */
64872445Sassar#undef HAVE_SA_FAMILY_T
64955682Smarkm
650102644Snectar/* Define to 1 if you have the <security/pam_modules.h> header file. */
65172445Sassar#undef HAVE_SECURITY_PAM_MODULES_H
65255682Smarkm
653102644Snectar/* Define to 1 if you have the `select' function. */
65472445Sassar#undef HAVE_SELECT
65555682Smarkm
656102644Snectar/* Define if you have the function `sendmsg'. */
65772445Sassar#undef HAVE_SENDMSG
65855682Smarkm
659102644Snectar/* Define if you have the function `setegid'. */
66072445Sassar#undef HAVE_SETEGID
66155682Smarkm
662102644Snectar/* Define if you have the function `setenv'. */
66372445Sassar#undef HAVE_SETENV
66455682Smarkm
665102644Snectar/* Define if you have the function `seteuid'. */
66672445Sassar#undef HAVE_SETEUID
66755682Smarkm
668102644Snectar/* Define to 1 if you have the `setitimer' function. */
66972445Sassar#undef HAVE_SETITIMER
67055682Smarkm
671102644Snectar/* Define to 1 if you have the `setlim' function. */
67272445Sassar#undef HAVE_SETLIM
67355682Smarkm
674102644Snectar/* Define to 1 if you have the `setlogin' function. */
67572445Sassar#undef HAVE_SETLOGIN
67655682Smarkm
677102644Snectar/* Define to 1 if you have the `setpcred' function. */
67872445Sassar#undef HAVE_SETPCRED
67955682Smarkm
680102644Snectar/* Define to 1 if you have the `setpgid' function. */
68172445Sassar#undef HAVE_SETPGID
68255682Smarkm
683102644Snectar/* Define to 1 if you have the `setproctitle' function. */
68472445Sassar#undef HAVE_SETPROCTITLE
68555682Smarkm
686102644Snectar/* Define to 1 if you have the `setprogname' function. */
68778527Sassar#undef HAVE_SETPROGNAME
68878527Sassar
689102644Snectar/* Define to 1 if you have the `setregid' function. */
69072445Sassar#undef HAVE_SETREGID
69155682Smarkm
692102644Snectar/* Define to 1 if you have the `setresgid' function. */
69372445Sassar#undef HAVE_SETRESGID
69455682Smarkm
695102644Snectar/* Define to 1 if you have the `setresuid' function. */
69672445Sassar#undef HAVE_SETRESUID
69755682Smarkm
698102644Snectar/* Define to 1 if you have the `setreuid' function. */
69972445Sassar#undef HAVE_SETREUID
70055682Smarkm
701102644Snectar/* Define to 1 if you have the `setsid' function. */
70272445Sassar#undef HAVE_SETSID
70355682Smarkm
704102644Snectar/* Define to 1 if you have the `setsockopt' function. */
70572445Sassar#undef HAVE_SETSOCKOPT
70655682Smarkm
707102644Snectar/* Define to 1 if you have the `setstate' function. */
70890926Snectar#undef HAVE_SETSTATE
70990926Snectar
710102644Snectar/* Define to 1 if you have the `setutent' function. */
71172445Sassar#undef HAVE_SETUTENT
71255682Smarkm
713102644Snectar/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
71472445Sassar#undef HAVE_SGI_GETCAPABILITYBYNAME
71555682Smarkm
716102644Snectar/* Define to 1 if you have the <sgtty.h> header file. */
71772445Sassar#undef HAVE_SGTTY_H
71855682Smarkm
719102644Snectar/* Define to 1 if you have the <shadow.h> header file. */
72072445Sassar#undef HAVE_SHADOW_H
72155682Smarkm
722102644Snectar/* Define to 1 if you have the <siad.h> header file. */
72372445Sassar#undef HAVE_SIAD_H
72455682Smarkm
725102644Snectar/* Define to 1 if you have the `sigaction' function. */
72672445Sassar#undef HAVE_SIGACTION
72755682Smarkm
728102644Snectar/* Define to 1 if you have the <signal.h> header file. */
72972445Sassar#undef HAVE_SIGNAL_H
73055682Smarkm
73172445Sassar/* define if you have a working snprintf */
73272445Sassar#undef HAVE_SNPRINTF
73355682Smarkm
734102644Snectar/* Define to 1 if you have the `socket' function. */
73572445Sassar#undef HAVE_SOCKET
73655682Smarkm
737102644Snectar/* Define to 1 if the system has the type `socklen_t'. */
73872445Sassar#undef HAVE_SOCKLEN_T
73955682Smarkm
740102644Snectar/* Define to 1 if the system has the type `ssize_t'. */
741102644Snectar#undef HAVE_SSIZE_T
742102644Snectar
743102644Snectar/* Define to 1 if you have the <standards.h> header file. */
74472445Sassar#undef HAVE_STANDARDS_H
74555682Smarkm
746102644Snectar/* Define to 1 if you have the <stdint.h> header file. */
74790926Snectar#undef HAVE_STDINT_H
74890926Snectar
749102644Snectar/* Define to 1 if you have the <stdlib.h> header file. */
75090926Snectar#undef HAVE_STDLIB_H
75190926Snectar
752102644Snectar/* Define if you have the function `strcasecmp'. */
75372445Sassar#undef HAVE_STRCASECMP
75455682Smarkm
755102644Snectar/* Define if you have the function `strdup'. */
75672445Sassar#undef HAVE_STRDUP
75755682Smarkm
758102644Snectar/* Define if you have the function `strerror'. */
75972445Sassar#undef HAVE_STRERROR
76055682Smarkm
761102644Snectar/* Define if you have the function `strftime'. */
76272445Sassar#undef HAVE_STRFTIME
76355682Smarkm
764102644Snectar/* Define to 1 if you have the <strings.h> header file. */
76590926Snectar#undef HAVE_STRINGS_H
76690926Snectar
767102644Snectar/* Define to 1 if you have the <string.h> header file. */
76890926Snectar#undef HAVE_STRING_H
76990926Snectar
770102644Snectar/* Define if you have the function `strlcat'. */
77172445Sassar#undef HAVE_STRLCAT
77255682Smarkm
773102644Snectar/* Define if you have the function `strlcpy'. */
77472445Sassar#undef HAVE_STRLCPY
77555682Smarkm
776102644Snectar/* Define if you have the function `strlwr'. */
77772445Sassar#undef HAVE_STRLWR
77855682Smarkm
779102644Snectar/* Define if you have the function `strncasecmp'. */
78072445Sassar#undef HAVE_STRNCASECMP
78155682Smarkm
782102644Snectar/* Define if you have the function `strndup'. */
78372445Sassar#undef HAVE_STRNDUP
78455682Smarkm
785102644Snectar/* Define if you have the function `strnlen'. */
78672445Sassar#undef HAVE_STRNLEN
78755682Smarkm
788102644Snectar/* Define to 1 if you have the <stropts.h> header file. */
78972445Sassar#undef HAVE_STROPTS_H
79055682Smarkm
791102644Snectar/* Define if you have the function `strptime'. */
79272445Sassar#undef HAVE_STRPTIME
79355682Smarkm
794102644Snectar/* Define if you have the function `strsep'. */
79572445Sassar#undef HAVE_STRSEP
79655682Smarkm
797102644Snectar/* Define if you have the function `strsep_copy'. */
79872445Sassar#undef HAVE_STRSEP_COPY
79955682Smarkm
800102644Snectar/* Define to 1 if you have the `strstr' function. */
80172445Sassar#undef HAVE_STRSTR
80255682Smarkm
803102644Snectar/* Define to 1 if you have the `strsvis' function. */
80472445Sassar#undef HAVE_STRSVIS
80555682Smarkm
806102644Snectar/* Define if you have the function `strtok_r'. */
80772445Sassar#undef HAVE_STRTOK_R
80855682Smarkm
809102644Snectar/* Define to 1 if the system has the type `struct addrinfo'. */
81072445Sassar#undef HAVE_STRUCT_ADDRINFO
81155682Smarkm
812102644Snectar/* Define to 1 if the system has the type `struct ifaddrs'. */
81372445Sassar#undef HAVE_STRUCT_IFADDRS
81455682Smarkm
815102644Snectar/* Define to 1 if the system has the type `struct iovec'. */
816102644Snectar#undef HAVE_STRUCT_IOVEC
817102644Snectar
818102644Snectar/* Define to 1 if the system has the type `struct msghdr'. */
819102644Snectar#undef HAVE_STRUCT_MSGHDR
820102644Snectar
821102644Snectar/* Define to 1 if the system has the type `struct sockaddr'. */
82272445Sassar#undef HAVE_STRUCT_SOCKADDR
82355682Smarkm
82472445Sassar/* Define if struct sockaddr has field sa_len. */
82572445Sassar#undef HAVE_STRUCT_SOCKADDR_SA_LEN
82655682Smarkm
827102644Snectar/* Define to 1 if the system has the type `struct sockaddr_storage'. */
82872445Sassar#undef HAVE_STRUCT_SOCKADDR_STORAGE
82955682Smarkm
83072445Sassar/* define if you have struct spwd */
83172445Sassar#undef HAVE_STRUCT_SPWD
83255682Smarkm
83372445Sassar/* Define if struct tm has field tm_gmtoff. */
83472445Sassar#undef HAVE_STRUCT_TM_TM_GMTOFF
83555682Smarkm
83672445Sassar/* Define if struct tm has field tm_zone. */
83772445Sassar#undef HAVE_STRUCT_TM_TM_ZONE
83855682Smarkm
83972445Sassar/* Define if struct utmpx has field ut_exit. */
84072445Sassar#undef HAVE_STRUCT_UTMPX_UT_EXIT
84155682Smarkm
84272445Sassar/* Define if struct utmpx has field ut_syslen. */
84372445Sassar#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
84455682Smarkm
84572445Sassar/* Define if struct utmp has field ut_addr. */
84672445Sassar#undef HAVE_STRUCT_UTMP_UT_ADDR
84755682Smarkm
84872445Sassar/* Define if struct utmp has field ut_host. */
84972445Sassar#undef HAVE_STRUCT_UTMP_UT_HOST
85055682Smarkm
85172445Sassar/* Define if struct utmp has field ut_id. */
85272445Sassar#undef HAVE_STRUCT_UTMP_UT_ID
85355682Smarkm
85472445Sassar/* Define if struct utmp has field ut_pid. */
85572445Sassar#undef HAVE_STRUCT_UTMP_UT_PID
85655682Smarkm
85772445Sassar/* Define if struct utmp has field ut_type. */
85872445Sassar#undef HAVE_STRUCT_UTMP_UT_TYPE
85955682Smarkm
86072445Sassar/* Define if struct utmp has field ut_user. */
86172445Sassar#undef HAVE_STRUCT_UTMP_UT_USER
86255682Smarkm
86372445Sassar/* define if struct winsize is declared in sys/termios.h */
86472445Sassar#undef HAVE_STRUCT_WINSIZE
86555682Smarkm
866102644Snectar/* Define to 1 if you have the `strunvis' function. */
86772445Sassar#undef HAVE_STRUNVIS
86855682Smarkm
869102644Snectar/* Define if you have the function `strupr'. */
87072445Sassar#undef HAVE_STRUPR
87155682Smarkm
872102644Snectar/* Define to 1 if you have the `strvis' function. */
87372445Sassar#undef HAVE_STRVIS
87455682Smarkm
875102644Snectar/* Define to 1 if you have the `strvisx' function. */
87672445Sassar#undef HAVE_STRVISX
87755682Smarkm
878102644Snectar/* Define to 1 if you have the `svis' function. */
87972445Sassar#undef HAVE_SVIS
88055682Smarkm
881102644Snectar/* Define if you have the function `swab'. */
88272445Sassar#undef HAVE_SWAB
88355682Smarkm
884102644Snectar/* Define to 1 if you have the `sysconf' function. */
88572445Sassar#undef HAVE_SYSCONF
88655682Smarkm
887102644Snectar/* Define to 1 if you have the `sysctl' function. */
88872445Sassar#undef HAVE_SYSCTL
88955682Smarkm
890102644Snectar/* Define to 1 if you have the `syslog' function. */
89172445Sassar#undef HAVE_SYSLOG
89255682Smarkm
893102644Snectar/* Define to 1 if you have the <syslog.h> header file. */
89472445Sassar#undef HAVE_SYSLOG_H
89555682Smarkm
896102644Snectar/* Define to 1 if you have the <sys/bitypes.h> header file. */
89755682Smarkm#undef HAVE_SYS_BITYPES_H
89855682Smarkm
899102644Snectar/* Define to 1 if you have the <sys/bswap.h> header file. */
90078527Sassar#undef HAVE_SYS_BSWAP_H
90178527Sassar
902102644Snectar/* Define to 1 if you have the <sys/capability.h> header file. */
90355682Smarkm#undef HAVE_SYS_CAPABILITY_H
90455682Smarkm
905102644Snectar/* Define to 1 if you have the <sys/category.h> header file. */
90655682Smarkm#undef HAVE_SYS_CATEGORY_H
90755682Smarkm
908102644Snectar/* Define to 1 if you have the <sys/file.h> header file. */
90955682Smarkm#undef HAVE_SYS_FILE_H
91055682Smarkm
911102644Snectar/* Define to 1 if you have the <sys/filio.h> header file. */
91255682Smarkm#undef HAVE_SYS_FILIO_H
91355682Smarkm
914102644Snectar/* Define to 1 if you have the <sys/ioccom.h> header file. */
91555682Smarkm#undef HAVE_SYS_IOCCOM_H
91655682Smarkm
917102644Snectar/* Define to 1 if you have the <sys/ioctl.h> header file. */
91855682Smarkm#undef HAVE_SYS_IOCTL_H
91955682Smarkm
920103423Snectar/* Define to 1 if you have the <sys/mman.h> header file. */
921103423Snectar#undef HAVE_SYS_MMAN_H
922103423Snectar
923102644Snectar/* Define to 1 if you have the <sys/param.h> header file. */
92455682Smarkm#undef HAVE_SYS_PARAM_H
92555682Smarkm
926102644Snectar/* Define to 1 if you have the <sys/proc.h> header file. */
92755682Smarkm#undef HAVE_SYS_PROC_H
92855682Smarkm
929102644Snectar/* Define to 1 if you have the <sys/ptyio.h> header file. */
93055682Smarkm#undef HAVE_SYS_PTYIO_H
93155682Smarkm
932102644Snectar/* Define to 1 if you have the <sys/ptyvar.h> header file. */
93355682Smarkm#undef HAVE_SYS_PTYVAR_H
93455682Smarkm
935102644Snectar/* Define to 1 if you have the <sys/pty.h> header file. */
93672445Sassar#undef HAVE_SYS_PTY_H
93772445Sassar
938102644Snectar/* Define to 1 if you have the <sys/resource.h> header file. */
93955682Smarkm#undef HAVE_SYS_RESOURCE_H
94055682Smarkm
941102644Snectar/* Define to 1 if you have the <sys/select.h> header file. */
94255682Smarkm#undef HAVE_SYS_SELECT_H
94355682Smarkm
944102644Snectar/* Define to 1 if you have the <sys/socket.h> header file. */
94555682Smarkm#undef HAVE_SYS_SOCKET_H
94655682Smarkm
947102644Snectar/* Define to 1 if you have the <sys/sockio.h> header file. */
94855682Smarkm#undef HAVE_SYS_SOCKIO_H
94955682Smarkm
950102644Snectar/* Define to 1 if you have the <sys/stat.h> header file. */
95155682Smarkm#undef HAVE_SYS_STAT_H
95255682Smarkm
953102644Snectar/* Define to 1 if you have the <sys/stream.h> header file. */
95455682Smarkm#undef HAVE_SYS_STREAM_H
95555682Smarkm
956102644Snectar/* Define to 1 if you have the <sys/stropts.h> header file. */
95755682Smarkm#undef HAVE_SYS_STROPTS_H
95855682Smarkm
959102644Snectar/* Define to 1 if you have the <sys/strtty.h> header file. */
96055682Smarkm#undef HAVE_SYS_STRTTY_H
96155682Smarkm
962102644Snectar/* Define to 1 if you have the <sys/str_tty.h> header file. */
96372445Sassar#undef HAVE_SYS_STR_TTY_H
96472445Sassar
965102644Snectar/* Define to 1 if you have the <sys/syscall.h> header file. */
96655682Smarkm#undef HAVE_SYS_SYSCALL_H
96755682Smarkm
968102644Snectar/* Define to 1 if you have the <sys/sysctl.h> header file. */
96955682Smarkm#undef HAVE_SYS_SYSCTL_H
97055682Smarkm
971102644Snectar/* Define to 1 if you have the <sys/termio.h> header file. */
97255682Smarkm#undef HAVE_SYS_TERMIO_H
97355682Smarkm
974102644Snectar/* Define to 1 if you have the <sys/timeb.h> header file. */
97555682Smarkm#undef HAVE_SYS_TIMEB_H
97655682Smarkm
977102644Snectar/* Define to 1 if you have the <sys/times.h> header file. */
97855682Smarkm#undef HAVE_SYS_TIMES_H
97955682Smarkm
980102644Snectar/* Define to 1 if you have the <sys/time.h> header file. */
98172445Sassar#undef HAVE_SYS_TIME_H
98272445Sassar
983102644Snectar/* Define to 1 if you have the <sys/tty.h> header file. */
98455682Smarkm#undef HAVE_SYS_TTY_H
98555682Smarkm
986102644Snectar/* Define to 1 if you have the <sys/types.h> header file. */
98755682Smarkm#undef HAVE_SYS_TYPES_H
98855682Smarkm
989178825Sdfr/* Define to 1 if you have the <sys/ucred.h> header file. */
990178825Sdfr#undef HAVE_SYS_UCRED_H
991178825Sdfr
992102644Snectar/* Define to 1 if you have the <sys/uio.h> header file. */
99355682Smarkm#undef HAVE_SYS_UIO_H
99455682Smarkm
995102644Snectar/* Define to 1 if you have the <sys/un.h> header file. */
99655682Smarkm#undef HAVE_SYS_UN_H
99755682Smarkm
998102644Snectar/* Define to 1 if you have the <sys/utsname.h> header file. */
99955682Smarkm#undef HAVE_SYS_UTSNAME_H
100055682Smarkm
1001102644Snectar/* Define to 1 if you have the <sys/wait.h> header file. */
100255682Smarkm#undef HAVE_SYS_WAIT_H
100355682Smarkm
1004102644Snectar/* Define to 1 if you have the <termcap.h> header file. */
100590926Snectar#undef HAVE_TERMCAP_H
100690926Snectar
1007102644Snectar/* Define to 1 if you have the <termios.h> header file. */
100872445Sassar#undef HAVE_TERMIOS_H
100955682Smarkm
1010102644Snectar/* Define to 1 if you have the <termio.h> header file. */
101172445Sassar#undef HAVE_TERMIO_H
101272445Sassar
1013102644Snectar/* Define to 1 if you have the <term.h> header file. */
101455682Smarkm#undef HAVE_TERM_H
101555682Smarkm
1016102644Snectar/* Define to 1 if you have the `tgetent' function. */
101772445Sassar#undef HAVE_TGETENT
101855682Smarkm
1019178825Sdfr/* Define if you have the function `timegm'. */
102072445Sassar#undef HAVE_TIMEGM
102155682Smarkm
102272445Sassar/* Define if you have the `timezone' variable. */
102372445Sassar#undef HAVE_TIMEZONE
102472445Sassar
1025102644Snectar/* Define to 1 if you have the <time.h> header file. */
102655682Smarkm#undef HAVE_TIME_H
102755682Smarkm
1028102644Snectar/* Define to 1 if you have the <tmpdir.h> header file. */
102955682Smarkm#undef HAVE_TMPDIR_H
103055682Smarkm
1031102644Snectar/* Define to 1 if you have the `ttyname' function. */
103272445Sassar#undef HAVE_TTYNAME
103355682Smarkm
1034102644Snectar/* Define to 1 if you have the `ttyslot' function. */
103572445Sassar#undef HAVE_TTYSLOT
103655682Smarkm
1037102644Snectar/* Define to 1 if you have the <udb.h> header file. */
103872445Sassar#undef HAVE_UDB_H
103955682Smarkm
1040102644Snectar/* Define to 1 if the system has the type `uint16_t'. */
104190926Snectar#undef HAVE_UINT16_T
104290926Snectar
1043102644Snectar/* Define to 1 if the system has the type `uint32_t'. */
104490926Snectar#undef HAVE_UINT32_T
104590926Snectar
1046102644Snectar/* Define to 1 if the system has the type `uint64_t'. */
104790926Snectar#undef HAVE_UINT64_T
104890926Snectar
1049102644Snectar/* Define to 1 if the system has the type `uint8_t'. */
105090926Snectar#undef HAVE_UINT8_T
105190926Snectar
1052178825Sdfr/* Define to 1 if the system has the type `uintptr_t'. */
1053178825Sdfr#undef HAVE_UINTPTR_T
1054178825Sdfr
1055102644Snectar/* Define to 1 if you have the `umask' function. */
105672445Sassar#undef HAVE_UMASK
105755682Smarkm
1058102644Snectar/* Define to 1 if you have the `uname' function. */
105972445Sassar#undef HAVE_UNAME
106055682Smarkm
1061102644Snectar/* Define to 1 if you have the <unistd.h> header file. */
106272445Sassar#undef HAVE_UNISTD_H
106355682Smarkm
1064102644Snectar/* Define to 1 if you have the `unlockpt' function. */
106572445Sassar#undef HAVE_UNLOCKPT
106655682Smarkm
1067102644Snectar/* Define if you have the function `unsetenv'. */
106872445Sassar#undef HAVE_UNSETENV
106955682Smarkm
1070102644Snectar/* Define to 1 if you have the `unvis' function. */
107172445Sassar#undef HAVE_UNVIS
107255682Smarkm
1073102644Snectar/* Define to 1 if you have the <userconf.h> header file. */
107472445Sassar#undef HAVE_USERCONF_H
107557416Smarkm
1076102644Snectar/* Define to 1 if you have the <usersec.h> header file. */
107772445Sassar#undef HAVE_USERSEC_H
107855682Smarkm
1079102644Snectar/* Define to 1 if you have the <util.h> header file. */
108072445Sassar#undef HAVE_UTIL_H
108157416Smarkm
1082102644Snectar/* Define to 1 if you have the <utmpx.h> header file. */
108372445Sassar#undef HAVE_UTMPX_H
108455682Smarkm
1085102644Snectar/* Define to 1 if you have the <utmp.h> header file. */
108672445Sassar#undef HAVE_UTMP_H
108755682Smarkm
1088102644Snectar/* Define to 1 if the system has the type `u_int16_t'. */
108990926Snectar#undef HAVE_U_INT16_T
109090926Snectar
1091102644Snectar/* Define to 1 if the system has the type `u_int32_t'. */
109290926Snectar#undef HAVE_U_INT32_T
109390926Snectar
1094102644Snectar/* Define to 1 if the system has the type `u_int64_t'. */
109590926Snectar#undef HAVE_U_INT64_T
109690926Snectar
1097102644Snectar/* Define to 1 if the system has the type `u_int8_t'. */
109890926Snectar#undef HAVE_U_INT8_T
109990926Snectar
1100102644Snectar/* Define to 1 if you have the `vasnprintf' function. */
110172445Sassar#undef HAVE_VASNPRINTF
110255682Smarkm
1103102644Snectar/* Define to 1 if you have the `vasprintf' function. */
110472445Sassar#undef HAVE_VASPRINTF
110555682Smarkm
1106102644Snectar/* Define if you have the function `verr'. */
110772445Sassar#undef HAVE_VERR
110855682Smarkm
1109102644Snectar/* Define if you have the function `verrx'. */
111072445Sassar#undef HAVE_VERRX
111155682Smarkm
1112102644Snectar/* Define to 1 if you have the `vhangup' function. */
111372445Sassar#undef HAVE_VHANGUP
111455682Smarkm
1115102644Snectar/* Define to 1 if you have the `vis' function. */
111672445Sassar#undef HAVE_VIS
111755682Smarkm
1118102644Snectar/* Define to 1 if you have the <vis.h> header file. */
111972445Sassar#undef HAVE_VIS_H
112055682Smarkm
112172445Sassar/* define if you have a working vsnprintf */
112272445Sassar#undef HAVE_VSNPRINTF
112355682Smarkm
1124102644Snectar/* Define if you have the function `vsyslog'. */
112572445Sassar#undef HAVE_VSYSLOG
112655682Smarkm
1127102644Snectar/* Define if you have the function `vwarn'. */
112872445Sassar#undef HAVE_VWARN
112955682Smarkm
1130102644Snectar/* Define if you have the function `vwarnx'. */
113172445Sassar#undef HAVE_VWARNX
113255682Smarkm
1133102644Snectar/* Define if you have the function `warn'. */
113472445Sassar#undef HAVE_WARN
113555682Smarkm
1136102644Snectar/* Define if you have the function `warnx'. */
113772445Sassar#undef HAVE_WARNX
113855682Smarkm
1139102644Snectar/* Define if you have the function `writev'. */
114072445Sassar#undef HAVE_WRITEV
114155682Smarkm
114272445Sassar/* define if struct winsize has ws_xpixel */
114372445Sassar#undef HAVE_WS_XPIXEL
114455682Smarkm
114572445Sassar/* define if struct winsize has ws_ypixel */
114672445Sassar#undef HAVE_WS_YPIXEL
114755682Smarkm
1148102644Snectar/* Define to 1 if you have the `XauFileName' function. */
114972445Sassar#undef HAVE_XAUFILENAME
115055682Smarkm
1151102644Snectar/* Define to 1 if you have the `XauReadAuth' function. */
115272445Sassar#undef HAVE_XAUREADAUTH
115355682Smarkm
1154102644Snectar/* Define to 1 if you have the `XauWriteAuth' function. */
115572445Sassar#undef HAVE_XAUWRITEAUTH
115655682Smarkm
1157102644Snectar/* Define to 1 if you have the `yp_get_default_domain' function. */
115872445Sassar#undef HAVE_YP_GET_DEFAULT_DOMAIN
115955682Smarkm
1160102644Snectar/* Define to 1 if you have the `_getpty' function. */
116172445Sassar#undef HAVE__GETPTY
116255682Smarkm
1163102644Snectar/* Define if you have the `_res' variable. */
1164102644Snectar#undef HAVE__RES
1165102644Snectar
1166102644Snectar/* Define to 1 if you have the `_scrsize' function. */
116772445Sassar#undef HAVE__SCRSIZE
116855682Smarkm
116972445Sassar/* define if your compiler has __attribute__ */
117072445Sassar#undef HAVE___ATTRIBUTE__
117155682Smarkm
117272445Sassar/* Define if you have the `__progname' variable. */
117372445Sassar#undef HAVE___PROGNAME
117455682Smarkm
117555682Smarkm/* Define if you have the hesiod package. */
117655682Smarkm#undef HESIOD
117755682Smarkm
1178102644Snectar/* Define if you are running IRIX 4. */
1179102644Snectar#undef IRIX4
1180102644Snectar
118172445Sassar/* Enable Kerberos 5 support in applications. */
118272445Sassar#undef KRB5
118355682Smarkm
1184102644Snectar/* path to lib */
1185102644Snectar#undef LIBDIR
1186102644Snectar
1187102644Snectar/* path to libexec */
1188102644Snectar#undef LIBEXECDIR
1189102644Snectar
1190102644Snectar/* path to localstate */
1191102644Snectar#undef LOCALSTATEDIR
1192102644Snectar
119372445Sassar/* define if the system is missing a prototype for asnprintf() */
119472445Sassar#undef NEED_ASNPRINTF_PROTO
119555682Smarkm
119655682Smarkm/* define if the system is missing a prototype for asprintf() */
119755682Smarkm#undef NEED_ASPRINTF_PROTO
119855682Smarkm
119972445Sassar/* define if the system is missing a prototype for crypt() */
120072445Sassar#undef NEED_CRYPT_PROTO
120155682Smarkm
1202178825Sdfr/* define if the system is missing a prototype for daemon() */
1203178825Sdfr#undef NEED_DAEMON_PROTO
1204178825Sdfr
120555682Smarkm/* define if the system is missing a prototype for gethostname() */
120655682Smarkm#undef NEED_GETHOSTNAME_PROTO
120755682Smarkm
120855682Smarkm/* define if the system is missing a prototype for getusershell() */
120955682Smarkm#undef NEED_GETUSERSHELL_PROTO
121055682Smarkm
121172445Sassar/* define if the system is missing a prototype for glob() */
121272445Sassar#undef NEED_GLOB_PROTO
121372445Sassar
121472445Sassar/* define if the system is missing a prototype for hstrerror() */
121572445Sassar#undef NEED_HSTRERROR_PROTO
121672445Sassar
121755682Smarkm/* define if the system is missing a prototype for inet_aton() */
121855682Smarkm#undef NEED_INET_ATON_PROTO
121955682Smarkm
1220178825Sdfr/* define if the system is missing a prototype for iruserok() */
1221178825Sdfr#undef NEED_IRUSEROK_PROTO
1222178825Sdfr
122372445Sassar/* define if the system is missing a prototype for mkstemp() */
122472445Sassar#undef NEED_MKSTEMP_PROTO
122555682Smarkm
1226178825Sdfr/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1227178825Sdfr#undef NEED_SECKEYGETCSPHANDLE_PROTO
1228178825Sdfr
122972445Sassar/* define if the system is missing a prototype for setenv() */
123072445Sassar#undef NEED_SETENV_PROTO
123155682Smarkm
123272445Sassar/* define if the system is missing a prototype for snprintf() */
123372445Sassar#undef NEED_SNPRINTF_PROTO
123455682Smarkm
1235102644Snectar/* define if the system is missing a prototype for strndup() */
1236102644Snectar#undef NEED_STRNDUP_PROTO
1237102644Snectar
123872445Sassar/* define if the system is missing a prototype for strsep() */
123972445Sassar#undef NEED_STRSEP_PROTO
124055682Smarkm
1241102644Snectar/* define if the system is missing a prototype for strsvis() */
1242102644Snectar#undef NEED_STRSVIS_PROTO
1243102644Snectar
124455682Smarkm/* define if the system is missing a prototype for strtok_r() */
124555682Smarkm#undef NEED_STRTOK_R_PROTO
124655682Smarkm
1247102644Snectar/* define if the system is missing a prototype for strunvis() */
1248102644Snectar#undef NEED_STRUNVIS_PROTO
1249102644Snectar
1250102644Snectar/* define if the system is missing a prototype for strvisx() */
1251102644Snectar#undef NEED_STRVISX_PROTO
1252102644Snectar
1253102644Snectar/* define if the system is missing a prototype for strvis() */
1254102644Snectar#undef NEED_STRVIS_PROTO
1255102644Snectar
1256102644Snectar/* define if the system is missing a prototype for svis() */
1257102644Snectar#undef NEED_SVIS_PROTO
1258102644Snectar
125972445Sassar/* define if the system is missing a prototype for unsetenv() */
126072445Sassar#undef NEED_UNSETENV_PROTO
126155682Smarkm
1262102644Snectar/* define if the system is missing a prototype for unvis() */
1263102644Snectar#undef NEED_UNVIS_PROTO
1264102644Snectar
126572445Sassar/* define if the system is missing a prototype for vasnprintf() */
126672445Sassar#undef NEED_VASNPRINTF_PROTO
126755682Smarkm
126872445Sassar/* define if the system is missing a prototype for vasprintf() */
126972445Sassar#undef NEED_VASPRINTF_PROTO
127055682Smarkm
1271102644Snectar/* define if the system is missing a prototype for vis() */
1272102644Snectar#undef NEED_VIS_PROTO
1273102644Snectar
127472445Sassar/* define if the system is missing a prototype for vsnprintf() */
127572445Sassar#undef NEED_VSNPRINTF_PROTO
127655682Smarkm
1277178825Sdfr/* Define if you don't wan't support for AFS. */
1278178825Sdfr#undef NO_AFS
1279178825Sdfr
1280178825Sdfr/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1281178825Sdfr#undef NO_MINUS_C_MINUS_O
1282178825Sdfr
1283103423Snectar/* Define if you don't want to use mmap. */
1284103423Snectar#undef NO_MMAP
1285103423Snectar
128672445Sassar/* Define this to enable old environment option in telnet. */
128772445Sassar#undef OLD_ENVIRON
128855682Smarkm
128972445Sassar/* Define if you have the openldap package. */
129072445Sassar#undef OPENLDAP
129155682Smarkm
1292178825Sdfr/* Define if you want support for hdb ldap module */
1293178825Sdfr#undef OPENLDAP_MODULE
1294178825Sdfr
129572445Sassar/* define if prototype of openlog is compatible with void openlog(const char
129672445Sassar   *, int, int) */
129772445Sassar#undef OPENLOG_PROTO_COMPATIBLE
129855682Smarkm
129972445Sassar/* Define if you want OTP support in applications. */
130072445Sassar#undef OTP
130155682Smarkm
130272445Sassar/* Name of package */
130372445Sassar#undef PACKAGE
130455682Smarkm
1305102644Snectar/* Define to the address where bug reports for this package should be sent. */
1306102644Snectar#undef PACKAGE_BUGREPORT
1307102644Snectar
1308102644Snectar/* Define to the full name of this package. */
1309102644Snectar#undef PACKAGE_NAME
1310102644Snectar
1311102644Snectar/* Define to the full name and version of this package. */
1312102644Snectar#undef PACKAGE_STRING
1313102644Snectar
1314102644Snectar/* Define to the one symbol short name of this package. */
1315102644Snectar#undef PACKAGE_TARNAME
1316102644Snectar
1317102644Snectar/* Define to the version of this package. */
1318102644Snectar#undef PACKAGE_VERSION
1319102644Snectar
1320178825Sdfr/* Define to enable PKINIT. */
1321178825Sdfr#undef PKINIT
1322178825Sdfr
132372445Sassar/* Define if getlogin has POSIX flavour (and not BSD). */
132472445Sassar#undef POSIX_GETLOGIN
132555682Smarkm
132672445Sassar/* Define if getpwnam_r has POSIX flavour. */
132772445Sassar#undef POSIX_GETPWNAM_R
132855682Smarkm
132972445Sassar/* Define if you have the readline package. */
133072445Sassar#undef READLINE
133155682Smarkm
133272445Sassar/* Define as the return type of signal handlers (`int' or `void'). */
133372445Sassar#undef RETSIGTYPE
133455682Smarkm
1335102644Snectar/* path to sbin */
1336102644Snectar#undef SBINDIR
1337102644Snectar
1338178825Sdfr/* Define if you want to use samba socket wrappers. */
1339178825Sdfr#undef SOCKET_WRAPPER_REPLACE
1340178825Sdfr
1341102644Snectar/* Define to 1 if you have the ANSI C header files. */
134272445Sassar#undef STDC_HEADERS
134355682Smarkm
134472445Sassar/* Define if you have streams ptys. */
134572445Sassar#undef STREAMSPTY
134655682Smarkm
1347102644Snectar/* path to sysconf */
1348102644Snectar#undef SYSCONFDIR
1349102644Snectar
135072445Sassar/* Define to what version of SunOS you are running. */
135172445Sassar#undef SunOS
135255682Smarkm
1353102644Snectar/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
135472445Sassar#undef TIME_WITH_SYS_TIME
135555682Smarkm
1356102644Snectar/* Define to 1 if your <sys/time.h> declares `struct tm'. */
135772445Sassar#undef TM_IN_SYS_TIME
135855682Smarkm
135972445Sassar/* Version number of package */
136072445Sassar#undef VERSION
136155682Smarkm
136272445Sassar/* Define if signal handlers return void. */
136372445Sassar#undef VOID_RETSIGTYPE
136455682Smarkm
136572445Sassar/* define if target is big endian */
136672445Sassar#undef WORDS_BIGENDIAN
136755682Smarkm
1368102644Snectar/* Define to 1 if the X Window System is missing or not being used. */
136972445Sassar#undef X_DISPLAY_MISSING
137055682Smarkm
1371102644Snectar/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1372102644Snectar   `char[]'. */
137372445Sassar#undef YYTEXT_POINTER
137455682Smarkm
1375103423Snectar/* Number of bits in a file offset, on hosts where this is settable. */
1376103423Snectar#undef _FILE_OFFSET_BITS
1377103423Snectar
1378102644Snectar/* Define to enable extensions on glibc-based systems such as Linux. */
1379102644Snectar#undef _GNU_SOURCE
1380102644Snectar
1381103423Snectar/* Define for large files, on AIX-style hosts. */
1382103423Snectar#undef _LARGE_FILES
1383103423Snectar
138472445Sassar/* Define to empty if `const' does not conform to ANSI C. */
138572445Sassar#undef const
138655682Smarkm
138772445Sassar/* Define to `int' if <sys/types.h> doesn't define. */
138872445Sassar#undef gid_t
138955682Smarkm
1390127808Snectar/* Define to `__inline__' or `__inline' if that's what the C compiler
1391127808Snectar   calls it, or to nothing if 'inline' is not supported under any name.  */
1392127808Snectar#ifndef __cplusplus
139372445Sassar#undef inline
1394127808Snectar#endif
139555682Smarkm
139672445Sassar/* Define this to what the type mode_t should be. */
139772445Sassar#undef mode_t
139855682Smarkm
1399178825Sdfr/* Define to `long int' if <sys/types.h> does not define. */
140072445Sassar#undef off_t
140155682Smarkm
140272445Sassar/* Define to `int' if <sys/types.h> does not define. */
140372445Sassar#undef pid_t
140455682Smarkm
140572445Sassar/* Define this to what the type sig_atomic_t should be. */
140672445Sassar#undef sig_atomic_t
140755682Smarkm
1408178825Sdfr/* Define to `unsigned int' if <sys/types.h> does not define. */
140972445Sassar#undef size_t
141055682Smarkm
141172445Sassar/* Define to `int' if <sys/types.h> doesn't define. */
141272445Sassar#undef uid_t
141355682Smarkm
1414102644Snectar#ifdef ROKEN_RENAME
1415102644Snectar#include "roken_rename.h"
1416102644Snectar#endif
141755682Smarkm
1418102644Snectar#ifdef VOID_RETSIGTYPE
1419102644Snectar#define SIGRETURN(x) return
142055682Smarkm#else
1421102644Snectar#define SIGRETURN(x) return (RETSIGTYPE)(x)
142255682Smarkm#endif
142355682Smarkm
142455682Smarkm#ifdef BROKEN_REALLOC
1425178825Sdfr#define realloc(X, Y) rk_realloc((X), (Y))
142655682Smarkm#endif
142755682Smarkm
142855682Smarkm
142955682Smarkm#if ENDIANESS_IN_SYS_PARAM_H
143055682Smarkm#  include <sys/types.h>
143155682Smarkm#  include <sys/param.h>
143255682Smarkm#  if BYTE_ORDER == BIG_ENDIAN
143355682Smarkm#  define WORDS_BIGENDIAN 1
143455682Smarkm#  endif
143555682Smarkm#endif
143678527Sassar
1437102644Snectar
1438102644Snectar#if _AIX
1439102644Snectar#define _ALL_SOURCE
1440102644Snectar/* XXX this is gross, but kills about a gazillion warnings */
1441102644Snectarstruct ether_addr;
1442102644Snectarstruct sockaddr;
1443102644Snectarstruct sockaddr_dl;
1444102644Snectarstruct sockaddr_in;
144578527Sassar#endif
1446102644Snectar
1447102644Snectar
1448102644Snectar/* IRIX 4 braindamage */
1449102644Snectar#if IRIX == 4 && !defined(__STDC__)
1450102644Snectar#define __STDC__ 0
1451102644Snectar#endif
1452102644Snectar
1453178825Sdfr
1454178825Sdfr
1455178825Sdfr#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1456178825Sdfr#define AUTHENTICATION 1
1457178825Sdfr#endif
1458178825Sdfr
1459178825Sdfr/* Set this to the default system lead string for telnetd 
1460178825Sdfr * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1461178825Sdfr * %v=os-version, %t=tty, %h=hostname, %d=date and time
1462178825Sdfr */
1463178825Sdfr#undef USE_IM
1464178825Sdfr
1465178825Sdfr/* Used with login -p */
1466178825Sdfr#undef LOGIN_ARGS
1467178825Sdfr
1468178825Sdfr/* set this to a sensible login */
1469178825Sdfr#ifndef LOGIN_PATH
1470178825Sdfr#define LOGIN_PATH BINDIR "/login"
1471178825Sdfr#endif
1472178825Sdfr
1473