1233294Sstas/* include/config.h.in.  Generated from configure.ac 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
15233294Sstas#ifndef KRB5_LIB
16178825Sdfr#ifdef _WIN32_
17233294Sstas#define KRB5_LIB_FUNCTION __declspec(dllexport)
18233294Sstas#define KRB5_LIB_CALL __stdcall
19233294Sstas#define KRB5_LIB_VARIABLE __declspec(dllexport)
20178825Sdfr#else
21178825Sdfr#define KRB5_LIB_FUNCTION
22233294Sstas#define KRB5_LIB_CALL
23233294Sstas#define KRB5_LIB_VARIABLE
24178825Sdfr#endif
25178825Sdfr#endif
26178825Sdfr#endif
27178825Sdfr
28178825Sdfr
29178825Sdfr#ifdef BUILD_ROKEN_LIB
30233294Sstas#ifndef ROKEN_LIB
31178825Sdfr#ifdef _WIN32_
32233294Sstas#define ROKEN_LIB_FUNCTION __declspec(dllexport)
33233294Sstas#define ROKEN_LIB_CALL __stdcall
34233294Sstas#define ROKEN_LIB_VARIABLE __declspec(dllexport)
35178825Sdfr#else
36178825Sdfr#define ROKEN_LIB_FUNCTION
37233294Sstas#define ROKEN_LIB_CALL
38233294Sstas#define ROKEN_LIB_VARIABLE
39178825Sdfr#endif
40178825Sdfr#endif
41178825Sdfr#endif
42178825Sdfr
43178825Sdfr
44233294Sstas#ifdef BUILD_GSSAPI_LIB
45233294Sstas#ifndef GSSAPI_LIB
46233294Sstas#ifdef _WIN32_
47233294Sstas#define GSSAPI_LIB_FUNCTION __declspec(dllexport)
48233294Sstas#define GSSAPI_LIB_CALL __stdcall
49233294Sstas#define GSSAPI_LIB_VARIABLE __declspec(dllexport)
50233294Sstas#else
51233294Sstas#define GSSAPI_LIB_FUNCTION
52233294Sstas#define GSSAPI_LIB_CALL
53233294Sstas#define GSSAPI_LIB_VARIABLE
54233294Sstas#endif
55233294Sstas#endif
56233294Sstas#endif
57233294Sstas
58233294Sstas
5972445Sassar/* Define if you want authentication support in telnet. */
6072445Sassar#undef AUTHENTICATION
6155682Smarkm
62102644Snectar/* path to bin */
63102644Snectar#undef BINDIR
64102644Snectar
6572445Sassar/* Define if realloc(NULL) doesn't work. */
6672445Sassar#undef BROKEN_REALLOC
6755682Smarkm
6872445Sassar/* Define if you want support for DCE/DFS PAG's. */
6972445Sassar#undef DCE
7055682Smarkm
7172445Sassar/* Define if you want to use DES encryption in telnet. */
7272445Sassar#undef DES_ENCRYPTION
7355682Smarkm
7472445Sassar/* Define this to enable diagnostics in telnet. */
7572445Sassar#undef DIAGNOSTICS
7655682Smarkm
77233294Sstas/* Define to enable DIGEST. */
78233294Sstas#undef DIGEST
79233294Sstas
80178825Sdfr/* Define if want to use the weak AFS string to key functions. */
81178825Sdfr#undef ENABLE_AFS_STRING_TO_KEY
82178825Sdfr
83178825Sdfr/* Define if you want have a thread safe libraries */
84178825Sdfr#undef ENABLE_PTHREAD_SUPPORT
85178825Sdfr
8672445Sassar/* Define if you want encryption support in telnet. */
8772445Sassar#undef ENCRYPTION
8855682Smarkm
8972445Sassar/* define if sys/param.h defines the endiness */
9072445Sassar#undef ENDIANESS_IN_SYS_PARAM_H
9155682Smarkm
9272445Sassar/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
9372445Sassar#undef ENV_HACK
9457416Smarkm
9572445Sassar/* define if prototype of gethostbyaddr is compatible with struct hostent
9672445Sassar   *gethostbyaddr(const void *, size_t, int) */
9772445Sassar#undef GETHOSTBYADDR_PROTO_COMPATIBLE
9857416Smarkm
9972445Sassar/* define if prototype of gethostbyname is compatible with struct hostent
10072445Sassar   *gethostbyname(const char *) */
10172445Sassar#undef GETHOSTBYNAME_PROTO_COMPATIBLE
10257416Smarkm
10372445Sassar/* define if prototype of getservbyname is compatible with struct servent
10472445Sassar   *getservbyname(const char *, const char *) */
10572445Sassar#undef GETSERVBYNAME_PROTO_COMPATIBLE
10657416Smarkm
10772445Sassar/* define if prototype of getsockname is compatible with int getsockname(int,
10872445Sassar   struct sockaddr*, socklen_t*) */
10972445Sassar#undef GETSOCKNAME_PROTO_COMPATIBLE
11057416Smarkm
111102644Snectar/* Define if you have the `altzone' variable. */
112102644Snectar#undef HAVE_ALTZONE
113102644Snectar
114178825Sdfr/* Define to 1 if you have the `arc4random' function. */
115178825Sdfr#undef HAVE_ARC4RANDOM
116102644Snectar
117102644Snectar/* Define to 1 if you have the <arpa/ftp.h> header file. */
11872445Sassar#undef HAVE_ARPA_FTP_H
11957416Smarkm
120102644Snectar/* Define to 1 if you have the <arpa/inet.h> header file. */
12172445Sassar#undef HAVE_ARPA_INET_H
12255682Smarkm
123102644Snectar/* Define to 1 if you have the <arpa/nameser.h> header file. */
12472445Sassar#undef HAVE_ARPA_NAMESER_H
12555682Smarkm
126102644Snectar/* Define to 1 if you have the <arpa/telnet.h> header file. */
12772445Sassar#undef HAVE_ARPA_TELNET_H
12855682Smarkm
129233294Sstas/* Define to 1 if you have the <asl.h> header file. */
130233294Sstas#undef HAVE_ASL_H
131233294Sstas
132102644Snectar/* Define to 1 if you have the `asnprintf' function. */
13355682Smarkm#undef HAVE_ASNPRINTF
13455682Smarkm
135102644Snectar/* Define to 1 if you have the `asprintf' function. */
13655682Smarkm#undef HAVE_ASPRINTF
13755682Smarkm
138102644Snectar/* Define to 1 if you have the `atexit' function. */
13990926Snectar#undef HAVE_ATEXIT
14090926Snectar
141233294Sstas/* Define to 1 if you have the `backtrace' function. */
142233294Sstas#undef HAVE_BACKTRACE
143233294Sstas
144102644Snectar/* Define to 1 if you have the <bind/bitypes.h> header file. */
14572445Sassar#undef HAVE_BIND_BITYPES_H
14672445Sassar
147102644Snectar/* Define to 1 if you have the <bsdsetjmp.h> header file. */
14872445Sassar#undef HAVE_BSDSETJMP_H
14972445Sassar
150102644Snectar/* Define to 1 if you have the `bswap16' function. */
15178527Sassar#undef HAVE_BSWAP16
15278527Sassar
153102644Snectar/* Define to 1 if you have the `bswap32' function. */
15478527Sassar#undef HAVE_BSWAP32
15578527Sassar
156102644Snectar/* Define to 1 if you have the <capability.h> header file. */
15772445Sassar#undef HAVE_CAPABILITY_H
15872445Sassar
159233294Sstas/* whether capng is available for privilege reduction */
160233294Sstas#undef HAVE_CAPNG
161233294Sstas
162102644Snectar/* Define to 1 if you have the `cap_set_proc' function. */
16355682Smarkm#undef HAVE_CAP_SET_PROC
16455682Smarkm
165102644Snectar/* Define to 1 if you have the `cgetent' function. */
16655682Smarkm#undef HAVE_CGETENT
16755682Smarkm
168102644Snectar/* Define if you have the function `chown'. */
16955682Smarkm#undef HAVE_CHOWN
17055682Smarkm
171178825Sdfr/* Define if you have the function `closefrom'. */
172178825Sdfr#undef HAVE_CLOSEFROM
173178825Sdfr
174233294Sstas/* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */
175233294Sstas#undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H
176233294Sstas
177233294Sstas/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
178233294Sstas#undef HAVE_COMMONCRYPTO_COMMONDIGEST_H
179233294Sstas
180102644Snectar/* Define to 1 if you have the <config.h> header file. */
18172445Sassar#undef HAVE_CONFIG_H
18272445Sassar
183102644Snectar/* Define if you have the function `copyhostent'. */
18455682Smarkm#undef HAVE_COPYHOSTENT
18555682Smarkm
186102644Snectar/* Define to 1 if you have the `crypt' function. */
18755682Smarkm#undef HAVE_CRYPT
18855682Smarkm
189102644Snectar/* Define to 1 if you have the <crypt.h> header file. */
19072445Sassar#undef HAVE_CRYPT_H
19172445Sassar
192102644Snectar/* Define to 1 if you have the <curses.h> header file. */
19372445Sassar#undef HAVE_CURSES_H
19472445Sassar
195102644Snectar/* Define if you have the function `daemon'. */
19655682Smarkm#undef HAVE_DAEMON
19755682Smarkm
19890926Snectar/* define if you have a berkeley db1/2 library */
19990926Snectar#undef HAVE_DB1
20090926Snectar
201233294Sstas/* define if you have a berkeley db3/4/5 library */
20290926Snectar#undef HAVE_DB3
20390926Snectar
204102644Snectar/* Define to 1 if you have the <db3/db.h> header file. */
205102644Snectar#undef HAVE_DB3_DB_H
206102644Snectar
207102644Snectar/* Define to 1 if you have the <db4/db.h> header file. */
208102644Snectar#undef HAVE_DB4_DB_H
209102644Snectar
210233294Sstas/* Define to 1 if you have the <db5/db.h> header file. */
211233294Sstas#undef HAVE_DB5_DB_H
212233294Sstas
213233294Sstas/* Define if you have user supplied header location */
214233294Sstas#undef HAVE_DBHEADER
215233294Sstas
216102644Snectar/* Define to 1 if you have the `dbm_firstkey' function. */
21755682Smarkm#undef HAVE_DBM_FIRSTKEY
21855682Smarkm
219102644Snectar/* Define to 1 if you have the <dbm.h> header file. */
22072445Sassar#undef HAVE_DBM_H
22172445Sassar
222102644Snectar/* Define to 1 if you have the `dbopen' function. */
22355682Smarkm#undef HAVE_DBOPEN
22455682Smarkm
225102644Snectar/* Define to 1 if you have the `db_create' function. */
22672445Sassar#undef HAVE_DB_CREATE
22772445Sassar
228102644Snectar/* Define to 1 if you have the <db.h> header file. */
22972445Sassar#undef HAVE_DB_H
23072445Sassar
23190926Snectar/* define if you have ndbm compat in db */
23290926Snectar#undef HAVE_DB_NDBM
23357416Smarkm
234178825Sdfr/* Define to 1 if you have the declaration of `altzone', and to 0 if you
235178825Sdfr   don't. */
236178825Sdfr#undef HAVE_DECL_ALTZONE
237178825Sdfr
238178825Sdfr/* Define to 1 if you have the declaration of `environ', and to 0 if you
239178825Sdfr   don't. */
240178825Sdfr#undef HAVE_DECL_ENVIRON
241178825Sdfr
242178825Sdfr/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
243178825Sdfr   don't. */
244178825Sdfr#undef HAVE_DECL_H_ERRLIST
245178825Sdfr
246178825Sdfr/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
247178825Sdfr   don't. */
248178825Sdfr#undef HAVE_DECL_H_ERRNO
249178825Sdfr
250178825Sdfr/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
251178825Sdfr   */
252178825Sdfr#undef HAVE_DECL_H_NERR
253178825Sdfr
254178825Sdfr/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
255178825Sdfr   */
256178825Sdfr#undef HAVE_DECL_OPTARG
257178825Sdfr
258178825Sdfr/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
259178825Sdfr   */
260178825Sdfr#undef HAVE_DECL_OPTERR
261178825Sdfr
262178825Sdfr/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
263178825Sdfr   */
264178825Sdfr#undef HAVE_DECL_OPTIND
265178825Sdfr
266178825Sdfr/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
267178825Sdfr   */
268178825Sdfr#undef HAVE_DECL_OPTOPT
269178825Sdfr
270178825Sdfr/* Define to 1 if you have the declaration of `timezone', and to 0 if you
271178825Sdfr   don't. */
272178825Sdfr#undef HAVE_DECL_TIMEZONE
273178825Sdfr
274178825Sdfr/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
275178825Sdfr   */
276178825Sdfr#undef HAVE_DECL__RES
277178825Sdfr
278178825Sdfr/* Define to 1 if you have the declaration of `__progname', and to 0 if you
279178825Sdfr   don't. */
280178825Sdfr#undef HAVE_DECL___PROGNAME
281178825Sdfr
282102644Snectar/* Define to 1 if you have the <dirent.h> header file. */
28372445Sassar#undef HAVE_DIRENT_H
28472445Sassar
285233294Sstas/* have a dirfd function/macro */
286233294Sstas#undef HAVE_DIRFD
287233294Sstas
288233294Sstas/* Define if DIR has field dd_fd. */
289233294Sstas#undef HAVE_DIR_DD_FD
290233294Sstas
291233294Sstas/* Define to 1 if you have the `dispatch_async_f' function. */
292233294Sstas#undef HAVE_DISPATCH_ASYNC_F
293233294Sstas
294233294Sstas/* Define to 1 if you have the <dispatch/dispatch.h> header file. */
295233294Sstas#undef HAVE_DISPATCH_DISPATCH_H
296233294Sstas
297102644Snectar/* Define to 1 if you have the <dlfcn.h> header file. */
29872445Sassar#undef HAVE_DLFCN_H
29972445Sassar
300102644Snectar/* Define to 1 if you have the `dlopen' function. */
30155682Smarkm#undef HAVE_DLOPEN
30255682Smarkm
303233294Sstas/* Define to 1 if you have the <dns.h> header file. */
304233294Sstas#undef HAVE_DNS_H
305233294Sstas
306233294Sstas/* Define to 1 if you have the `dns_search' function. */
307233294Sstas#undef HAVE_DNS_SEARCH
308233294Sstas
309102644Snectar/* Define to 1 if you have the `dn_expand' function. */
31055682Smarkm#undef HAVE_DN_EXPAND
31155682Smarkm
312178825Sdfr/* Define to 1 if you have the `door_create' function. */
313178825Sdfr#undef HAVE_DOOR_CREATE
314178825Sdfr
315102644Snectar/* Define if you have the function `ecalloc'. */
31690926Snectar#undef HAVE_ECALLOC
31790926Snectar
318102644Snectar/* Define if you have the function `emalloc'. */
31990926Snectar#undef HAVE_EMALLOC
32090926Snectar
321102644Snectar/* Define if you have the function `erealloc'. */
32290926Snectar#undef HAVE_EREALLOC
32390926Snectar
324102644Snectar/* Define if you have the function `err'. */
32555682Smarkm#undef HAVE_ERR
32655682Smarkm
327102644Snectar/* Define to 1 if you have the <errno.h> header file. */
32872445Sassar#undef HAVE_ERRNO_H
32972445Sassar
330102644Snectar/* Define if you have the function `errx'. */
33155682Smarkm#undef HAVE_ERRX
33255682Smarkm
333102644Snectar/* Define to 1 if you have the <err.h> header file. */
33472445Sassar#undef HAVE_ERR_H
33572445Sassar
336102644Snectar/* Define if you have the function `estrdup'. */
33790926Snectar#undef HAVE_ESTRDUP
33890926Snectar
339233294Sstas/* Define to 1 if you have the <execinfo.h> header file. */
340233294Sstas#undef HAVE_EXECINFO_H
341233294Sstas
342102644Snectar/* Define if you have the function `fchown'. */
34355682Smarkm#undef HAVE_FCHOWN
34455682Smarkm
345102644Snectar/* Define to 1 if you have the `fcntl' function. */
34655682Smarkm#undef HAVE_FCNTL
34755682Smarkm
348102644Snectar/* Define to 1 if you have the <fcntl.h> header file. */
34972445Sassar#undef HAVE_FCNTL_H
35072445Sassar
351102644Snectar/* Define if you have the function `flock'. */
35255682Smarkm#undef HAVE_FLOCK
35355682Smarkm
354102644Snectar/* Define if you have the function `fnmatch'. */
35555682Smarkm#undef HAVE_FNMATCH
35655682Smarkm
357102644Snectar/* Define to 1 if you have the <fnmatch.h> header file. */
35872445Sassar#undef HAVE_FNMATCH_H
35972445Sassar
360178825Sdfr/* Have -framework Security */
361178825Sdfr#undef HAVE_FRAMEWORK_SECURITY
36272445Sassar
363102644Snectar/* Define to 1 if you have the `freeaddrinfo' function. */
36455682Smarkm#undef HAVE_FREEADDRINFO
36555682Smarkm
366102644Snectar/* Define if you have the function `freehostent'. */
36755682Smarkm#undef HAVE_FREEHOSTENT
36855682Smarkm
369102644Snectar/* Define to 1 if you have the `gai_strerror' function. */
37055682Smarkm#undef HAVE_GAI_STRERROR
37155682Smarkm
372233294Sstas/* Define if os support gcd. */
373233294Sstas#undef HAVE_GCD
374233294Sstas
375102644Snectar/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
37672445Sassar#undef HAVE_GDBM_NDBM_H
37772445Sassar
378102644Snectar/* Define to 1 if you have the `getaddrinfo' function. */
37955682Smarkm#undef HAVE_GETADDRINFO
38055682Smarkm
381102644Snectar/* Define to 1 if you have the `getconfattr' function. */
38272445Sassar#undef HAVE_GETCONFATTR
38372445Sassar
384102644Snectar/* Define if you have the function `getcwd'. */
38555682Smarkm#undef HAVE_GETCWD
38655682Smarkm
387102644Snectar/* Define if you have the function `getdtablesize'. */
38855682Smarkm#undef HAVE_GETDTABLESIZE
38955682Smarkm
390102644Snectar/* Define if you have the function `getegid'. */
39155682Smarkm#undef HAVE_GETEGID
39255682Smarkm
393102644Snectar/* Define if you have the function `geteuid'. */
39455682Smarkm#undef HAVE_GETEUID
39555682Smarkm
396102644Snectar/* Define if you have the function `getgid'. */
39755682Smarkm#undef HAVE_GETGID
39855682Smarkm
399102644Snectar/* Define to 1 if you have the `gethostbyname' function. */
40055682Smarkm#undef HAVE_GETHOSTBYNAME
40155682Smarkm
402102644Snectar/* Define to 1 if you have the `gethostbyname2' function. */
40355682Smarkm#undef HAVE_GETHOSTBYNAME2
40455682Smarkm
405102644Snectar/* Define if you have the function `gethostname'. */
40655682Smarkm#undef HAVE_GETHOSTNAME
40755682Smarkm
408102644Snectar/* Define if you have the function `getifaddrs'. */
40972445Sassar#undef HAVE_GETIFADDRS
41072445Sassar
411102644Snectar/* Define if you have the function `getipnodebyaddr'. */
41255682Smarkm#undef HAVE_GETIPNODEBYADDR
41355682Smarkm
414102644Snectar/* Define if you have the function `getipnodebyname'. */
41555682Smarkm#undef HAVE_GETIPNODEBYNAME
41655682Smarkm
417102644Snectar/* Define to 1 if you have the `getlogin' function. */
41855682Smarkm#undef HAVE_GETLOGIN
41955682Smarkm
42072445Sassar/* Define if you have a working getmsg. */
42155682Smarkm#undef HAVE_GETMSG
42255682Smarkm
423102644Snectar/* Define to 1 if you have the `getnameinfo' function. */
42455682Smarkm#undef HAVE_GETNAMEINFO
42555682Smarkm
426102644Snectar/* Define if you have the function `getopt'. */
42755682Smarkm#undef HAVE_GETOPT
42855682Smarkm
429103423Snectar/* Define to 1 if you have the `getpagesize' function. */
430103423Snectar#undef HAVE_GETPAGESIZE
431103423Snectar
432178825Sdfr/* Define to 1 if you have the `getpeereid' function. */
433178825Sdfr#undef HAVE_GETPEEREID
434178825Sdfr
435178825Sdfr/* Define to 1 if you have the `getpeerucred' function. */
436178825Sdfr#undef HAVE_GETPEERUCRED
437178825Sdfr
438102644Snectar/* Define to 1 if you have the `getprogname' function. */
43978527Sassar#undef HAVE_GETPROGNAME
44078527Sassar
441102644Snectar/* Define to 1 if you have the `getpwnam_r' function. */
44255682Smarkm#undef HAVE_GETPWNAM_R
44355682Smarkm
444102644Snectar/* Define to 1 if you have the `getrlimit' function. */
44555682Smarkm#undef HAVE_GETRLIMIT
44655682Smarkm
447102644Snectar/* Define to 1 if you have the `getsockopt' function. */
44855682Smarkm#undef HAVE_GETSOCKOPT
44955682Smarkm
450102644Snectar/* Define to 1 if you have the `getspnam' function. */
45155682Smarkm#undef HAVE_GETSPNAM
45255682Smarkm
453102644Snectar/* Define if you have the function `gettimeofday'. */
45455682Smarkm#undef HAVE_GETTIMEOFDAY
45555682Smarkm
456102644Snectar/* Define to 1 if you have the `getudbnam' function. */
45755682Smarkm#undef HAVE_GETUDBNAM
45855682Smarkm
459102644Snectar/* Define if you have the function `getuid'. */
46055682Smarkm#undef HAVE_GETUID
46155682Smarkm
462102644Snectar/* Define if you have the function `getusershell'. */
46355682Smarkm#undef HAVE_GETUSERSHELL
46455682Smarkm
46572445Sassar/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
46678527Sassar   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
46772445Sassar#undef HAVE_GLOB
46872445Sassar
469102644Snectar/* Define to 1 if you have the `grantpt' function. */
47055682Smarkm#undef HAVE_GRANTPT
47155682Smarkm
472102644Snectar/* Define to 1 if you have the <grp.h> header file. */
47372445Sassar#undef HAVE_GRP_H
47472445Sassar
475102644Snectar/* Define to 1 if you have the `hstrerror' function. */
47655682Smarkm#undef HAVE_HSTRERROR
47755682Smarkm
47872445Sassar/* Define if you have the `h_errlist' variable. */
47972445Sassar#undef HAVE_H_ERRLIST
48072445Sassar
48172445Sassar/* Define if you have the `h_errno' variable. */
48272445Sassar#undef HAVE_H_ERRNO
48372445Sassar
48472445Sassar/* Define if you have the `h_nerr' variable. */
48572445Sassar#undef HAVE_H_NERR
48672445Sassar
487102644Snectar/* Define to 1 if you have the <ifaddrs.h> header file. */
48872445Sassar#undef HAVE_IFADDRS_H
48972445Sassar
49090926Snectar/* Define if you have the in6addr_loopback variable */
49190926Snectar#undef HAVE_IN6ADDR_LOOPBACK
49290926Snectar
493102644Snectar/* define */
49455682Smarkm#undef HAVE_INET_ATON
49555682Smarkm
496102644Snectar/* define */
49755682Smarkm#undef HAVE_INET_NTOP
49855682Smarkm
499102644Snectar/* define */
50055682Smarkm#undef HAVE_INET_PTON
50155682Smarkm
502102644Snectar/* Define if you have the function `initgroups'. */
50355682Smarkm#undef HAVE_INITGROUPS
50455682Smarkm
505102644Snectar/* Define if you have the function `innetgr'. */
50655682Smarkm#undef HAVE_INNETGR
50755682Smarkm
508102644Snectar/* Define to 1 if the system has the type `int16_t'. */
50990926Snectar#undef HAVE_INT16_T
51090926Snectar
511102644Snectar/* Define to 1 if the system has the type `int32_t'. */
51290926Snectar#undef HAVE_INT32_T
51390926Snectar
514102644Snectar/* Define to 1 if the system has the type `int64_t'. */
51590926Snectar#undef HAVE_INT64_T
51690926Snectar
517102644Snectar/* Define to 1 if the system has the type `int8_t'. */
51890926Snectar#undef HAVE_INT8_T
51990926Snectar
520102644Snectar/* Define to 1 if you have the <inttypes.h> header file. */
52172445Sassar#undef HAVE_INTTYPES_H
52272445Sassar
523102644Snectar/* Define to 1 if you have the <io.h> header file. */
52472445Sassar#undef HAVE_IO_H
52572445Sassar
52672445Sassar/* Define if you have IPv6. */
52772445Sassar#undef HAVE_IPV6
52872445Sassar
529102644Snectar/* Define if you have the function `iruserok'. */
53055682Smarkm#undef HAVE_IRUSEROK
53155682Smarkm
532102644Snectar/* Define to 1 if you have the `issetugid' function. */
53390926Snectar#undef HAVE_ISSETUGID
53490926Snectar
535178825Sdfr/* Define if you want to use the Kerberos Credentials Manager. */
536178825Sdfr#undef HAVE_KCM
53755682Smarkm
538102644Snectar/* Define to 1 if you have the <libutil.h> header file. */
53990926Snectar#undef HAVE_LIBUTIL_H
54090926Snectar
541102644Snectar/* Define to 1 if you have the <limits.h> header file. */
54272445Sassar#undef HAVE_LIMITS_H
54372445Sassar
544102644Snectar/* Define to 1 if you have the `loadquery' function. */
545102644Snectar#undef HAVE_LOADQUERY
546102644Snectar
547233294Sstas/* Define to 1 if you have the <locale.h> header file. */
548233294Sstas#undef HAVE_LOCALE_H
549233294Sstas
550102644Snectar/* Define if you have the function `localtime_r'. */
55190926Snectar#undef HAVE_LOCALTIME_R
55290926Snectar
553102644Snectar/* Define to 1 if you have the `logout' function. */
55490926Snectar#undef HAVE_LOGOUT
55590926Snectar
556102644Snectar/* Define to 1 if you have the `logwtmp' function. */
55755682Smarkm#undef HAVE_LOGWTMP
55855682Smarkm
559102644Snectar/* Define to 1 if the system has the type `long long'. */
56057416Smarkm#undef HAVE_LONG_LONG
56157416Smarkm
562102644Snectar/* Define if you have the function `lstat'. */
56355682Smarkm#undef HAVE_LSTAT
56455682Smarkm
565102644Snectar/* Define to 1 if you have the <maillock.h> header file. */
56672445Sassar#undef HAVE_MAILLOCK_H
56772445Sassar
568102644Snectar/* Define if you have the function `memmove'. */
56955682Smarkm#undef HAVE_MEMMOVE
57055682Smarkm
571102644Snectar/* Define to 1 if you have the <memory.h> header file. */
57290926Snectar#undef HAVE_MEMORY_H
57390926Snectar
574102644Snectar/* Define if you have the function `mkstemp'. */
57555682Smarkm#undef HAVE_MKSTEMP
57655682Smarkm
577102644Snectar/* Define to 1 if you have the `mktime' function. */
57855682Smarkm#undef HAVE_MKTIME
57955682Smarkm
580103423Snectar/* Define to 1 if you have a working `mmap' system call. */
581103423Snectar#undef HAVE_MMAP
582103423Snectar
58390926Snectar/* define if you have a ndbm library */
58490926Snectar#undef HAVE_NDBM
58590926Snectar
586102644Snectar/* Define to 1 if you have the <ndbm.h> header file. */
58772445Sassar#undef HAVE_NDBM_H
58855682Smarkm
589102644Snectar/* Define to 1 if you have the <netdb.h> header file. */
59072445Sassar#undef HAVE_NETDB_H
59155682Smarkm
592103423Snectar/* Define to 1 if you have the <netgroup.h> header file. */
593103423Snectar#undef HAVE_NETGROUP_H
594103423Snectar
595102644Snectar/* Define to 1 if you have the <netinet6/in6.h> header file. */
59672445Sassar#undef HAVE_NETINET6_IN6_H
59755682Smarkm
598102644Snectar/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
59972445Sassar#undef HAVE_NETINET6_IN6_VAR_H
60055682Smarkm
601102644Snectar/* Define to 1 if you have the <netinet/in6.h> header file. */
60272445Sassar#undef HAVE_NETINET_IN6_H
60355682Smarkm
604102644Snectar/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
60572445Sassar#undef HAVE_NETINET_IN6_MACHTYPES_H
60655682Smarkm
607102644Snectar/* Define to 1 if you have the <netinet/in.h> header file. */
60872445Sassar#undef HAVE_NETINET_IN_H
60955682Smarkm
610102644Snectar/* Define to 1 if you have the <netinet/in_systm.h> header file. */
61172445Sassar#undef HAVE_NETINET_IN_SYSTM_H
61255682Smarkm
613102644Snectar/* Define to 1 if you have the <netinet/ip.h> header file. */
61472445Sassar#undef HAVE_NETINET_IP_H
61555682Smarkm
616102644Snectar/* Define to 1 if you have the <netinet/tcp.h> header file. */
61772445Sassar#undef HAVE_NETINET_TCP_H
61855682Smarkm
619102644Snectar/* Define to 1 if you have the <net/if.h> header file. */
62072445Sassar#undef HAVE_NET_IF_H
62155682Smarkm
62290926Snectar/* Define if NDBM really is DB (creates files *.db) */
62390926Snectar#undef HAVE_NEW_DB
62455682Smarkm
625102644Snectar/* Define to 1 if you have the `on_exit' function. */
62690926Snectar#undef HAVE_ON_EXIT
62755682Smarkm
628102644Snectar/* Define to 1 if you have the `openpty' function. */
62990926Snectar#undef HAVE_OPENPTY
63055682Smarkm
63190926Snectar/* define to use openssl's libcrypto */
63290926Snectar#undef HAVE_OPENSSL
63355682Smarkm
63472445Sassar/* Define to enable basic OSF C2 support. */
63572445Sassar#undef HAVE_OSFC2
63655682Smarkm
637102644Snectar/* Define to 1 if you have the <paths.h> header file. */
63872445Sassar#undef HAVE_PATHS_H
63955682Smarkm
640102644Snectar/* Define to 1 if you have the `pidfile' function. */
64172445Sassar#undef HAVE_PIDFILE
64255682Smarkm
643178825Sdfr/* Define to 1 if you have the `poll' function. */
644178825Sdfr#undef HAVE_POLL
645178825Sdfr
646178825Sdfr/* Define to 1 if you have the <poll.h> header file. */
647178825Sdfr#undef HAVE_POLL_H
648178825Sdfr
649102644Snectar/* Define to 1 if you have the <pthread.h> header file. */
65072445Sassar#undef HAVE_PTHREAD_H
65155682Smarkm
652102644Snectar/* Define to 1 if you have the `ptsname' function. */
65372445Sassar#undef HAVE_PTSNAME
65455682Smarkm
655102644Snectar/* Define to 1 if you have the <pty.h> header file. */
65672445Sassar#undef HAVE_PTY_H
65755682Smarkm
658102644Snectar/* Define if you have the function `putenv'. */
65972445Sassar#undef HAVE_PUTENV
66055682Smarkm
661102644Snectar/* Define to 1 if you have the <pwd.h> header file. */
66272445Sassar#undef HAVE_PWD_H
66355682Smarkm
664102644Snectar/* Define to 1 if you have the `rand' function. */
66572445Sassar#undef HAVE_RAND
66655682Smarkm
667102644Snectar/* Define to 1 if you have the `random' function. */
66872445Sassar#undef HAVE_RANDOM
66955682Smarkm
670102644Snectar/* Define if you have the function `rcmd'. */
67172445Sassar#undef HAVE_RCMD
67255682Smarkm
67372445Sassar/* Define if you have a readline compatible library. */
67472445Sassar#undef HAVE_READLINE
67555682Smarkm
676233294Sstas/* Define to 1 if you have the
677233294Sstas   <[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h]> header file. */
678233294Sstas#undef HAVE_READLINE_H
679233294Sstas
680233294Sstas/* Define to 1 if you have the <readline/readline.h > header file. */
681233294Sstas#undef HAVE_READLINE_READLINE_H_
682233294Sstas
683102644Snectar/* Define if you have the function `readv'. */
68472445Sassar#undef HAVE_READV
68555682Smarkm
686102644Snectar/* Define if you have the function `recvmsg'. */
68772445Sassar#undef HAVE_RECVMSG
68855682Smarkm
689102644Snectar/* Define to 1 if you have the <resolv.h> header file. */
69072445Sassar#undef HAVE_RESOLV_H
69155682Smarkm
692178825Sdfr/* Define to 1 if you have the `res_ndestroy' function. */
693178825Sdfr#undef HAVE_RES_NDESTROY
694178825Sdfr
695103423Snectar/* Define to 1 if you have the `res_nsearch' function. */
696103423Snectar#undef HAVE_RES_NSEARCH
697103423Snectar
698102644Snectar/* Define to 1 if you have the `res_search' function. */
69972445Sassar#undef HAVE_RES_SEARCH
70055682Smarkm
701102644Snectar/* Define to 1 if you have the `revoke' function. */
70272445Sassar#undef HAVE_REVOKE
70355682Smarkm
704102644Snectar/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
70572445Sassar#undef HAVE_RPCSVC_YPCLNT_H
70655682Smarkm
707102644Snectar/* Define to 1 if you have the <sac.h> header file. */
70872445Sassar#undef HAVE_SAC_H
70955682Smarkm
710102644Snectar/* Define to 1 if the system has the type `sa_family_t'. */
71172445Sassar#undef HAVE_SA_FAMILY_T
71255682Smarkm
713233294Sstas/* Define if you want support for cache in sqlite. */
714233294Sstas#undef HAVE_SCC
715233294Sstas
716233294Sstas/* Define to 1 if you have the <search.h> header file. */
717233294Sstas#undef HAVE_SEARCH_H
718233294Sstas
719102644Snectar/* Define to 1 if you have the <security/pam_modules.h> header file. */
72072445Sassar#undef HAVE_SECURITY_PAM_MODULES_H
72155682Smarkm
722102644Snectar/* Define to 1 if you have the `select' function. */
72372445Sassar#undef HAVE_SELECT
72455682Smarkm
725102644Snectar/* Define if you have the function `sendmsg'. */
72672445Sassar#undef HAVE_SENDMSG
72755682Smarkm
728102644Snectar/* Define if you have the function `setegid'. */
72972445Sassar#undef HAVE_SETEGID
73055682Smarkm
731102644Snectar/* Define if you have the function `setenv'. */
73272445Sassar#undef HAVE_SETENV
73355682Smarkm
734102644Snectar/* Define if you have the function `seteuid'. */
73572445Sassar#undef HAVE_SETEUID
73655682Smarkm
737102644Snectar/* Define to 1 if you have the `setitimer' function. */
73872445Sassar#undef HAVE_SETITIMER
73955682Smarkm
740102644Snectar/* Define to 1 if you have the `setlim' function. */
74172445Sassar#undef HAVE_SETLIM
74255682Smarkm
743102644Snectar/* Define to 1 if you have the `setlogin' function. */
74472445Sassar#undef HAVE_SETLOGIN
74555682Smarkm
746102644Snectar/* Define to 1 if you have the `setpcred' function. */
74772445Sassar#undef HAVE_SETPCRED
74855682Smarkm
749102644Snectar/* Define to 1 if you have the `setpgid' function. */
75072445Sassar#undef HAVE_SETPGID
75155682Smarkm
752102644Snectar/* Define to 1 if you have the `setproctitle' function. */
75372445Sassar#undef HAVE_SETPROCTITLE
75455682Smarkm
755102644Snectar/* Define to 1 if you have the `setprogname' function. */
75678527Sassar#undef HAVE_SETPROGNAME
75778527Sassar
758102644Snectar/* Define to 1 if you have the `setregid' function. */
75972445Sassar#undef HAVE_SETREGID
76055682Smarkm
761102644Snectar/* Define to 1 if you have the `setresgid' function. */
76272445Sassar#undef HAVE_SETRESGID
76355682Smarkm
764102644Snectar/* Define to 1 if you have the `setresuid' function. */
76572445Sassar#undef HAVE_SETRESUID
76655682Smarkm
767102644Snectar/* Define to 1 if you have the `setreuid' function. */
76872445Sassar#undef HAVE_SETREUID
76955682Smarkm
770102644Snectar/* Define to 1 if you have the `setsid' function. */
77172445Sassar#undef HAVE_SETSID
77255682Smarkm
773102644Snectar/* Define to 1 if you have the `setsockopt' function. */
77472445Sassar#undef HAVE_SETSOCKOPT
77555682Smarkm
776102644Snectar/* Define to 1 if you have the `setutent' function. */
77772445Sassar#undef HAVE_SETUTENT
77855682Smarkm
779102644Snectar/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
78072445Sassar#undef HAVE_SGI_GETCAPABILITYBYNAME
78155682Smarkm
782102644Snectar/* Define to 1 if you have the <sgtty.h> header file. */
78372445Sassar#undef HAVE_SGTTY_H
78455682Smarkm
785102644Snectar/* Define to 1 if you have the <shadow.h> header file. */
78672445Sassar#undef HAVE_SHADOW_H
78755682Smarkm
788102644Snectar/* Define to 1 if you have the <siad.h> header file. */
78972445Sassar#undef HAVE_SIAD_H
79055682Smarkm
791102644Snectar/* Define to 1 if you have the `sigaction' function. */
79272445Sassar#undef HAVE_SIGACTION
79355682Smarkm
794102644Snectar/* Define to 1 if you have the <signal.h> header file. */
79572445Sassar#undef HAVE_SIGNAL_H
79655682Smarkm
79772445Sassar/* define if you have a working snprintf */
79872445Sassar#undef HAVE_SNPRINTF
79955682Smarkm
800102644Snectar/* Define to 1 if you have the `socket' function. */
80172445Sassar#undef HAVE_SOCKET
80255682Smarkm
803102644Snectar/* Define to 1 if the system has the type `socklen_t'. */
80472445Sassar#undef HAVE_SOCKLEN_T
80555682Smarkm
806233294Sstas/* Define if you want support for sqlite in Heimdal. */
807233294Sstas#undef HAVE_SQLITE3
808233294Sstas
809102644Snectar/* Define to 1 if the system has the type `ssize_t'. */
810102644Snectar#undef HAVE_SSIZE_T
811102644Snectar
812102644Snectar/* Define to 1 if you have the <standards.h> header file. */
81372445Sassar#undef HAVE_STANDARDS_H
81455682Smarkm
815102644Snectar/* Define to 1 if you have the <stdint.h> header file. */
81690926Snectar#undef HAVE_STDINT_H
81790926Snectar
818102644Snectar/* Define to 1 if you have the <stdlib.h> header file. */
81990926Snectar#undef HAVE_STDLIB_H
82090926Snectar
821102644Snectar/* Define if you have the function `strcasecmp'. */
82272445Sassar#undef HAVE_STRCASECMP
82355682Smarkm
824102644Snectar/* Define if you have the function `strdup'. */
82572445Sassar#undef HAVE_STRDUP
82655682Smarkm
827102644Snectar/* Define if you have the function `strerror'. */
82872445Sassar#undef HAVE_STRERROR
82955682Smarkm
830233294Sstas/* Define if you have the function strerror_r. */
831233294Sstas#undef HAVE_STRERROR_R
832233294Sstas
833102644Snectar/* Define if you have the function `strftime'. */
83472445Sassar#undef HAVE_STRFTIME
83555682Smarkm
836102644Snectar/* Define to 1 if you have the <strings.h> header file. */
83790926Snectar#undef HAVE_STRINGS_H
83890926Snectar
839102644Snectar/* Define to 1 if you have the <string.h> header file. */
84090926Snectar#undef HAVE_STRING_H
84190926Snectar
842102644Snectar/* Define if you have the function `strlcat'. */
84372445Sassar#undef HAVE_STRLCAT
84455682Smarkm
845102644Snectar/* Define if you have the function `strlcpy'. */
84672445Sassar#undef HAVE_STRLCPY
84755682Smarkm
848102644Snectar/* Define if you have the function `strlwr'. */
84972445Sassar#undef HAVE_STRLWR
85055682Smarkm
851102644Snectar/* Define if you have the function `strncasecmp'. */
85272445Sassar#undef HAVE_STRNCASECMP
85355682Smarkm
854102644Snectar/* Define if you have the function `strndup'. */
85572445Sassar#undef HAVE_STRNDUP
85655682Smarkm
857102644Snectar/* Define if you have the function `strnlen'. */
85872445Sassar#undef HAVE_STRNLEN
85955682Smarkm
860102644Snectar/* Define to 1 if you have the <stropts.h> header file. */
86172445Sassar#undef HAVE_STROPTS_H
86255682Smarkm
863102644Snectar/* Define if you have the function `strptime'. */
86472445Sassar#undef HAVE_STRPTIME
86555682Smarkm
866102644Snectar/* Define if you have the function `strsep'. */
86772445Sassar#undef HAVE_STRSEP
86855682Smarkm
869102644Snectar/* Define if you have the function `strsep_copy'. */
87072445Sassar#undef HAVE_STRSEP_COPY
87155682Smarkm
872102644Snectar/* Define to 1 if you have the `strstr' function. */
87372445Sassar#undef HAVE_STRSTR
87455682Smarkm
875102644Snectar/* Define to 1 if you have the `strsvis' function. */
87672445Sassar#undef HAVE_STRSVIS
87755682Smarkm
878233294Sstas/* Define to 1 if you have the `strsvisx' function. */
879233294Sstas#undef HAVE_STRSVISX
880233294Sstas
881102644Snectar/* Define if you have the function `strtok_r'. */
88272445Sassar#undef HAVE_STRTOK_R
88355682Smarkm
884102644Snectar/* Define to 1 if the system has the type `struct addrinfo'. */
88572445Sassar#undef HAVE_STRUCT_ADDRINFO
88655682Smarkm
887102644Snectar/* Define to 1 if the system has the type `struct ifaddrs'. */
88872445Sassar#undef HAVE_STRUCT_IFADDRS
88955682Smarkm
890102644Snectar/* Define to 1 if the system has the type `struct iovec'. */
891102644Snectar#undef HAVE_STRUCT_IOVEC
892102644Snectar
893102644Snectar/* Define to 1 if the system has the type `struct msghdr'. */
894102644Snectar#undef HAVE_STRUCT_MSGHDR
895102644Snectar
896102644Snectar/* Define to 1 if the system has the type `struct sockaddr'. */
89772445Sassar#undef HAVE_STRUCT_SOCKADDR
89855682Smarkm
89972445Sassar/* Define if struct sockaddr has field sa_len. */
90072445Sassar#undef HAVE_STRUCT_SOCKADDR_SA_LEN
90155682Smarkm
902102644Snectar/* Define to 1 if the system has the type `struct sockaddr_storage'. */
90372445Sassar#undef HAVE_STRUCT_SOCKADDR_STORAGE
90455682Smarkm
90572445Sassar/* define if you have struct spwd */
90672445Sassar#undef HAVE_STRUCT_SPWD
90755682Smarkm
90872445Sassar/* Define if struct tm has field tm_gmtoff. */
90972445Sassar#undef HAVE_STRUCT_TM_TM_GMTOFF
91055682Smarkm
91172445Sassar/* Define if struct tm has field tm_zone. */
91272445Sassar#undef HAVE_STRUCT_TM_TM_ZONE
91355682Smarkm
91472445Sassar/* Define if struct utmpx has field ut_exit. */
91572445Sassar#undef HAVE_STRUCT_UTMPX_UT_EXIT
91655682Smarkm
917233294Sstas/* Define if struct utmpx has field ut_host. */
918233294Sstas#undef HAVE_STRUCT_UTMPX_UT_HOST
919233294Sstas
920233294Sstas/* Define if struct utmpx has field ut_id. */
921233294Sstas#undef HAVE_STRUCT_UTMPX_UT_ID
922233294Sstas
923233294Sstas/* Define if struct utmpx has field ut_line. */
924233294Sstas#undef HAVE_STRUCT_UTMPX_UT_LINE
925233294Sstas
926233294Sstas/* Define if struct utmpx has field ut_pid. */
927233294Sstas#undef HAVE_STRUCT_UTMPX_UT_PID
928233294Sstas
92972445Sassar/* Define if struct utmpx has field ut_syslen. */
93072445Sassar#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
93155682Smarkm
932233294Sstas/* Define if struct utmpx has field ut_tv. */
933233294Sstas#undef HAVE_STRUCT_UTMPX_UT_TV
934233294Sstas
935233294Sstas/* Define if struct utmpx has field ut_type. */
936233294Sstas#undef HAVE_STRUCT_UTMPX_UT_TYPE
937233294Sstas
938233294Sstas/* Define if struct utmpx has field ut_user. */
939233294Sstas#undef HAVE_STRUCT_UTMPX_UT_USER
940233294Sstas
94172445Sassar/* Define if struct utmp has field ut_addr. */
94272445Sassar#undef HAVE_STRUCT_UTMP_UT_ADDR
94355682Smarkm
94472445Sassar/* Define if struct utmp has field ut_host. */
94572445Sassar#undef HAVE_STRUCT_UTMP_UT_HOST
94655682Smarkm
94772445Sassar/* Define if struct utmp has field ut_id. */
94872445Sassar#undef HAVE_STRUCT_UTMP_UT_ID
94955682Smarkm
95072445Sassar/* Define if struct utmp has field ut_pid. */
95172445Sassar#undef HAVE_STRUCT_UTMP_UT_PID
95255682Smarkm
95372445Sassar/* Define if struct utmp has field ut_type. */
95472445Sassar#undef HAVE_STRUCT_UTMP_UT_TYPE
95555682Smarkm
95672445Sassar/* Define if struct utmp has field ut_user. */
95772445Sassar#undef HAVE_STRUCT_UTMP_UT_USER
95855682Smarkm
95972445Sassar/* define if struct winsize is declared in sys/termios.h */
96072445Sassar#undef HAVE_STRUCT_WINSIZE
96155682Smarkm
962102644Snectar/* Define to 1 if you have the `strunvis' function. */
96372445Sassar#undef HAVE_STRUNVIS
96455682Smarkm
965102644Snectar/* Define if you have the function `strupr'. */
96672445Sassar#undef HAVE_STRUPR
96755682Smarkm
968102644Snectar/* Define to 1 if you have the `strvis' function. */
96972445Sassar#undef HAVE_STRVIS
97055682Smarkm
971102644Snectar/* Define to 1 if you have the `strvisx' function. */
97272445Sassar#undef HAVE_STRVISX
97355682Smarkm
974102644Snectar/* Define to 1 if you have the `svis' function. */
97572445Sassar#undef HAVE_SVIS
97655682Smarkm
977102644Snectar/* Define if you have the function `swab'. */
97872445Sassar#undef HAVE_SWAB
97955682Smarkm
980102644Snectar/* Define to 1 if you have the `sysconf' function. */
98172445Sassar#undef HAVE_SYSCONF
98255682Smarkm
983102644Snectar/* Define to 1 if you have the `sysctl' function. */
98472445Sassar#undef HAVE_SYSCTL
98555682Smarkm
986102644Snectar/* Define to 1 if you have the `syslog' function. */
98772445Sassar#undef HAVE_SYSLOG
98855682Smarkm
989102644Snectar/* Define to 1 if you have the <syslog.h> header file. */
99072445Sassar#undef HAVE_SYSLOG_H
99155682Smarkm
992102644Snectar/* Define to 1 if you have the <sys/bitypes.h> header file. */
99355682Smarkm#undef HAVE_SYS_BITYPES_H
99455682Smarkm
995102644Snectar/* Define to 1 if you have the <sys/bswap.h> header file. */
99678527Sassar#undef HAVE_SYS_BSWAP_H
99778527Sassar
998102644Snectar/* Define to 1 if you have the <sys/capability.h> header file. */
99955682Smarkm#undef HAVE_SYS_CAPABILITY_H
100055682Smarkm
1001102644Snectar/* Define to 1 if you have the <sys/category.h> header file. */
100255682Smarkm#undef HAVE_SYS_CATEGORY_H
100355682Smarkm
1004102644Snectar/* Define to 1 if you have the <sys/file.h> header file. */
100555682Smarkm#undef HAVE_SYS_FILE_H
100655682Smarkm
1007102644Snectar/* Define to 1 if you have the <sys/filio.h> header file. */
100855682Smarkm#undef HAVE_SYS_FILIO_H
100955682Smarkm
1010102644Snectar/* Define to 1 if you have the <sys/ioccom.h> header file. */
101155682Smarkm#undef HAVE_SYS_IOCCOM_H
101255682Smarkm
1013102644Snectar/* Define to 1 if you have the <sys/ioctl.h> header file. */
101455682Smarkm#undef HAVE_SYS_IOCTL_H
101555682Smarkm
1016103423Snectar/* Define to 1 if you have the <sys/mman.h> header file. */
1017103423Snectar#undef HAVE_SYS_MMAN_H
1018103423Snectar
1019102644Snectar/* Define to 1 if you have the <sys/param.h> header file. */
102055682Smarkm#undef HAVE_SYS_PARAM_H
102155682Smarkm
1022102644Snectar/* Define to 1 if you have the <sys/proc.h> header file. */
102355682Smarkm#undef HAVE_SYS_PROC_H
102455682Smarkm
1025102644Snectar/* Define to 1 if you have the <sys/ptyio.h> header file. */
102655682Smarkm#undef HAVE_SYS_PTYIO_H
102755682Smarkm
1028102644Snectar/* Define to 1 if you have the <sys/ptyvar.h> header file. */
102955682Smarkm#undef HAVE_SYS_PTYVAR_H
103055682Smarkm
1031102644Snectar/* Define to 1 if you have the <sys/pty.h> header file. */
103272445Sassar#undef HAVE_SYS_PTY_H
103372445Sassar
1034102644Snectar/* Define to 1 if you have the <sys/resource.h> header file. */
103555682Smarkm#undef HAVE_SYS_RESOURCE_H
103655682Smarkm
1037102644Snectar/* Define to 1 if you have the <sys/select.h> header file. */
103855682Smarkm#undef HAVE_SYS_SELECT_H
103955682Smarkm
1040102644Snectar/* Define to 1 if you have the <sys/socket.h> header file. */
104155682Smarkm#undef HAVE_SYS_SOCKET_H
104255682Smarkm
1043102644Snectar/* Define to 1 if you have the <sys/sockio.h> header file. */
104455682Smarkm#undef HAVE_SYS_SOCKIO_H
104555682Smarkm
1046102644Snectar/* Define to 1 if you have the <sys/stat.h> header file. */
104755682Smarkm#undef HAVE_SYS_STAT_H
104855682Smarkm
1049102644Snectar/* Define to 1 if you have the <sys/stream.h> header file. */
105055682Smarkm#undef HAVE_SYS_STREAM_H
105155682Smarkm
1052102644Snectar/* Define to 1 if you have the <sys/stropts.h> header file. */
105355682Smarkm#undef HAVE_SYS_STROPTS_H
105455682Smarkm
1055102644Snectar/* Define to 1 if you have the <sys/strtty.h> header file. */
105655682Smarkm#undef HAVE_SYS_STRTTY_H
105755682Smarkm
1058102644Snectar/* Define to 1 if you have the <sys/str_tty.h> header file. */
105972445Sassar#undef HAVE_SYS_STR_TTY_H
106072445Sassar
1061102644Snectar/* Define to 1 if you have the <sys/syscall.h> header file. */
106255682Smarkm#undef HAVE_SYS_SYSCALL_H
106355682Smarkm
1064102644Snectar/* Define to 1 if you have the <sys/sysctl.h> header file. */
106555682Smarkm#undef HAVE_SYS_SYSCTL_H
106655682Smarkm
1067102644Snectar/* Define to 1 if you have the <sys/termio.h> header file. */
106855682Smarkm#undef HAVE_SYS_TERMIO_H
106955682Smarkm
1070102644Snectar/* Define to 1 if you have the <sys/timeb.h> header file. */
107155682Smarkm#undef HAVE_SYS_TIMEB_H
107255682Smarkm
1073102644Snectar/* Define to 1 if you have the <sys/times.h> header file. */
107455682Smarkm#undef HAVE_SYS_TIMES_H
107555682Smarkm
1076102644Snectar/* Define to 1 if you have the <sys/time.h> header file. */
107772445Sassar#undef HAVE_SYS_TIME_H
107872445Sassar
1079102644Snectar/* Define to 1 if you have the <sys/tty.h> header file. */
108055682Smarkm#undef HAVE_SYS_TTY_H
108155682Smarkm
1082102644Snectar/* Define to 1 if you have the <sys/types.h> header file. */
108355682Smarkm#undef HAVE_SYS_TYPES_H
108455682Smarkm
1085178825Sdfr/* Define to 1 if you have the <sys/ucred.h> header file. */
1086178825Sdfr#undef HAVE_SYS_UCRED_H
1087178825Sdfr
1088102644Snectar/* Define to 1 if you have the <sys/uio.h> header file. */
108955682Smarkm#undef HAVE_SYS_UIO_H
109055682Smarkm
1091102644Snectar/* Define to 1 if you have the <sys/un.h> header file. */
109255682Smarkm#undef HAVE_SYS_UN_H
109355682Smarkm
1094102644Snectar/* Define to 1 if you have the <sys/utsname.h> header file. */
109555682Smarkm#undef HAVE_SYS_UTSNAME_H
109655682Smarkm
1097102644Snectar/* Define to 1 if you have the <sys/wait.h> header file. */
109855682Smarkm#undef HAVE_SYS_WAIT_H
109955682Smarkm
1100233294Sstas/* Define to 1 if you have the `tdelete' function. */
1101233294Sstas#undef HAVE_TDELETE
1102233294Sstas
1103102644Snectar/* Define to 1 if you have the <termcap.h> header file. */
110490926Snectar#undef HAVE_TERMCAP_H
110590926Snectar
1106102644Snectar/* Define to 1 if you have the <termios.h> header file. */
110772445Sassar#undef HAVE_TERMIOS_H
110855682Smarkm
1109102644Snectar/* Define to 1 if you have the <termio.h> header file. */
111072445Sassar#undef HAVE_TERMIO_H
111172445Sassar
1112102644Snectar/* Define to 1 if you have the <term.h> header file. */
111355682Smarkm#undef HAVE_TERM_H
111455682Smarkm
1115233294Sstas/* Define to 1 if you have the `tfind' function. */
1116233294Sstas#undef HAVE_TFIND
1117233294Sstas
1118102644Snectar/* Define to 1 if you have the `tgetent' function. */
111972445Sassar#undef HAVE_TGETENT
112055682Smarkm
1121178825Sdfr/* Define if you have the function `timegm'. */
112272445Sassar#undef HAVE_TIMEGM
112355682Smarkm
112472445Sassar/* Define if you have the `timezone' variable. */
112572445Sassar#undef HAVE_TIMEZONE
112672445Sassar
1127102644Snectar/* Define to 1 if you have the <time.h> header file. */
112855682Smarkm#undef HAVE_TIME_H
112955682Smarkm
1130102644Snectar/* Define to 1 if you have the <tmpdir.h> header file. */
113155682Smarkm#undef HAVE_TMPDIR_H
113255682Smarkm
1133233294Sstas/* Define if you have the function `tsearch'. */
1134233294Sstas#undef HAVE_TSEARCH
1135233294Sstas
1136102644Snectar/* Define to 1 if you have the `ttyname' function. */
113772445Sassar#undef HAVE_TTYNAME
113855682Smarkm
1139102644Snectar/* Define to 1 if you have the `ttyslot' function. */
114072445Sassar#undef HAVE_TTYSLOT
114155682Smarkm
1142233294Sstas/* Define to 1 if you have the `twalk' function. */
1143233294Sstas#undef HAVE_TWALK
1144233294Sstas
1145102644Snectar/* Define to 1 if you have the <udb.h> header file. */
114672445Sassar#undef HAVE_UDB_H
114755682Smarkm
1148102644Snectar/* Define to 1 if the system has the type `uint16_t'. */
114990926Snectar#undef HAVE_UINT16_T
115090926Snectar
1151102644Snectar/* Define to 1 if the system has the type `uint32_t'. */
115290926Snectar#undef HAVE_UINT32_T
115390926Snectar
1154102644Snectar/* Define to 1 if the system has the type `uint64_t'. */
115590926Snectar#undef HAVE_UINT64_T
115690926Snectar
1157102644Snectar/* Define to 1 if the system has the type `uint8_t'. */
115890926Snectar#undef HAVE_UINT8_T
115990926Snectar
1160178825Sdfr/* Define to 1 if the system has the type `uintptr_t'. */
1161178825Sdfr#undef HAVE_UINTPTR_T
1162178825Sdfr
1163102644Snectar/* Define to 1 if you have the `umask' function. */
116472445Sassar#undef HAVE_UMASK
116555682Smarkm
1166102644Snectar/* Define to 1 if you have the `uname' function. */
116772445Sassar#undef HAVE_UNAME
116855682Smarkm
1169102644Snectar/* Define to 1 if you have the <unistd.h> header file. */
117072445Sassar#undef HAVE_UNISTD_H
117155682Smarkm
1172102644Snectar/* Define to 1 if you have the `unlockpt' function. */
117372445Sassar#undef HAVE_UNLOCKPT
117455682Smarkm
1175102644Snectar/* Define if you have the function `unsetenv'. */
117672445Sassar#undef HAVE_UNSETENV
117755682Smarkm
1178102644Snectar/* Define to 1 if you have the `unvis' function. */
117972445Sassar#undef HAVE_UNVIS
118055682Smarkm
1181102644Snectar/* Define to 1 if you have the <userconf.h> header file. */
118272445Sassar#undef HAVE_USERCONF_H
118357416Smarkm
1184102644Snectar/* Define to 1 if you have the <usersec.h> header file. */
118572445Sassar#undef HAVE_USERSEC_H
118655682Smarkm
1187102644Snectar/* Define to 1 if you have the <util.h> header file. */
118872445Sassar#undef HAVE_UTIL_H
118957416Smarkm
1190102644Snectar/* Define to 1 if you have the <utmpx.h> header file. */
119172445Sassar#undef HAVE_UTMPX_H
119255682Smarkm
1193102644Snectar/* Define to 1 if you have the <utmp.h> header file. */
119472445Sassar#undef HAVE_UTMP_H
119555682Smarkm
1196102644Snectar/* Define to 1 if the system has the type `u_int16_t'. */
119790926Snectar#undef HAVE_U_INT16_T
119890926Snectar
1199102644Snectar/* Define to 1 if the system has the type `u_int32_t'. */
120090926Snectar#undef HAVE_U_INT32_T
120190926Snectar
1202102644Snectar/* Define to 1 if the system has the type `u_int64_t'. */
120390926Snectar#undef HAVE_U_INT64_T
120490926Snectar
1205102644Snectar/* Define to 1 if the system has the type `u_int8_t'. */
120690926Snectar#undef HAVE_U_INT8_T
120790926Snectar
1208102644Snectar/* Define to 1 if you have the `vasnprintf' function. */
120972445Sassar#undef HAVE_VASNPRINTF
121055682Smarkm
1211102644Snectar/* Define to 1 if you have the `vasprintf' function. */
121272445Sassar#undef HAVE_VASPRINTF
121355682Smarkm
1214102644Snectar/* Define if you have the function `verr'. */
121572445Sassar#undef HAVE_VERR
121655682Smarkm
1217102644Snectar/* Define if you have the function `verrx'. */
121872445Sassar#undef HAVE_VERRX
121955682Smarkm
1220102644Snectar/* Define to 1 if you have the `vhangup' function. */
122172445Sassar#undef HAVE_VHANGUP
122255682Smarkm
1223102644Snectar/* Define to 1 if you have the `vis' function. */
122472445Sassar#undef HAVE_VIS
122555682Smarkm
1226102644Snectar/* Define to 1 if you have the <vis.h> header file. */
122772445Sassar#undef HAVE_VIS_H
122855682Smarkm
122972445Sassar/* define if you have a working vsnprintf */
123072445Sassar#undef HAVE_VSNPRINTF
123155682Smarkm
1232102644Snectar/* Define if you have the function `vsyslog'. */
123372445Sassar#undef HAVE_VSYSLOG
123455682Smarkm
1235102644Snectar/* Define if you have the function `vwarn'. */
123672445Sassar#undef HAVE_VWARN
123755682Smarkm
1238102644Snectar/* Define if you have the function `vwarnx'. */
123972445Sassar#undef HAVE_VWARNX
124055682Smarkm
1241102644Snectar/* Define if you have the function `warn'. */
124272445Sassar#undef HAVE_WARN
124355682Smarkm
1244102644Snectar/* Define if you have the function `warnx'. */
124572445Sassar#undef HAVE_WARNX
124655682Smarkm
1247233294Sstas/* Define to 1 if you have the <winsock2.h> header file. */
1248233294Sstas#undef HAVE_WINSOCK2_H
1249233294Sstas
1250102644Snectar/* Define if you have the function `writev'. */
125172445Sassar#undef HAVE_WRITEV
125255682Smarkm
1253233294Sstas/* Define to 1 if you have the <ws2tcpip.h> header file. */
1254233294Sstas#undef HAVE_WS2TCPIP_H
1255233294Sstas
125672445Sassar/* define if struct winsize has ws_xpixel */
125772445Sassar#undef HAVE_WS_XPIXEL
125855682Smarkm
125972445Sassar/* define if struct winsize has ws_ypixel */
126072445Sassar#undef HAVE_WS_YPIXEL
126155682Smarkm
1262102644Snectar/* Define to 1 if you have the `XauFileName' function. */
126372445Sassar#undef HAVE_XAUFILENAME
126455682Smarkm
1265102644Snectar/* Define to 1 if you have the `XauReadAuth' function. */
126672445Sassar#undef HAVE_XAUREADAUTH
126755682Smarkm
1268102644Snectar/* Define to 1 if you have the `XauWriteAuth' function. */
126972445Sassar#undef HAVE_XAUWRITEAUTH
127055682Smarkm
1271102644Snectar/* Define to 1 if you have the `yp_get_default_domain' function. */
127272445Sassar#undef HAVE_YP_GET_DEFAULT_DOMAIN
127355682Smarkm
1274102644Snectar/* Define to 1 if you have the `_getpty' function. */
127572445Sassar#undef HAVE__GETPTY
127655682Smarkm
1277102644Snectar/* Define if you have the `_res' variable. */
1278102644Snectar#undef HAVE__RES
1279102644Snectar
1280102644Snectar/* Define to 1 if you have the `_scrsize' function. */
128172445Sassar#undef HAVE__SCRSIZE
128255682Smarkm
128372445Sassar/* define if your compiler has __attribute__ */
128472445Sassar#undef HAVE___ATTRIBUTE__
128555682Smarkm
128672445Sassar/* Define if you have the `__progname' variable. */
128772445Sassar#undef HAVE___PROGNAME
128855682Smarkm
1289233294Sstas/* have __sync_add_and_fetch */
1290233294Sstas#undef HAVE___SYNC_ADD_AND_FETCH
1291233294Sstas
1292233294Sstas/* Define if you want support for weak crypto */
1293233294Sstas#undef HEIM_WEAK_CRYPTO
1294233294Sstas
129555682Smarkm/* Define if you have the hesiod package. */
129655682Smarkm#undef HESIOD
129755682Smarkm
129872445Sassar/* Enable Kerberos 5 support in applications. */
129972445Sassar#undef KRB5
130055682Smarkm
1301233294Sstas/* Define to enable kx509. */
1302233294Sstas#undef KX509
1303233294Sstas
1304102644Snectar/* path to lib */
1305102644Snectar#undef LIBDIR
1306102644Snectar
1307233294Sstas/* Define if you have the libedit package. */
1308233294Sstas#undef LIBEDIT
1309233294Sstas
1310102644Snectar/* path to libexec */
1311102644Snectar#undef LIBEXECDIR
1312102644Snectar
1313233294Sstas/* Define if you have the libintl package. */
1314233294Sstas#undef LIBINTL
1315233294Sstas
1316102644Snectar/* path to localstate */
1317102644Snectar#undef LOCALSTATEDIR
1318102644Snectar
1319233294Sstas/* Define to the sub-directory in which libtool stores uninstalled libraries.
1320233294Sstas   */
1321233294Sstas#undef LT_OBJDIR
1322233294Sstas
132372445Sassar/* define if the system is missing a prototype for asnprintf() */
132472445Sassar#undef NEED_ASNPRINTF_PROTO
132555682Smarkm
132655682Smarkm/* define if the system is missing a prototype for asprintf() */
132755682Smarkm#undef NEED_ASPRINTF_PROTO
132855682Smarkm
132972445Sassar/* define if the system is missing a prototype for crypt() */
133072445Sassar#undef NEED_CRYPT_PROTO
133155682Smarkm
1332178825Sdfr/* define if the system is missing a prototype for daemon() */
1333178825Sdfr#undef NEED_DAEMON_PROTO
1334178825Sdfr
133555682Smarkm/* define if the system is missing a prototype for gethostname() */
133655682Smarkm#undef NEED_GETHOSTNAME_PROTO
133755682Smarkm
133855682Smarkm/* define if the system is missing a prototype for getusershell() */
133955682Smarkm#undef NEED_GETUSERSHELL_PROTO
134055682Smarkm
134172445Sassar/* define if the system is missing a prototype for glob() */
134272445Sassar#undef NEED_GLOB_PROTO
134372445Sassar
134472445Sassar/* define if the system is missing a prototype for hstrerror() */
134572445Sassar#undef NEED_HSTRERROR_PROTO
134672445Sassar
134755682Smarkm/* define if the system is missing a prototype for inet_aton() */
134855682Smarkm#undef NEED_INET_ATON_PROTO
134955682Smarkm
1350178825Sdfr/* define if the system is missing a prototype for iruserok() */
1351178825Sdfr#undef NEED_IRUSEROK_PROTO
1352178825Sdfr
135372445Sassar/* define if the system is missing a prototype for mkstemp() */
135472445Sassar#undef NEED_MKSTEMP_PROTO
135555682Smarkm
1356233294Sstas/* if your qsort is not a stable sort */
1357233294Sstas#undef NEED_QSORT
1358233294Sstas
1359178825Sdfr/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1360178825Sdfr#undef NEED_SECKEYGETCSPHANDLE_PROTO
1361178825Sdfr
136272445Sassar/* define if the system is missing a prototype for setenv() */
136372445Sassar#undef NEED_SETENV_PROTO
136455682Smarkm
136572445Sassar/* define if the system is missing a prototype for snprintf() */
136672445Sassar#undef NEED_SNPRINTF_PROTO
136755682Smarkm
1368102644Snectar/* define if the system is missing a prototype for strndup() */
1369102644Snectar#undef NEED_STRNDUP_PROTO
1370102644Snectar
137172445Sassar/* define if the system is missing a prototype for strsep() */
137272445Sassar#undef NEED_STRSEP_PROTO
137355682Smarkm
1374233294Sstas/* define if the system is missing a prototype for strsvisx() */
1375233294Sstas#undef NEED_STRSVISX_PROTO
1376233294Sstas
1377102644Snectar/* define if the system is missing a prototype for strsvis() */
1378102644Snectar#undef NEED_STRSVIS_PROTO
1379102644Snectar
138055682Smarkm/* define if the system is missing a prototype for strtok_r() */
138155682Smarkm#undef NEED_STRTOK_R_PROTO
138255682Smarkm
1383102644Snectar/* define if the system is missing a prototype for strunvis() */
1384102644Snectar#undef NEED_STRUNVIS_PROTO
1385102644Snectar
1386102644Snectar/* define if the system is missing a prototype for strvisx() */
1387102644Snectar#undef NEED_STRVISX_PROTO
1388102644Snectar
1389102644Snectar/* define if the system is missing a prototype for strvis() */
1390102644Snectar#undef NEED_STRVIS_PROTO
1391102644Snectar
1392102644Snectar/* define if the system is missing a prototype for svis() */
1393102644Snectar#undef NEED_SVIS_PROTO
1394102644Snectar
139572445Sassar/* define if the system is missing a prototype for unsetenv() */
139672445Sassar#undef NEED_UNSETENV_PROTO
139755682Smarkm
1398102644Snectar/* define if the system is missing a prototype for unvis() */
1399102644Snectar#undef NEED_UNVIS_PROTO
1400102644Snectar
140172445Sassar/* define if the system is missing a prototype for vasnprintf() */
140272445Sassar#undef NEED_VASNPRINTF_PROTO
140355682Smarkm
140472445Sassar/* define if the system is missing a prototype for vasprintf() */
140572445Sassar#undef NEED_VASPRINTF_PROTO
140655682Smarkm
1407102644Snectar/* define if the system is missing a prototype for vis() */
1408102644Snectar#undef NEED_VIS_PROTO
1409102644Snectar
141072445Sassar/* define if the system is missing a prototype for vsnprintf() */
141172445Sassar#undef NEED_VSNPRINTF_PROTO
141255682Smarkm
1413178825Sdfr/* Define if you don't wan't support for AFS. */
1414178825Sdfr#undef NO_AFS
1415178825Sdfr
1416178825Sdfr/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1417178825Sdfr#undef NO_MINUS_C_MINUS_O
1418178825Sdfr
1419103423Snectar/* Define if you don't want to use mmap. */
1420103423Snectar#undef NO_MMAP
1421103423Snectar
142272445Sassar/* Define this to enable old environment option in telnet. */
142372445Sassar#undef OLD_ENVIRON
142455682Smarkm
142572445Sassar/* Define if you have the openldap package. */
142672445Sassar#undef OPENLDAP
142755682Smarkm
1428178825Sdfr/* Define if you want support for hdb ldap module */
1429178825Sdfr#undef OPENLDAP_MODULE
1430178825Sdfr
143172445Sassar/* define if prototype of openlog is compatible with void openlog(const char
143272445Sassar   *, int, int) */
143372445Sassar#undef OPENLOG_PROTO_COMPATIBLE
143455682Smarkm
143572445Sassar/* Define if you want OTP support in applications. */
143672445Sassar#undef OTP
143755682Smarkm
143872445Sassar/* Name of package */
143972445Sassar#undef PACKAGE
144055682Smarkm
1441102644Snectar/* Define to the address where bug reports for this package should be sent. */
1442102644Snectar#undef PACKAGE_BUGREPORT
1443102644Snectar
1444102644Snectar/* Define to the full name of this package. */
1445102644Snectar#undef PACKAGE_NAME
1446102644Snectar
1447102644Snectar/* Define to the full name and version of this package. */
1448102644Snectar#undef PACKAGE_STRING
1449102644Snectar
1450102644Snectar/* Define to the one symbol short name of this package. */
1451102644Snectar#undef PACKAGE_TARNAME
1452102644Snectar
1453233294Sstas/* Define to the home page for this package. */
1454233294Sstas#undef PACKAGE_URL
1455233294Sstas
1456102644Snectar/* Define to the version of this package. */
1457102644Snectar#undef PACKAGE_VERSION
1458102644Snectar
1459178825Sdfr/* Define to enable PKINIT. */
1460178825Sdfr#undef PKINIT
1461178825Sdfr
146272445Sassar/* Define if getlogin has POSIX flavour (and not BSD). */
146372445Sassar#undef POSIX_GETLOGIN
146455682Smarkm
146572445Sassar/* Define if getpwnam_r has POSIX flavour. */
146672445Sassar#undef POSIX_GETPWNAM_R
146755682Smarkm
146872445Sassar/* Define if you have the readline package. */
146972445Sassar#undef READLINE
147055682Smarkm
147172445Sassar/* Define as the return type of signal handlers (`int' or `void'). */
147272445Sassar#undef RETSIGTYPE
147355682Smarkm
1474102644Snectar/* path to sbin */
1475102644Snectar#undef SBINDIR
1476102644Snectar
1477178825Sdfr/* Define if you want to use samba socket wrappers. */
1478178825Sdfr#undef SOCKET_WRAPPER_REPLACE
1479178825Sdfr
1480233294Sstas/* Define if you have the sqlite3 package. */
1481233294Sstas#undef SQLITE3
1482233294Sstas
1483102644Snectar/* Define to 1 if you have the ANSI C header files. */
148472445Sassar#undef STDC_HEADERS
148555682Smarkm
148672445Sassar/* Define if you have streams ptys. */
148772445Sassar#undef STREAMSPTY
148855682Smarkm
1489233294Sstas/* define if prototype of strerror_r is compatible with int strerror_r(int,
1490233294Sstas   char *, size_t) */
1491233294Sstas#undef STRERROR_R_PROTO_COMPATIBLE
1492233294Sstas
1493233294Sstas/* Define if os support want to detach is daemonens. */
1494233294Sstas#undef SUPPORT_DETACH
1495233294Sstas
1496233294Sstas/* Enable use of inetd style startup. */
1497233294Sstas#undef SUPPORT_INETD
1498233294Sstas
1499102644Snectar/* path to sysconf */
1500102644Snectar#undef SYSCONFDIR
1501102644Snectar
150272445Sassar/* Define to what version of SunOS you are running. */
150372445Sassar#undef SunOS
150455682Smarkm
1505102644Snectar/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
150672445Sassar#undef TIME_WITH_SYS_TIME
150755682Smarkm
1508102644Snectar/* Define to 1 if your <sys/time.h> declares `struct tm'. */
150972445Sassar#undef TM_IN_SYS_TIME
151055682Smarkm
151172445Sassar/* Version number of package */
151272445Sassar#undef VERSION
151355682Smarkm
151472445Sassar/* Define if signal handlers return void. */
151572445Sassar#undef VOID_RETSIGTYPE
151655682Smarkm
151772445Sassar/* define if target is big endian */
151872445Sassar#undef WORDS_BIGENDIAN
151955682Smarkm
1520102644Snectar/* Define to 1 if the X Window System is missing or not being used. */
152172445Sassar#undef X_DISPLAY_MISSING
152255682Smarkm
1523102644Snectar/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1524102644Snectar   `char[]'. */
152572445Sassar#undef YYTEXT_POINTER
152655682Smarkm
1527233294Sstas/* Required for functional/sane headers on AIX */
1528233294Sstas#undef _ALL_SOURCE
1529233294Sstas
1530103423Snectar/* Number of bits in a file offset, on hosts where this is settable. */
1531103423Snectar#undef _FILE_OFFSET_BITS
1532103423Snectar
1533102644Snectar/* Define to enable extensions on glibc-based systems such as Linux. */
1534102644Snectar#undef _GNU_SOURCE
1535102644Snectar
1536103423Snectar/* Define for large files, on AIX-style hosts. */
1537103423Snectar#undef _LARGE_FILES
1538103423Snectar
1539233294Sstas/* Define to get POSIX getpwnam_r in some systems. */
1540233294Sstas#undef _POSIX_PTHREAD_SEMANTICS
1541233294Sstas
154272445Sassar/* Define to empty if `const' does not conform to ANSI C. */
154372445Sassar#undef const
154455682Smarkm
154572445Sassar/* Define to `int' if <sys/types.h> doesn't define. */
154672445Sassar#undef gid_t
154755682Smarkm
1548127808Snectar/* Define to `__inline__' or `__inline' if that's what the C compiler
1549127808Snectar   calls it, or to nothing if 'inline' is not supported under any name.  */
1550127808Snectar#ifndef __cplusplus
155172445Sassar#undef inline
1552127808Snectar#endif
155355682Smarkm
155472445Sassar/* Define this to what the type mode_t should be. */
155572445Sassar#undef mode_t
155655682Smarkm
1557178825Sdfr/* Define to `long int' if <sys/types.h> does not define. */
155872445Sassar#undef off_t
155955682Smarkm
156072445Sassar/* Define to `int' if <sys/types.h> does not define. */
156172445Sassar#undef pid_t
156255682Smarkm
1563233294Sstas/* Path name delimiter */
1564233294Sstas#undef rk_PATH_DELIM
1565233294Sstas
156672445Sassar/* Define this to what the type sig_atomic_t should be. */
156772445Sassar#undef sig_atomic_t
156855682Smarkm
1569178825Sdfr/* Define to `unsigned int' if <sys/types.h> does not define. */
157072445Sassar#undef size_t
157155682Smarkm
157272445Sassar/* Define to `int' if <sys/types.h> doesn't define. */
157372445Sassar#undef uid_t
157455682Smarkm
1575233294Sstas#if _AIX
1576233294Sstas/* XXX this is gross, but kills about a gazillion warnings */
1577233294Sstasstruct ether_addr;
1578233294Sstasstruct sockaddr;
1579233294Sstasstruct sockaddr_dl;
1580233294Sstasstruct sockaddr_in;
1581233294Sstas#endif
1582233294Sstas
1583233294Sstas#ifdef __APPLE__
1584233294Sstas#include <AvailabilityMacros.h>
1585233294Sstas#endif
1586233294Sstas
1587102644Snectar#ifdef ROKEN_RENAME
1588102644Snectar#include "roken_rename.h"
1589102644Snectar#endif
159055682Smarkm
1591102644Snectar#ifdef VOID_RETSIGTYPE
1592102644Snectar#define SIGRETURN(x) return
159355682Smarkm#else
1594102644Snectar#define SIGRETURN(x) return (RETSIGTYPE)(x)
159555682Smarkm#endif
159655682Smarkm
159755682Smarkm#ifdef BROKEN_REALLOC
1598178825Sdfr#define realloc(X, Y) rk_realloc((X), (Y))
159955682Smarkm#endif
160055682Smarkm
160155682Smarkm
1602233294Sstas#ifdef ENDIANESS_IN_SYS_PARAM_H
160355682Smarkm#  include <sys/types.h>
160455682Smarkm#  include <sys/param.h>
160555682Smarkm#  if BYTE_ORDER == BIG_ENDIAN
160655682Smarkm#  define WORDS_BIGENDIAN 1
160755682Smarkm#  endif
160855682Smarkm#endif
160978527Sassar
1610102644Snectar
1611102644Snectar
1612102644Snectar
1613178825Sdfr/* Set this to the default system lead string for telnetd 
1614178825Sdfr * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1615178825Sdfr * %v=os-version, %t=tty, %h=hostname, %d=date and time
1616178825Sdfr */
1617178825Sdfr#undef USE_IM
1618178825Sdfr
1619178825Sdfr/* Used with login -p */
1620178825Sdfr#undef LOGIN_ARGS
1621178825Sdfr
1622178825Sdfr/* set this to a sensible login */
1623178825Sdfr#ifndef LOGIN_PATH
1624178825Sdfr#define LOGIN_PATH BINDIR "/login"
1625178825Sdfr#endif
1626178825Sdfr
1627