1178828Sdfr/* include/config.h.  Generated from config.h.in by configure.  */
2233294Sstas/* include/config.h.in.  Generated from configure.ac by autoheader.  */
372450Sassar
456067Smarkm/* $FreeBSD$ */
556067Smarkm
672450Sassar#ifndef RCSID
7102649Snectar#define RCSID(msg) \
8102649Snectarstatic /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
972450Sassar#endif
1056067Smarkm
1172450Sassar/* Maximum values on all known systems */
1272450Sassar#define MaxHostNameLen (64+4)
1372450Sassar#define MaxPathLen (1024+4)
1456067Smarkm
1556067Smarkm
1656067Smarkm
17178828Sdfr#ifdef BUILD_KRB5_LIB
18233294Sstas#ifndef KRB5_LIB
19178828Sdfr#ifdef _WIN32_
20233294Sstas#define KRB5_LIB_FUNCTION __declspec(dllexport)
21233294Sstas#define KRB5_LIB_CALL __stdcall
22233294Sstas#define KRB5_LIB_VARIABLE __declspec(dllexport)
23178828Sdfr#else
24178828Sdfr#define KRB5_LIB_FUNCTION
25233294Sstas#define KRB5_LIB_CALL
26233294Sstas#define KRB5_LIB_VARIABLE
27178828Sdfr#endif
28178828Sdfr#endif
29178828Sdfr#endif
30178828Sdfr
31178828Sdfr
32178828Sdfr#ifdef BUILD_ROKEN_LIB
33233294Sstas#ifndef ROKEN_LIB
34178828Sdfr#ifdef _WIN32_
35233294Sstas#define ROKEN_LIB_FUNCTION __declspec(dllexport)
36233294Sstas#define ROKEN_LIB_CALL __stdcall
37233294Sstas#define ROKEN_LIB_VARIABLE __declspec(dllexport)
38178828Sdfr#else
39178828Sdfr#define ROKEN_LIB_FUNCTION
40233294Sstas#define ROKEN_LIB_CALL
41233294Sstas#define ROKEN_LIB_VARIABLE
42178828Sdfr#endif
43178828Sdfr#endif
44178828Sdfr#endif
45178828Sdfr
46178828Sdfr
47233294Sstas#ifdef BUILD_GSSAPI_LIB
48233294Sstas#ifndef GSSAPI_LIB
49233294Sstas#ifdef _WIN32_
50233294Sstas#define GSSAPI_LIB_FUNCTION __declspec(dllexport)
51233294Sstas#define GSSAPI_LIB_CALL __stdcall
52233294Sstas#define GSSAPI_LIB_VARIABLE __declspec(dllexport)
53233294Sstas#else
54233294Sstas#define GSSAPI_LIB_FUNCTION
55233294Sstas#define GSSAPI_LIB_CALL
56233294Sstas#define GSSAPI_LIB_VARIABLE
57233294Sstas#endif
58233294Sstas#endif
59233294Sstas#endif
60233294Sstas
61233294Sstas
6272450Sassar/* Define if you want authentication support in telnet. */
6372450Sassar#define AUTHENTICATION 1
6456067Smarkm
65178828Sdfr/* path to bin */
66178828Sdfr#define BINDIR "/usr/bin"
67178828Sdfr
6872450Sassar/* Define if realloc(NULL) doesn't work. */
6972450Sassar/* #undef BROKEN_REALLOC */
7056067Smarkm
7172450Sassar/* Define if you want support for DCE/DFS PAG's. */
7272450Sassar/* #undef DCE */
7356067Smarkm
7472450Sassar/* Define if you want to use DES encryption in telnet. */
7572450Sassar#define DES_ENCRYPTION 1
7656067Smarkm
7772450Sassar/* Define this to enable diagnostics in telnet. */
7872450Sassar#define DIAGNOSTICS 1
7956067Smarkm
80233294Sstas/* Define to enable DIGEST. */
81233294Sstas#define DIGEST 1
82233294Sstas
83178828Sdfr/* Define if want to use the weak AFS string to key functions. */
84178828Sdfr#define ENABLE_AFS_STRING_TO_KEY 1
85178828Sdfr
86178828Sdfr/* Define if you want have a thread safe libraries */
87233294Sstas#define ENABLE_PTHREAD_SUPPORT 1
88178828Sdfr
8972450Sassar/* Define if you want encryption support in telnet. */
9072450Sassar#define ENCRYPTION 1
9156067Smarkm
9272450Sassar/* define if sys/param.h defines the endiness */
9372450Sassar#define ENDIANESS_IN_SYS_PARAM_H 1
9456067Smarkm
9572450Sassar/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
9672450Sassar/* #undef ENV_HACK */
9756067Smarkm
9872450Sassar/* define if prototype of gethostbyaddr is compatible with struct hostent
9972450Sassar   *gethostbyaddr(const void *, size_t, int) */
100233294Sstas/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
10156067Smarkm
10272450Sassar/* define if prototype of gethostbyname is compatible with struct hostent
10372450Sassar   *gethostbyname(const char *) */
10472450Sassar#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
10556067Smarkm
10672450Sassar/* define if prototype of getservbyname is compatible with struct servent
10772450Sassar   *getservbyname(const char *, const char *) */
10872450Sassar#define GETSERVBYNAME_PROTO_COMPATIBLE 1
10956067Smarkm
11072450Sassar/* define if prototype of getsockname is compatible with int getsockname(int,
11172450Sassar   struct sockaddr*, socklen_t*) */
11272450Sassar#define GETSOCKNAME_PROTO_COMPATIBLE 1
11356067Smarkm
114102649Snectar/* Define if you have the `altzone' variable. */
115102649Snectar/* #undef HAVE_ALTZONE */
116102649Snectar
117178828Sdfr/* Define to 1 if you have the `arc4random' function. */
118178828Sdfr#define HAVE_ARC4RANDOM 1
119102649Snectar
120102649Snectar/* Define to 1 if you have the <arpa/ftp.h> header file. */
12172450Sassar#define HAVE_ARPA_FTP_H 1
12256067Smarkm
123102649Snectar/* Define to 1 if you have the <arpa/inet.h> header file. */
12472450Sassar#define HAVE_ARPA_INET_H 1
12572450Sassar
126102649Snectar/* Define to 1 if you have the <arpa/nameser.h> header file. */
12772450Sassar#define HAVE_ARPA_NAMESER_H 1
12872450Sassar
129102649Snectar/* Define to 1 if you have the <arpa/telnet.h> header file. */
13072450Sassar#define HAVE_ARPA_TELNET_H 1
13172450Sassar
132233294Sstas/* Define to 1 if you have the <asl.h> header file. */
133233294Sstas/* #undef HAVE_ASL_H */
134233294Sstas
135102649Snectar/* Define to 1 if you have the `asnprintf' function. */
13656067Smarkm/* #undef HAVE_ASNPRINTF */
13756067Smarkm
138102649Snectar/* Define to 1 if you have the `asprintf' function. */
13956067Smarkm#define HAVE_ASPRINTF 1
14056067Smarkm
141102649Snectar/* Define to 1 if you have the `atexit' function. */
142102649Snectar#define HAVE_ATEXIT 1
143102649Snectar
144233294Sstas/* Define to 1 if you have the `backtrace' function. */
145233294Sstas/* #undef HAVE_BACKTRACE */
146233294Sstas
147102649Snectar/* Define to 1 if you have the <bind/bitypes.h> header file. */
14872450Sassar/* #undef HAVE_BIND_BITYPES_H */
14972450Sassar
150102649Snectar/* Define to 1 if you have the <bsdsetjmp.h> header file. */
15172450Sassar/* #undef HAVE_BSDSETJMP_H */
15272450Sassar
153102649Snectar/* Define to 1 if you have the `bswap16' function. */
15478550Sassar/* #undef HAVE_BSWAP16 */
15578550Sassar
156102649Snectar/* Define to 1 if you have the `bswap32' function. */
15778550Sassar/* #undef HAVE_BSWAP32 */
15878550Sassar
159102649Snectar/* Define to 1 if you have the <capability.h> header file. */
16072450Sassar/* #undef HAVE_CAPABILITY_H */
16172450Sassar
162233294Sstas/* whether capng is available for privilege reduction */
163233294Sstas/* #undef HAVE_CAPNG */
164233294Sstas
165102649Snectar/* Define to 1 if you have the `cap_set_proc' function. */
166103427Snectar/* #undef HAVE_CAP_SET_PROC */
16756067Smarkm
168102649Snectar/* Define to 1 if you have the `cgetent' function. */
16956067Smarkm#define HAVE_CGETENT 1
17056067Smarkm
171102649Snectar/* Define if you have the function `chown'. */
17256067Smarkm#define HAVE_CHOWN 1
17356067Smarkm
174178828Sdfr/* Define if you have the function `closefrom'. */
175233294Sstas#define HAVE_CLOSEFROM 1
176178828Sdfr
177233294Sstas/* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */
178233294Sstas/* #undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H */
179233294Sstas
180233294Sstas/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
181233294Sstas/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
182233294Sstas
183102649Snectar/* Define to 1 if you have the <config.h> header file. */
18472450Sassar/* #undef HAVE_CONFIG_H */
18572450Sassar
186102649Snectar/* Define if you have the function `copyhostent'. */
18756067Smarkm/* #undef HAVE_COPYHOSTENT */
18856067Smarkm
189102649Snectar/* Define to 1 if you have the `crypt' function. */
19056067Smarkm#define HAVE_CRYPT 1
19156067Smarkm
192102649Snectar/* Define to 1 if you have the <crypt.h> header file. */
19372450Sassar/* #undef HAVE_CRYPT_H */
19472450Sassar
195102649Snectar/* Define to 1 if you have the <curses.h> header file. */
19672450Sassar#define HAVE_CURSES_H 1
19772450Sassar
198102649Snectar/* Define if you have the function `daemon'. */
19956067Smarkm#define HAVE_DAEMON 1
20056067Smarkm
20190931Snectar/* define if you have a berkeley db1/2 library */
20290931Snectar#define HAVE_DB1 1
20390931Snectar
204233294Sstas/* define if you have a berkeley db3/4/5 library */
20590931Snectar/* #undef HAVE_DB3 */
20690931Snectar
207102649Snectar/* Define to 1 if you have the <db3/db.h> header file. */
208102649Snectar/* #undef HAVE_DB3_DB_H */
209102649Snectar
210102649Snectar/* Define to 1 if you have the <db4/db.h> header file. */
211102649Snectar/* #undef HAVE_DB4_DB_H */
212102649Snectar
213233294Sstas/* Define to 1 if you have the <db5/db.h> header file. */
214233294Sstas/* #undef HAVE_DB5_DB_H */
215233294Sstas
216233294Sstas/* Define if you have user supplied header location */
217233294Sstas/* #undef HAVE_DBHEADER */
218233294Sstas
219102649Snectar/* Define to 1 if you have the `dbm_firstkey' function. */
22056067Smarkm#define HAVE_DBM_FIRSTKEY 1
22156067Smarkm
222102649Snectar/* Define to 1 if you have the <dbm.h> header file. */
22372450Sassar/* #undef HAVE_DBM_H */
22456067Smarkm
225102649Snectar/* Define to 1 if you have the `dbopen' function. */
22690931Snectar#define HAVE_DBOPEN 1
22772450Sassar
228102649Snectar/* Define to 1 if you have the `db_create' function. */
22972450Sassar/* #undef HAVE_DB_CREATE */
23072450Sassar
231102649Snectar/* Define to 1 if you have the <db.h> header file. */
23272450Sassar#define HAVE_DB_H 1
23372450Sassar
23490931Snectar/* define if you have ndbm compat in db */
23590931Snectar/* #undef HAVE_DB_NDBM */
23672450Sassar
237178828Sdfr/* Define to 1 if you have the declaration of `altzone', and to 0 if you
238178828Sdfr   don't. */
239178828Sdfr/* #undef HAVE_DECL_ALTZONE */
240178828Sdfr
241178828Sdfr/* Define to 1 if you have the declaration of `environ', and to 0 if you
242178828Sdfr   don't. */
243178828Sdfr#define HAVE_DECL_ENVIRON 0
244178828Sdfr
245178828Sdfr/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
246178828Sdfr   don't. */
247178828Sdfr#define HAVE_DECL_H_ERRLIST 0
248178828Sdfr
249178828Sdfr/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
250178828Sdfr   don't. */
251178828Sdfr#define HAVE_DECL_H_ERRNO 1
252178828Sdfr
253178828Sdfr/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
254178828Sdfr   */
255178828Sdfr/* #undef HAVE_DECL_H_NERR */
256178828Sdfr
257178828Sdfr/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
258178828Sdfr   */
259178828Sdfr#define HAVE_DECL_OPTARG 1
260178828Sdfr
261178828Sdfr/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
262178828Sdfr   */
263178828Sdfr#define HAVE_DECL_OPTERR 1
264178828Sdfr
265178828Sdfr/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
266178828Sdfr   */
267178828Sdfr#define HAVE_DECL_OPTIND 1
268178828Sdfr
269178828Sdfr/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
270178828Sdfr   */
271178828Sdfr#define HAVE_DECL_OPTOPT 1
272178828Sdfr
273178828Sdfr/* Define to 1 if you have the declaration of `timezone', and to 0 if you
274178828Sdfr   don't. */
275178828Sdfr#define HAVE_DECL_TIMEZONE 1
276178828Sdfr
277178828Sdfr/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
278178828Sdfr   */
279178828Sdfr#define HAVE_DECL__RES 1
280178828Sdfr
281178828Sdfr/* Define to 1 if you have the declaration of `__progname', and to 0 if you
282178828Sdfr   don't. */
283178828Sdfr#define HAVE_DECL___PROGNAME 0
284178828Sdfr
285102649Snectar/* Define to 1 if you have the <dirent.h> header file. */
28672450Sassar#define HAVE_DIRENT_H 1
28772450Sassar
288233294Sstas/* have a dirfd function/macro */
289233294Sstas#define HAVE_DIRFD 1
290233294Sstas
291233294Sstas/* Define if DIR has field dd_fd. */
292233294Sstas#define HAVE_DIR_DD_FD 1
293233294Sstas
294233294Sstas/* Define to 1 if you have the `dispatch_async_f' function. */
295233294Sstas/* #undef HAVE_DISPATCH_ASYNC_F */
296233294Sstas
297233294Sstas/* Define to 1 if you have the <dispatch/dispatch.h> header file. */
298233294Sstas/* #undef HAVE_DISPATCH_DISPATCH_H */
299233294Sstas
300102649Snectar/* Define to 1 if you have the <dlfcn.h> header file. */
30172450Sassar#define HAVE_DLFCN_H 1
30272450Sassar
303102649Snectar/* Define to 1 if you have the `dlopen' function. */
30456067Smarkm#define HAVE_DLOPEN 1
30556067Smarkm
306233294Sstas/* Define to 1 if you have the <dns.h> header file. */
307233294Sstas/* #undef HAVE_DNS_H */
308233294Sstas
309233294Sstas/* Define to 1 if you have the `dns_search' function. */
310233294Sstas/* #undef HAVE_DNS_SEARCH */
311233294Sstas
312102649Snectar/* Define to 1 if you have the `dn_expand' function. */
31356067Smarkm#define HAVE_DN_EXPAND 1
31456067Smarkm
315178828Sdfr/* Define to 1 if you have the `door_create' function. */
316178828Sdfr/* #undef HAVE_DOOR_CREATE */
317178828Sdfr
318102649Snectar/* Define if you have the function `ecalloc'. */
31990931Snectar/* #undef HAVE_ECALLOC */
32090931Snectar
321102649Snectar/* Define if you have the function `emalloc'. */
32290931Snectar/* #undef HAVE_EMALLOC */
32390931Snectar
324102649Snectar/* Define if you have the function `erealloc'. */
32590931Snectar/* #undef HAVE_EREALLOC */
32690931Snectar
327102649Snectar/* Define if you have the function `err'. */
32856067Smarkm#define HAVE_ERR 1
32956067Smarkm
330102649Snectar/* Define to 1 if you have the <errno.h> header file. */
33172450Sassar#define HAVE_ERRNO_H 1
33272450Sassar
333102649Snectar/* Define if you have the function `errx'. */
33456067Smarkm#define HAVE_ERRX 1
33556067Smarkm
336102649Snectar/* Define to 1 if you have the <err.h> header file. */
33772450Sassar#define HAVE_ERR_H 1
33872450Sassar
339102649Snectar/* Define if you have the function `estrdup'. */
34090931Snectar/* #undef HAVE_ESTRDUP */
34190931Snectar
342233294Sstas/* Define to 1 if you have the <execinfo.h> header file. */
343233294Sstas/* #undef HAVE_EXECINFO_H */
344233294Sstas
345102649Snectar/* Define if you have the function `fchown'. */
34656067Smarkm#define HAVE_FCHOWN 1
34756067Smarkm
348102649Snectar/* Define to 1 if you have the `fcntl' function. */
34956067Smarkm#define HAVE_FCNTL 1
35056067Smarkm
351102649Snectar/* Define to 1 if you have the <fcntl.h> header file. */
35272450Sassar#define HAVE_FCNTL_H 1
35372450Sassar
354102649Snectar/* Define if you have the function `flock'. */
35556067Smarkm#define HAVE_FLOCK 1
35656067Smarkm
357102649Snectar/* Define if you have the function `fnmatch'. */
35856067Smarkm#define HAVE_FNMATCH 1
35956067Smarkm
360102649Snectar/* Define to 1 if you have the <fnmatch.h> header file. */
36172450Sassar#define HAVE_FNMATCH_H 1
36272450Sassar
363178828Sdfr/* Have -framework Security */
364178828Sdfr/* #undef HAVE_FRAMEWORK_SECURITY */
36572450Sassar
366102649Snectar/* Define to 1 if you have the `freeaddrinfo' function. */
36756067Smarkm#define HAVE_FREEADDRINFO 1
36856067Smarkm
369102649Snectar/* Define if you have the function `freehostent'. */
37056067Smarkm#define HAVE_FREEHOSTENT 1
37156067Smarkm
372102649Snectar/* Define to 1 if you have the `gai_strerror' function. */
37356067Smarkm#define HAVE_GAI_STRERROR 1
37456067Smarkm
375233294Sstas/* Define if os support gcd. */
376233294Sstas/* #undef HAVE_GCD */
377233294Sstas
378102649Snectar/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
37972450Sassar/* #undef HAVE_GDBM_NDBM_H */
38072450Sassar
381102649Snectar/* Define to 1 if you have the `getaddrinfo' function. */
38256067Smarkm#define HAVE_GETADDRINFO 1
38356067Smarkm
384102649Snectar/* Define to 1 if you have the `getconfattr' function. */
38572450Sassar/* #undef HAVE_GETCONFATTR */
38672450Sassar
387102649Snectar/* Define if you have the function `getcwd'. */
38856067Smarkm#define HAVE_GETCWD 1
38956067Smarkm
390102649Snectar/* Define if you have the function `getdtablesize'. */
39156067Smarkm#define HAVE_GETDTABLESIZE 1
39256067Smarkm
393102649Snectar/* Define if you have the function `getegid'. */
39456067Smarkm#define HAVE_GETEGID 1
39556067Smarkm
396102649Snectar/* Define if you have the function `geteuid'. */
39756067Smarkm#define HAVE_GETEUID 1
39856067Smarkm
399102649Snectar/* Define if you have the function `getgid'. */
40056067Smarkm#define HAVE_GETGID 1
40156067Smarkm
402102649Snectar/* Define to 1 if you have the `gethostbyname' function. */
40356067Smarkm#define HAVE_GETHOSTBYNAME 1
40456067Smarkm
405102649Snectar/* Define to 1 if you have the `gethostbyname2' function. */
40656067Smarkm#define HAVE_GETHOSTBYNAME2 1
40756067Smarkm
408102649Snectar/* Define if you have the function `gethostname'. */
40956067Smarkm#define HAVE_GETHOSTNAME 1
41056067Smarkm
411102649Snectar/* Define if you have the function `getifaddrs'. */
41272450Sassar#define HAVE_GETIFADDRS 1
41372450Sassar
414102649Snectar/* Define if you have the function `getipnodebyaddr'. */
41556067Smarkm#define HAVE_GETIPNODEBYADDR 1
41656067Smarkm
417102649Snectar/* Define if you have the function `getipnodebyname'. */
41856067Smarkm#define HAVE_GETIPNODEBYNAME 1
41956067Smarkm
420102649Snectar/* Define to 1 if you have the `getlogin' function. */
42156067Smarkm#define HAVE_GETLOGIN 1
42256067Smarkm
42372450Sassar/* Define if you have a working getmsg. */
42456067Smarkm/* #undef HAVE_GETMSG */
42556067Smarkm
426102649Snectar/* Define to 1 if you have the `getnameinfo' function. */
42756067Smarkm#define HAVE_GETNAMEINFO 1
42856067Smarkm
429102649Snectar/* Define if you have the function `getopt'. */
43056067Smarkm#define HAVE_GETOPT 1
43156067Smarkm
432103427Snectar/* Define to 1 if you have the `getpagesize' function. */
433103427Snectar#define HAVE_GETPAGESIZE 1
434103427Snectar
435178828Sdfr/* Define to 1 if you have the `getpeereid' function. */
436178828Sdfr#define HAVE_GETPEEREID 1
437178828Sdfr
438178828Sdfr/* Define to 1 if you have the `getpeerucred' function. */
439178828Sdfr/* #undef HAVE_GETPEERUCRED */
440178828Sdfr
441102649Snectar/* Define to 1 if you have the `getprogname' function. */
44278550Sassar#define HAVE_GETPROGNAME 1
44378550Sassar
444102649Snectar/* Define to 1 if you have the `getpwnam_r' function. */
445120949Snectar#define HAVE_GETPWNAM_R 1
44656067Smarkm
447102649Snectar/* Define to 1 if you have the `getrlimit' function. */
44856067Smarkm#define HAVE_GETRLIMIT 1
44956067Smarkm
450102649Snectar/* Define to 1 if you have the `getsockopt' function. */
45156067Smarkm#define HAVE_GETSOCKOPT 1
45256067Smarkm
453102649Snectar/* Define to 1 if you have the `getspnam' function. */
45456067Smarkm/* #undef HAVE_GETSPNAM */
45556067Smarkm
456102649Snectar/* Define if you have the function `gettimeofday'. */
45756067Smarkm#define HAVE_GETTIMEOFDAY 1
45856067Smarkm
459102649Snectar/* Define to 1 if you have the `getudbnam' function. */
46056067Smarkm/* #undef HAVE_GETUDBNAM */
46156067Smarkm
462102649Snectar/* Define if you have the function `getuid'. */
46356067Smarkm#define HAVE_GETUID 1
46456067Smarkm
465102649Snectar/* Define if you have the function `getusershell'. */
46656067Smarkm#define HAVE_GETUSERSHELL 1
46756067Smarkm
46872450Sassar/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
46978550Sassar   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
47072450Sassar#define HAVE_GLOB 1
47172450Sassar
472102649Snectar/* Define to 1 if you have the `grantpt' function. */
473120949Snectar#define HAVE_GRANTPT 1
47456067Smarkm
475102649Snectar/* Define to 1 if you have the <grp.h> header file. */
47672450Sassar#define HAVE_GRP_H 1
47772450Sassar
478102649Snectar/* Define to 1 if you have the `hstrerror' function. */
47956067Smarkm#define HAVE_HSTRERROR 1
48056067Smarkm
48172450Sassar/* Define if you have the `h_errlist' variable. */
48272450Sassar#define HAVE_H_ERRLIST 1
48372450Sassar
48472450Sassar/* Define if you have the `h_errno' variable. */
48572450Sassar#define HAVE_H_ERRNO 1
48672450Sassar
48772450Sassar/* Define if you have the `h_nerr' variable. */
488178828Sdfr/* #undef HAVE_H_NERR */
48972450Sassar
490102649Snectar/* Define to 1 if you have the <ifaddrs.h> header file. */
49172450Sassar#define HAVE_IFADDRS_H 1
49272450Sassar
49390931Snectar/* Define if you have the in6addr_loopback variable */
49490931Snectar#define HAVE_IN6ADDR_LOOPBACK 1
49590931Snectar
496102649Snectar/* define */
49756067Smarkm#define HAVE_INET_ATON 1
49856067Smarkm
499102649Snectar/* define */
50056067Smarkm#define HAVE_INET_NTOP 1
50156067Smarkm
502102649Snectar/* define */
50356067Smarkm#define HAVE_INET_PTON 1
50456067Smarkm
505102649Snectar/* Define if you have the function `initgroups'. */
50656067Smarkm#define HAVE_INITGROUPS 1
50756067Smarkm
508102649Snectar/* Define if you have the function `innetgr'. */
50956067Smarkm#define HAVE_INNETGR 1
51056067Smarkm
511178828Sdfr/* Define to 1 if the system has the type `int16_t'. */
512178828Sdfr#define HAVE_INT16_T 1
513178828Sdfr
514178828Sdfr/* Define to 1 if the system has the type `int32_t'. */
515178828Sdfr#define HAVE_INT32_T 1
516178828Sdfr
517178828Sdfr/* Define to 1 if the system has the type `int64_t'. */
518178828Sdfr#define HAVE_INT64_T 1
519178828Sdfr
520178828Sdfr/* Define to 1 if the system has the type `int8_t'. */
521178828Sdfr#define HAVE_INT8_T 1
522178828Sdfr
523102649Snectar/* Define to 1 if you have the <inttypes.h> header file. */
52472450Sassar#define HAVE_INTTYPES_H 1
52572450Sassar
526102649Snectar/* Define to 1 if you have the <io.h> header file. */
52772450Sassar/* #undef HAVE_IO_H */
52872450Sassar
52972450Sassar/* Define if you have IPv6. */
53072450Sassar#define HAVE_IPV6 1
53172450Sassar
532102649Snectar/* Define if you have the function `iruserok'. */
53356067Smarkm#define HAVE_IRUSEROK 1
53456067Smarkm
535102649Snectar/* Define to 1 if you have the `issetugid' function. */
53690931Snectar#define HAVE_ISSETUGID 1
53790931Snectar
538178828Sdfr/* Define if you want to use the Kerberos Credentials Manager. */
539178828Sdfr#define HAVE_KCM 1
54056067Smarkm
541102649Snectar/* Define to 1 if you have the <libutil.h> header file. */
54290931Snectar#define HAVE_LIBUTIL_H 1
54390931Snectar
544102649Snectar/* Define to 1 if you have the <limits.h> header file. */
54572450Sassar#define HAVE_LIMITS_H 1
54672450Sassar
547102649Snectar/* Define to 1 if you have the `loadquery' function. */
548102649Snectar/* #undef HAVE_LOADQUERY */
549102649Snectar
550233294Sstas/* Define to 1 if you have the <locale.h> header file. */
551233294Sstas#define HAVE_LOCALE_H 1
552233294Sstas
553102649Snectar/* Define if you have the function `localtime_r'. */
554102649Snectar#define HAVE_LOCALTIME_R 1
555102649Snectar
556102649Snectar/* Define to 1 if you have the `logout' function. */
557233294Sstas/* #undef HAVE_LOGOUT */
55890931Snectar
559102649Snectar/* Define to 1 if you have the `logwtmp' function. */
560233294Sstas/* #undef HAVE_LOGWTMP */
56156067Smarkm
562102649Snectar/* Define to 1 if the system has the type `long long'. */
56372450Sassar#define HAVE_LONG_LONG 1
56472450Sassar
565102649Snectar/* Define if you have the function `lstat'. */
56656067Smarkm#define HAVE_LSTAT 1
56756067Smarkm
568102649Snectar/* Define to 1 if you have the <maillock.h> header file. */
56972450Sassar/* #undef HAVE_MAILLOCK_H */
57072450Sassar
571102649Snectar/* Define if you have the function `memmove'. */
57256067Smarkm#define HAVE_MEMMOVE 1
57356067Smarkm
574102649Snectar/* Define to 1 if you have the <memory.h> header file. */
57590931Snectar#define HAVE_MEMORY_H 1
57690931Snectar
577102649Snectar/* Define if you have the function `mkstemp'. */
57856067Smarkm#define HAVE_MKSTEMP 1
57956067Smarkm
580102649Snectar/* Define to 1 if you have the `mktime' function. */
58156067Smarkm#define HAVE_MKTIME 1
58256067Smarkm
583103427Snectar/* Define to 1 if you have a working `mmap' system call. */
584103427Snectar#define HAVE_MMAP 1
585103427Snectar
58690931Snectar/* define if you have a ndbm library */
58790931Snectar#define HAVE_NDBM 1
58890931Snectar
589102649Snectar/* Define to 1 if you have the <ndbm.h> header file. */
59072450Sassar#define HAVE_NDBM_H 1
59156067Smarkm
592102649Snectar/* Define to 1 if you have the <netdb.h> header file. */
59372450Sassar#define HAVE_NETDB_H 1
59456067Smarkm
595103427Snectar/* Define to 1 if you have the <netgroup.h> header file. */
596103427Snectar/* #undef HAVE_NETGROUP_H */
597103427Snectar
598102649Snectar/* Define to 1 if you have the <netinet6/in6.h> header file. */
59972450Sassar/* #undef HAVE_NETINET6_IN6_H */
60056067Smarkm
601102649Snectar/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
602178828Sdfr/* #undef HAVE_NETINET6_IN6_VAR_H */
60356067Smarkm
604102649Snectar/* Define to 1 if you have the <netinet/in6.h> header file. */
60572450Sassar/* #undef HAVE_NETINET_IN6_H */
60656067Smarkm
607102649Snectar/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
60872450Sassar/* #undef HAVE_NETINET_IN6_MACHTYPES_H */
60956067Smarkm
610102649Snectar/* Define to 1 if you have the <netinet/in.h> header file. */
61172450Sassar#define HAVE_NETINET_IN_H 1
61256067Smarkm
613102649Snectar/* Define to 1 if you have the <netinet/in_systm.h> header file. */
61472450Sassar#define HAVE_NETINET_IN_SYSTM_H 1
61556067Smarkm
616102649Snectar/* Define to 1 if you have the <netinet/ip.h> header file. */
61772450Sassar#define HAVE_NETINET_IP_H 1
61856067Smarkm
619102649Snectar/* Define to 1 if you have the <netinet/tcp.h> header file. */
62072450Sassar#define HAVE_NETINET_TCP_H 1
62156067Smarkm
622102649Snectar/* Define to 1 if you have the <net/if.h> header file. */
62372450Sassar#define HAVE_NET_IF_H 1
62456067Smarkm
625102649Snectar/* Define if NDBM really is DB (creates files *.db) */
626102649Snectar#define HAVE_NEW_DB 1
627102649Snectar
628102649Snectar/* Define to 1 if you have the `on_exit' function. */
629102649Snectar/* #undef HAVE_ON_EXIT */
630102649Snectar
631102649Snectar/* Define to 1 if you have the `openpty' function. */
63290931Snectar#define HAVE_OPENPTY 1
63356067Smarkm
63490931Snectar/* define to use openssl's libcrypto */
63590931Snectar#define HAVE_OPENSSL 1
63656067Smarkm
63772450Sassar/* Define to enable basic OSF C2 support. */
63872450Sassar/* #undef HAVE_OSFC2 */
63956067Smarkm
640102649Snectar/* Define to 1 if you have the <paths.h> header file. */
64172450Sassar#define HAVE_PATHS_H 1
64256067Smarkm
643102649Snectar/* Define to 1 if you have the `pidfile' function. */
64472450Sassar/* #undef HAVE_PIDFILE */
64556067Smarkm
646178828Sdfr/* Define to 1 if you have the `poll' function. */
647178828Sdfr#define HAVE_POLL 1
648178828Sdfr
649178828Sdfr/* Define to 1 if you have the <poll.h> header file. */
650178828Sdfr#define HAVE_POLL_H 1
651178828Sdfr
652102649Snectar/* Define to 1 if you have the <pthread.h> header file. */
65372450Sassar#define HAVE_PTHREAD_H 1
65456067Smarkm
655102649Snectar/* Define to 1 if you have the `ptsname' function. */
656120949Snectar#define HAVE_PTSNAME 1
65756067Smarkm
658102649Snectar/* Define to 1 if you have the <pty.h> header file. */
65972450Sassar/* #undef HAVE_PTY_H */
66056067Smarkm
661102649Snectar/* Define if you have the function `putenv'. */
66272450Sassar#define HAVE_PUTENV 1
66356067Smarkm
664102649Snectar/* Define to 1 if you have the <pwd.h> header file. */
66572450Sassar#define HAVE_PWD_H 1
66656067Smarkm
667102649Snectar/* Define to 1 if you have the `rand' function. */
66872450Sassar#define HAVE_RAND 1
66956067Smarkm
670102649Snectar/* Define to 1 if you have the `random' function. */
67172450Sassar#define HAVE_RANDOM 1
67256067Smarkm
673102649Snectar/* Define if you have the function `rcmd'. */
67472450Sassar#define HAVE_RCMD 1
67556067Smarkm
67672450Sassar/* Define if you have a readline compatible library. */
67772450Sassar#define HAVE_READLINE 1
67856067Smarkm
679233294Sstas/* Define to 1 if you have the
680233294Sstas   <[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h]> header file. */
681233294Sstas/* #undef HAVE_READLINE_H */
682233294Sstas
683233294Sstas/* Define to 1 if you have the <readline/readline.h > header file. */
684233294Sstas/* #undef HAVE_READLINE_READLINE_H_ */
685233294Sstas
686102649Snectar/* Define if you have the function `readv'. */
68772450Sassar#define HAVE_READV 1
68856067Smarkm
689102649Snectar/* Define if you have the function `recvmsg'. */
69072450Sassar#define HAVE_RECVMSG 1
69156067Smarkm
692102649Snectar/* Define to 1 if you have the <resolv.h> header file. */
69372450Sassar#define HAVE_RESOLV_H 1
69456067Smarkm
695178828Sdfr/* Define to 1 if you have the `res_ndestroy' function. */
696178828Sdfr#define HAVE_RES_NDESTROY 1
697178828Sdfr
698103427Snectar/* Define to 1 if you have the `res_nsearch' function. */
699178828Sdfr#define HAVE_RES_NSEARCH 1
700103427Snectar
701102649Snectar/* Define to 1 if you have the `res_search' function. */
70272450Sassar#define HAVE_RES_SEARCH 1
70356067Smarkm
704102649Snectar/* Define to 1 if you have the `revoke' function. */
70572450Sassar#define HAVE_REVOKE 1
70656067Smarkm
707102649Snectar/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
70872450Sassar#define HAVE_RPCSVC_YPCLNT_H 1
70956067Smarkm
710102649Snectar/* Define to 1 if you have the <sac.h> header file. */
71172450Sassar/* #undef HAVE_SAC_H */
71256067Smarkm
713102649Snectar/* Define to 1 if the system has the type `sa_family_t'. */
71472450Sassar#define HAVE_SA_FAMILY_T 1
71556067Smarkm
716233294Sstas/* Define if you want support for cache in sqlite. */
717233294Sstas#undef HAVE_SCC
718233294Sstas
719233294Sstas/* Define to 1 if you have the <search.h> header file. */
720233294Sstas#define HAVE_SEARCH_H 1
721233294Sstas
722102649Snectar/* Define to 1 if you have the <security/pam_modules.h> header file. */
72372450Sassar#define HAVE_SECURITY_PAM_MODULES_H 1
72456067Smarkm
725102649Snectar/* Define to 1 if you have the `select' function. */
72672450Sassar#define HAVE_SELECT 1
72756067Smarkm
728102649Snectar/* Define if you have the function `sendmsg'. */
72972450Sassar#define HAVE_SENDMSG 1
73056067Smarkm
731102649Snectar/* Define if you have the function `setegid'. */
73272450Sassar#define HAVE_SETEGID 1
73356067Smarkm
734102649Snectar/* Define if you have the function `setenv'. */
73572450Sassar#define HAVE_SETENV 1
73656067Smarkm
737102649Snectar/* Define if you have the function `seteuid'. */
73872450Sassar#define HAVE_SETEUID 1
73956067Smarkm
740102649Snectar/* Define to 1 if you have the `setitimer' function. */
74172450Sassar#define HAVE_SETITIMER 1
74256067Smarkm
743102649Snectar/* Define to 1 if you have the `setlim' function. */
74472450Sassar/* #undef HAVE_SETLIM */
74556067Smarkm
746102649Snectar/* Define to 1 if you have the `setlogin' function. */
74772450Sassar#define HAVE_SETLOGIN 1
74856067Smarkm
749102649Snectar/* Define to 1 if you have the `setpcred' function. */
75072450Sassar/* #undef HAVE_SETPCRED */
75156067Smarkm
752102649Snectar/* Define to 1 if you have the `setpgid' function. */
75372450Sassar#define HAVE_SETPGID 1
75456067Smarkm
755102649Snectar/* Define to 1 if you have the `setproctitle' function. */
75672450Sassar#define HAVE_SETPROCTITLE 1
75756067Smarkm
758102649Snectar/* Define to 1 if you have the `setprogname' function. */
75978550Sassar#define HAVE_SETPROGNAME 1
76078550Sassar
761102649Snectar/* Define to 1 if you have the `setregid' function. */
76272450Sassar#define HAVE_SETREGID 1
76356067Smarkm
764102649Snectar/* Define to 1 if you have the `setresgid' function. */
76572450Sassar#define HAVE_SETRESGID 1
76656067Smarkm
767102649Snectar/* Define to 1 if you have the `setresuid' function. */
76872450Sassar#define HAVE_SETRESUID 1
76956067Smarkm
770102649Snectar/* Define to 1 if you have the `setreuid' function. */
77172450Sassar#define HAVE_SETREUID 1
77256067Smarkm
773102649Snectar/* Define to 1 if you have the `setsid' function. */
77472450Sassar#define HAVE_SETSID 1
77556067Smarkm
776102649Snectar/* Define to 1 if you have the `setsockopt' function. */
77772450Sassar#define HAVE_SETSOCKOPT 1
77856067Smarkm
779102649Snectar/* Define to 1 if you have the `setutent' function. */
78072450Sassar/* #undef HAVE_SETUTENT */
78156067Smarkm
782102649Snectar/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
78372450Sassar/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
78456067Smarkm
785102649Snectar/* Define to 1 if you have the <sgtty.h> header file. */
786233294Sstas/* #undef HAVE_SGTTY_H */
78756067Smarkm
788102649Snectar/* Define to 1 if you have the <shadow.h> header file. */
78972450Sassar/* #undef HAVE_SHADOW_H */
79056067Smarkm
791102649Snectar/* Define to 1 if you have the <siad.h> header file. */
79272450Sassar/* #undef HAVE_SIAD_H */
79356067Smarkm
794102649Snectar/* Define to 1 if you have the `sigaction' function. */
79572450Sassar#define HAVE_SIGACTION 1
79656067Smarkm
797102649Snectar/* Define to 1 if you have the <signal.h> header file. */
79872450Sassar#define HAVE_SIGNAL_H 1
79956067Smarkm
80072450Sassar/* define if you have a working snprintf */
80172450Sassar#define HAVE_SNPRINTF 1
80256067Smarkm
803102649Snectar/* Define to 1 if you have the `socket' function. */
80472450Sassar#define HAVE_SOCKET 1
80556067Smarkm
806102649Snectar/* Define to 1 if the system has the type `socklen_t'. */
80772450Sassar#define HAVE_SOCKLEN_T 1
80856067Smarkm
809233294Sstas/* Define if you want support for sqlite in Heimdal. */
810233294Sstas#define HAVE_SQLITE3 1
811233294Sstas
812102649Snectar/* Define to 1 if the system has the type `ssize_t'. */
813102649Snectar#define HAVE_SSIZE_T 1
814102649Snectar
815102649Snectar/* Define to 1 if you have the <standards.h> header file. */
81672450Sassar/* #undef HAVE_STANDARDS_H */
81756067Smarkm
818102649Snectar/* Define to 1 if you have the <stdint.h> header file. */
81990931Snectar#define HAVE_STDINT_H 1
82090931Snectar
821102649Snectar/* Define to 1 if you have the <stdlib.h> header file. */
82290931Snectar#define HAVE_STDLIB_H 1
82390931Snectar
824102649Snectar/* Define if you have the function `strcasecmp'. */
82572450Sassar#define HAVE_STRCASECMP 1
82656067Smarkm
827102649Snectar/* Define if you have the function `strdup'. */
82872450Sassar#define HAVE_STRDUP 1
82956067Smarkm
830102649Snectar/* Define if you have the function `strerror'. */
83172450Sassar#define HAVE_STRERROR 1
83256067Smarkm
833233294Sstas/* Define if you have the function strerror_r. */
834233294Sstas#define HAVE_STRERROR_R 1
835233294Sstas
836102649Snectar/* Define if you have the function `strftime'. */
83772450Sassar#define HAVE_STRFTIME 1
83856067Smarkm
839102649Snectar/* Define to 1 if you have the <strings.h> header file. */
84090931Snectar#define HAVE_STRINGS_H 1
84190931Snectar
842102649Snectar/* Define to 1 if you have the <string.h> header file. */
84390931Snectar#define HAVE_STRING_H 1
84490931Snectar
845102649Snectar/* Define if you have the function `strlcat'. */
84672450Sassar#define HAVE_STRLCAT 1
84756067Smarkm
848102649Snectar/* Define if you have the function `strlcpy'. */
84972450Sassar#define HAVE_STRLCPY 1
85056067Smarkm
851102649Snectar/* Define if you have the function `strlwr'. */
85272450Sassar/* #undef HAVE_STRLWR */
85356067Smarkm
854102649Snectar/* Define if you have the function `strncasecmp'. */
85572450Sassar#define HAVE_STRNCASECMP 1
85656067Smarkm
857102649Snectar/* Define if you have the function `strndup'. */
858185777Skib#define HAVE_STRNDUP 1
85956067Smarkm
860102649Snectar/* Define if you have the function `strnlen'. */
861233294Sstas#define HAVE_STRNLEN 1
86256067Smarkm
863102649Snectar/* Define to 1 if you have the <stropts.h> header file. */
86472450Sassar/* #undef HAVE_STROPTS_H */
86556067Smarkm
866102649Snectar/* Define if you have the function `strptime'. */
86772450Sassar#define HAVE_STRPTIME 1
86856067Smarkm
869102649Snectar/* Define if you have the function `strsep'. */
87072450Sassar#define HAVE_STRSEP 1
87156067Smarkm
872102649Snectar/* Define if you have the function `strsep_copy'. */
87372450Sassar/* #undef HAVE_STRSEP_COPY */
87456067Smarkm
875102649Snectar/* Define to 1 if you have the `strstr' function. */
87672450Sassar#define HAVE_STRSTR 1
87756067Smarkm
878102649Snectar/* Define to 1 if you have the `strsvis' function. */
87972450Sassar/* #undef HAVE_STRSVIS */
88056067Smarkm
881233294Sstas/* Define to 1 if you have the `strsvisx' function. */
882233294Sstas/* #undef HAVE_STRSVISX */
883233294Sstas
884102649Snectar/* Define if you have the function `strtok_r'. */
88572450Sassar#define HAVE_STRTOK_R 1
88656067Smarkm
887102649Snectar/* Define to 1 if the system has the type `struct addrinfo'. */
88872450Sassar#define HAVE_STRUCT_ADDRINFO 1
88956067Smarkm
890102649Snectar/* Define to 1 if the system has the type `struct ifaddrs'. */
89172450Sassar#define HAVE_STRUCT_IFADDRS 1
89256067Smarkm
893102649Snectar/* Define to 1 if the system has the type `struct iovec'. */
894102649Snectar#define HAVE_STRUCT_IOVEC 1
895102649Snectar
896102649Snectar/* Define to 1 if the system has the type `struct msghdr'. */
897102649Snectar#define HAVE_STRUCT_MSGHDR 1
898102649Snectar
899102649Snectar/* Define to 1 if the system has the type `struct sockaddr'. */
90072450Sassar#define HAVE_STRUCT_SOCKADDR 1
90156067Smarkm
90272450Sassar/* Define if struct sockaddr has field sa_len. */
90372450Sassar#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
90456067Smarkm
905102649Snectar/* Define to 1 if the system has the type `struct sockaddr_storage'. */
90672450Sassar#define HAVE_STRUCT_SOCKADDR_STORAGE 1
90756067Smarkm
90872450Sassar/* define if you have struct spwd */
90972450Sassar/* #undef HAVE_STRUCT_SPWD */
91056067Smarkm
91172450Sassar/* Define if struct tm has field tm_gmtoff. */
91272450Sassar#define HAVE_STRUCT_TM_TM_GMTOFF 1
91356067Smarkm
91472450Sassar/* Define if struct tm has field tm_zone. */
91572450Sassar#define HAVE_STRUCT_TM_TM_ZONE 1
91656067Smarkm
91772450Sassar/* Define if struct utmpx has field ut_exit. */
91872450Sassar/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
91956067Smarkm
920233294Sstas/* Define if struct utmpx has field ut_host. */
921233294Sstas#define HAVE_STRUCT_UTMPX_UT_HOST 1
922233294Sstas
923233294Sstas/* Define if struct utmpx has field ut_id. */
924233294Sstas#define HAVE_STRUCT_UTMPX_UT_ID 1
925233294Sstas
926233294Sstas/* Define if struct utmpx has field ut_line. */
927233294Sstas#define HAVE_STRUCT_UTMPX_UT_LINE 1
928233294Sstas
929233294Sstas/* Define if struct utmpx has field ut_pid. */
930233294Sstas#define HAVE_STRUCT_UTMPX_UT_PID 1
931233294Sstas
93272450Sassar/* Define if struct utmpx has field ut_syslen. */
93372450Sassar/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
93456067Smarkm
935233294Sstas/* Define if struct utmpx has field ut_tv. */
936233294Sstas#define HAVE_STRUCT_UTMPX_UT_TV 1
937233294Sstas
938233294Sstas/* Define if struct utmpx has field ut_type. */
939233294Sstas#define HAVE_STRUCT_UTMPX_UT_TYPE 1
940233294Sstas
941233294Sstas/* Define if struct utmpx has field ut_user. */
942233294Sstas#define HAVE_STRUCT_UTMPX_UT_USER 1
943233294Sstas
94472450Sassar/* Define if struct utmp has field ut_addr. */
94572450Sassar/* #undef HAVE_STRUCT_UTMP_UT_ADDR */
94656067Smarkm
94772450Sassar/* Define if struct utmp has field ut_host. */
94872450Sassar/* #undef HAVE_STRUCT_UTMP_UT_HOST */
94956067Smarkm
95072450Sassar/* Define if struct utmp has field ut_id. */
95172450Sassar/* #undef HAVE_STRUCT_UTMP_UT_ID */
95256067Smarkm
95372450Sassar/* Define if struct utmp has field ut_pid. */
95472450Sassar/* #undef HAVE_STRUCT_UTMP_UT_PID */
95556067Smarkm
95672450Sassar/* Define if struct utmp has field ut_type. */
95772450Sassar/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
95856067Smarkm
95972450Sassar/* Define if struct utmp has field ut_user. */
96072450Sassar/* #undef HAVE_STRUCT_UTMP_UT_USER */
96156067Smarkm
96272450Sassar/* define if struct winsize is declared in sys/termios.h */
96372450Sassar#define HAVE_STRUCT_WINSIZE 1
96456067Smarkm
965102649Snectar/* Define to 1 if you have the `strunvis' function. */
96672450Sassar#define HAVE_STRUNVIS 1
96756067Smarkm
968102649Snectar/* Define if you have the function `strupr'. */
96972450Sassar/* #undef HAVE_STRUPR */
97056067Smarkm
971102649Snectar/* Define to 1 if you have the `strvis' function. */
97272450Sassar#define HAVE_STRVIS 1
97356067Smarkm
974102649Snectar/* Define to 1 if you have the `strvisx' function. */
97572450Sassar#define HAVE_STRVISX 1
97656067Smarkm
977102649Snectar/* Define to 1 if you have the `svis' function. */
97872450Sassar/* #undef HAVE_SVIS */
97956067Smarkm
980102649Snectar/* Define if you have the function `swab'. */
98172450Sassar#define HAVE_SWAB 1
98256067Smarkm
983102649Snectar/* Define to 1 if you have the `sysconf' function. */
98472450Sassar#define HAVE_SYSCONF 1
98556067Smarkm
986102649Snectar/* Define to 1 if you have the `sysctl' function. */
98772450Sassar#define HAVE_SYSCTL 1
98856067Smarkm
989102649Snectar/* Define to 1 if you have the `syslog' function. */
99072450Sassar#define HAVE_SYSLOG 1
99156067Smarkm
992102649Snectar/* Define to 1 if you have the <syslog.h> header file. */
99372450Sassar#define HAVE_SYSLOG_H 1
99456067Smarkm
995102649Snectar/* Define to 1 if you have the <sys/bitypes.h> header file. */
99656067Smarkm/* #undef HAVE_SYS_BITYPES_H */
99756067Smarkm
998102649Snectar/* Define to 1 if you have the <sys/bswap.h> header file. */
99978550Sassar/* #undef HAVE_SYS_BSWAP_H */
100078550Sassar
1001102649Snectar/* Define to 1 if you have the <sys/capability.h> header file. */
1002233294Sstas#define HAVE_SYS_CAPABILITY_H 1
100356067Smarkm
1004102649Snectar/* Define to 1 if you have the <sys/category.h> header file. */
100556067Smarkm/* #undef HAVE_SYS_CATEGORY_H */
100656067Smarkm
1007102649Snectar/* Define to 1 if you have the <sys/file.h> header file. */
100856067Smarkm#define HAVE_SYS_FILE_H 1
100956067Smarkm
1010102649Snectar/* Define to 1 if you have the <sys/filio.h> header file. */
101156067Smarkm#define HAVE_SYS_FILIO_H 1
101256067Smarkm
1013102649Snectar/* Define to 1 if you have the <sys/ioccom.h> header file. */
101456067Smarkm#define HAVE_SYS_IOCCOM_H 1
101556067Smarkm
1016102649Snectar/* Define to 1 if you have the <sys/ioctl.h> header file. */
101756067Smarkm#define HAVE_SYS_IOCTL_H 1
101856067Smarkm
1019103427Snectar/* Define to 1 if you have the <sys/mman.h> header file. */
1020103427Snectar#define HAVE_SYS_MMAN_H 1
1021103427Snectar
1022102649Snectar/* Define to 1 if you have the <sys/param.h> header file. */
102356067Smarkm#define HAVE_SYS_PARAM_H 1
102456067Smarkm
1025102649Snectar/* Define to 1 if you have the <sys/proc.h> header file. */
102656067Smarkm#define HAVE_SYS_PROC_H 1
102756067Smarkm
1028102649Snectar/* Define to 1 if you have the <sys/ptyio.h> header file. */
102956067Smarkm/* #undef HAVE_SYS_PTYIO_H */
103056067Smarkm
1031102649Snectar/* Define to 1 if you have the <sys/ptyvar.h> header file. */
103256067Smarkm/* #undef HAVE_SYS_PTYVAR_H */
103356067Smarkm
1034102649Snectar/* Define to 1 if you have the <sys/pty.h> header file. */
103572450Sassar/* #undef HAVE_SYS_PTY_H */
103672450Sassar
1037102649Snectar/* Define to 1 if you have the <sys/resource.h> header file. */
103856067Smarkm#define HAVE_SYS_RESOURCE_H 1
103956067Smarkm
1040102649Snectar/* Define to 1 if you have the <sys/select.h> header file. */
104156067Smarkm#define HAVE_SYS_SELECT_H 1
104256067Smarkm
1043102649Snectar/* Define to 1 if you have the <sys/socket.h> header file. */
104456067Smarkm#define HAVE_SYS_SOCKET_H 1
104556067Smarkm
1046102649Snectar/* Define to 1 if you have the <sys/sockio.h> header file. */
104756067Smarkm#define HAVE_SYS_SOCKIO_H 1
104856067Smarkm
1049102649Snectar/* Define to 1 if you have the <sys/stat.h> header file. */
105056067Smarkm#define HAVE_SYS_STAT_H 1
105156067Smarkm
1052102649Snectar/* Define to 1 if you have the <sys/stream.h> header file. */
105356067Smarkm/* #undef HAVE_SYS_STREAM_H */
105456067Smarkm
1055102649Snectar/* Define to 1 if you have the <sys/stropts.h> header file. */
105656067Smarkm/* #undef HAVE_SYS_STROPTS_H */
105756067Smarkm
1058102649Snectar/* Define to 1 if you have the <sys/strtty.h> header file. */
105956067Smarkm/* #undef HAVE_SYS_STRTTY_H */
106056067Smarkm
1061102649Snectar/* Define to 1 if you have the <sys/str_tty.h> header file. */
106272450Sassar/* #undef HAVE_SYS_STR_TTY_H */
106372450Sassar
1064102649Snectar/* Define to 1 if you have the <sys/syscall.h> header file. */
106556067Smarkm#define HAVE_SYS_SYSCALL_H 1
106656067Smarkm
1067102649Snectar/* Define to 1 if you have the <sys/sysctl.h> header file. */
106856067Smarkm#define HAVE_SYS_SYSCTL_H 1
106956067Smarkm
1070102649Snectar/* Define to 1 if you have the <sys/termio.h> header file. */
107156067Smarkm/* #undef HAVE_SYS_TERMIO_H */
107256067Smarkm
1073102649Snectar/* Define to 1 if you have the <sys/timeb.h> header file. */
107456067Smarkm#define HAVE_SYS_TIMEB_H 1
107556067Smarkm
1076102649Snectar/* Define to 1 if you have the <sys/times.h> header file. */
107756067Smarkm#define HAVE_SYS_TIMES_H 1
107856067Smarkm
1079102649Snectar/* Define to 1 if you have the <sys/time.h> header file. */
108072450Sassar#define HAVE_SYS_TIME_H 1
108172450Sassar
1082102649Snectar/* Define to 1 if you have the <sys/tty.h> header file. */
108356067Smarkm#define HAVE_SYS_TTY_H 1
108456067Smarkm
1085102649Snectar/* Define to 1 if you have the <sys/types.h> header file. */
108656067Smarkm#define HAVE_SYS_TYPES_H 1
108756067Smarkm
1088178828Sdfr/* Define to 1 if you have the <sys/ucred.h> header file. */
1089178828Sdfr#define HAVE_SYS_UCRED_H 1
1090178828Sdfr
1091102649Snectar/* Define to 1 if you have the <sys/uio.h> header file. */
109256067Smarkm#define HAVE_SYS_UIO_H 1
109356067Smarkm
1094102649Snectar/* Define to 1 if you have the <sys/un.h> header file. */
109556067Smarkm#define HAVE_SYS_UN_H 1
109656067Smarkm
1097102649Snectar/* Define to 1 if you have the <sys/utsname.h> header file. */
109856067Smarkm#define HAVE_SYS_UTSNAME_H 1
109956067Smarkm
1100102649Snectar/* Define to 1 if you have the <sys/wait.h> header file. */
110156067Smarkm#define HAVE_SYS_WAIT_H 1
110256067Smarkm
1103233294Sstas/* Define to 1 if you have the `tdelete' function. */
1104233294Sstas#define HAVE_TDELETE 1
1105233294Sstas
1106102649Snectar/* Define to 1 if you have the <termcap.h> header file. */
1107102649Snectar#define HAVE_TERMCAP_H 1
1108102649Snectar
1109102649Snectar/* Define to 1 if you have the <termios.h> header file. */
111072450Sassar#define HAVE_TERMIOS_H 1
111156067Smarkm
1112102649Snectar/* Define to 1 if you have the <termio.h> header file. */
111372450Sassar/* #undef HAVE_TERMIO_H */
111472450Sassar
1115102649Snectar/* Define to 1 if you have the <term.h> header file. */
111656067Smarkm#define HAVE_TERM_H 1
111756067Smarkm
1118233294Sstas/* Define to 1 if you have the `tfind' function. */
1119233294Sstas#define HAVE_TFIND 1
1120233294Sstas
1121102649Snectar/* Define to 1 if you have the `tgetent' function. */
112272450Sassar#define HAVE_TGETENT 1
112356067Smarkm
1124178828Sdfr/* Define if you have the function `timegm'. */
112572450Sassar#define HAVE_TIMEGM 1
112656067Smarkm
112772450Sassar/* Define if you have the `timezone' variable. */
112872450Sassar#define HAVE_TIMEZONE 1
112972450Sassar
1130102649Snectar/* Define to 1 if you have the <time.h> header file. */
113156067Smarkm#define HAVE_TIME_H 1
113256067Smarkm
1133102649Snectar/* Define to 1 if you have the <tmpdir.h> header file. */
113456067Smarkm/* #undef HAVE_TMPDIR_H */
113556067Smarkm
1136233294Sstas/* Define if you have the function `tsearch'. */
1137233294Sstas#define HAVE_TSEARCH 1
1138233294Sstas
1139102649Snectar/* Define to 1 if you have the `ttyname' function. */
114072450Sassar#define HAVE_TTYNAME 1
114172450Sassar
1142102649Snectar/* Define to 1 if you have the `ttyslot' function. */
1143233294Sstas/* #undef HAVE_TTYSLOT */
114472450Sassar
1145233294Sstas/* Define to 1 if you have the `twalk' function. */
1146233294Sstas#define HAVE_TWALK 1
1147233294Sstas
1148102649Snectar/* Define to 1 if you have the <udb.h> header file. */
114956067Smarkm/* #undef HAVE_UDB_H */
115056067Smarkm
1151178828Sdfr/* Define to 1 if the system has the type `uint16_t'. */
1152178828Sdfr#define HAVE_UINT16_T 1
1153178828Sdfr
1154178828Sdfr/* Define to 1 if the system has the type `uint32_t'. */
1155178828Sdfr#define HAVE_UINT32_T 1
1156178828Sdfr
1157178828Sdfr/* Define to 1 if the system has the type `uint64_t'. */
1158178828Sdfr#define HAVE_UINT64_T 1
1159178828Sdfr
1160178828Sdfr/* Define to 1 if the system has the type `uint8_t'. */
1161178828Sdfr#define HAVE_UINT8_T 1
1162178828Sdfr
1163178828Sdfr/* Define to 1 if the system has the type `uintptr_t'. */
1164178828Sdfr#define HAVE_UINTPTR_T 1
1165178828Sdfr
1166102649Snectar/* Define to 1 if you have the `umask' function. */
116772450Sassar#define HAVE_UMASK 1
116856067Smarkm
1169102649Snectar/* Define to 1 if you have the `uname' function. */
117072450Sassar#define HAVE_UNAME 1
117156067Smarkm
1172102649Snectar/* Define to 1 if you have the <unistd.h> header file. */
117372450Sassar#define HAVE_UNISTD_H 1
117456067Smarkm
1175102649Snectar/* Define to 1 if you have the `unlockpt' function. */
1176120949Snectar#define HAVE_UNLOCKPT 1
117756067Smarkm
1178102649Snectar/* Define if you have the function `unsetenv'. */
117972450Sassar#define HAVE_UNSETENV 1
118056067Smarkm
1181102649Snectar/* Define to 1 if you have the `unvis' function. */
118272450Sassar#define HAVE_UNVIS 1
118356067Smarkm
1184102649Snectar/* Define to 1 if you have the <userconf.h> header file. */
118572450Sassar/* #undef HAVE_USERCONF_H */
118656067Smarkm
1187102649Snectar/* Define to 1 if you have the <usersec.h> header file. */
118872450Sassar/* #undef HAVE_USERSEC_H */
118956067Smarkm
1190102649Snectar/* Define to 1 if you have the <util.h> header file. */
119172450Sassar/* #undef HAVE_UTIL_H */
119256067Smarkm
1193102649Snectar/* Define to 1 if you have the <utmpx.h> header file. */
1194233294Sstas#define HAVE_UTMPX_H 1
119556067Smarkm
1196102649Snectar/* Define to 1 if you have the <utmp.h> header file. */
1197233294Sstas/* #undef HAVE_UTMP_H */
119856067Smarkm
1199178828Sdfr/* Define to 1 if the system has the type `u_int16_t'. */
1200178828Sdfr#define HAVE_U_INT16_T 1
1201178828Sdfr
1202178828Sdfr/* Define to 1 if the system has the type `u_int32_t'. */
1203178828Sdfr#define HAVE_U_INT32_T 1
1204178828Sdfr
1205178828Sdfr/* Define to 1 if the system has the type `u_int64_t'. */
1206178828Sdfr#define HAVE_U_INT64_T 1
1207178828Sdfr
1208178828Sdfr/* Define to 1 if the system has the type `u_int8_t'. */
1209178828Sdfr#define HAVE_U_INT8_T 1
1210178828Sdfr
1211102649Snectar/* Define to 1 if you have the `vasnprintf' function. */
121272450Sassar/* #undef HAVE_VASNPRINTF */
121356067Smarkm
1214102649Snectar/* Define to 1 if you have the `vasprintf' function. */
121572450Sassar#define HAVE_VASPRINTF 1
121656067Smarkm
1217102649Snectar/* Define if you have the function `verr'. */
121872450Sassar#define HAVE_VERR 1
121956067Smarkm
1220102649Snectar/* Define if you have the function `verrx'. */
122172450Sassar#define HAVE_VERRX 1
122256067Smarkm
1223102649Snectar/* Define to 1 if you have the `vhangup' function. */
122472450Sassar/* #undef HAVE_VHANGUP */
122556067Smarkm
1226102649Snectar/* Define to 1 if you have the `vis' function. */
122772450Sassar#define HAVE_VIS 1
122856067Smarkm
1229102649Snectar/* Define to 1 if you have the <vis.h> header file. */
123072450Sassar#define HAVE_VIS_H 1
123156067Smarkm
123272450Sassar/* define if you have a working vsnprintf */
123372450Sassar#define HAVE_VSNPRINTF 1
123456067Smarkm
1235102649Snectar/* Define if you have the function `vsyslog'. */
123672450Sassar#define HAVE_VSYSLOG 1
123756067Smarkm
1238102649Snectar/* Define if you have the function `vwarn'. */
123972450Sassar#define HAVE_VWARN 1
124056067Smarkm
1241102649Snectar/* Define if you have the function `vwarnx'. */
124272450Sassar#define HAVE_VWARNX 1
124356067Smarkm
1244102649Snectar/* Define if you have the function `warn'. */
124572450Sassar#define HAVE_WARN 1
124656067Smarkm
1247102649Snectar/* Define if you have the function `warnx'. */
124872450Sassar#define HAVE_WARNX 1
124956067Smarkm
1250233294Sstas/* Define to 1 if you have the <winsock2.h> header file. */
1251233294Sstas/* #undef HAVE_WINSOCK2_H */
1252233294Sstas
1253102649Snectar/* Define if you have the function `writev'. */
125472450Sassar#define HAVE_WRITEV 1
125556067Smarkm
1256233294Sstas/* Define to 1 if you have the <ws2tcpip.h> header file. */
1257233294Sstas/* #undef HAVE_WS2TCPIP_H */
1258233294Sstas
125972450Sassar/* define if struct winsize has ws_xpixel */
126072450Sassar#define HAVE_WS_XPIXEL 1
126156067Smarkm
126272450Sassar/* define if struct winsize has ws_ypixel */
126372450Sassar#define HAVE_WS_YPIXEL 1
126456067Smarkm
1265102649Snectar/* Define to 1 if you have the `XauFileName' function. */
1266103427Snectar/* #undef HAVE_XAUFILENAME */
126756067Smarkm
1268102649Snectar/* Define to 1 if you have the `XauReadAuth' function. */
1269103427Snectar/* #undef HAVE_XAUREADAUTH */
127056067Smarkm
1271102649Snectar/* Define to 1 if you have the `XauWriteAuth' function. */
1272103427Snectar/* #undef HAVE_XAUWRITEAUTH */
127356067Smarkm
1274102649Snectar/* Define to 1 if you have the `yp_get_default_domain' function. */
127572450Sassar#define HAVE_YP_GET_DEFAULT_DOMAIN 1
127656067Smarkm
1277102649Snectar/* Define to 1 if you have the `_getpty' function. */
127872450Sassar/* #undef HAVE__GETPTY */
127956067Smarkm
1280102649Snectar/* Define if you have the `_res' variable. */
1281102649Snectar#define HAVE__RES 1
1282102649Snectar
1283102649Snectar/* Define to 1 if you have the `_scrsize' function. */
128472450Sassar/* #undef HAVE__SCRSIZE */
128556067Smarkm
128672450Sassar/* define if your compiler has __attribute__ */
128772450Sassar#define HAVE___ATTRIBUTE__ 1
128856067Smarkm
128972450Sassar/* Define if you have the `__progname' variable. */
129072450Sassar#define HAVE___PROGNAME 1
129156067Smarkm
1292233294Sstas/* have __sync_add_and_fetch */
1293233294Sstas#if defined(__FreeBSD__) && (defined(__arm__) || defined(__mips__))
1294233294Sstas#undef HAVE___SYNC_ADD_AND_FETCH	/* Not supported on FreeBSD/arm */
1295233294Sstas#else
1296233294Sstas#define HAVE___SYNC_ADD_AND_FETCH 1
1297233294Sstas#endif
1298233294Sstas
1299233294Sstas/* Define if you want support for weak crypto */
1300233294Sstas#define HEIM_WEAK_CRYPTO 1
1301233294Sstas
130256067Smarkm/* Define if you have the hesiod package. */
130356067Smarkm/* #undef HESIOD */
130456067Smarkm
130572450Sassar/* Enable Kerberos 5 support in applications. */
130672450Sassar#define KRB5 1
130756067Smarkm
1308233294Sstas/* Define to enable kx509. */
1309233294Sstas#define KX509 1
1310233294Sstas
1311178828Sdfr/* path to lib */
1312178828Sdfr#define LIBDIR "/usr/lib"
131356067Smarkm
1314233294Sstas/* Define if you have the libedit package. */
1315233294Sstas/* #undef LIBEDIT */
1316233294Sstas
1317178828Sdfr/* path to libexec */
1318178828Sdfr#define LIBEXECDIR "/usr/libexec"
1319102649Snectar
1320233294Sstas/* Define if you have the libintl package. */
1321233294Sstas/* #undef LIBINTL */
1322233294Sstas
1323178828Sdfr/* path to localstate */
1324178828Sdfr#define LOCALSTATEDIR "/var/heimdal"
132556067Smarkm
1326233294Sstas/* Define to the sub-directory in which libtool stores uninstalled libraries.
1327233294Sstas   */
1328233294Sstas#define LT_OBJDIR ".libs/"
1329233294Sstas
133072450Sassar/* define if the system is missing a prototype for asnprintf() */
1331102649Snectar#define NEED_ASNPRINTF_PROTO 1
133256067Smarkm
133356067Smarkm/* define if the system is missing a prototype for asprintf() */
133456067Smarkm/* #undef NEED_ASPRINTF_PROTO */
133556067Smarkm
133672450Sassar/* define if the system is missing a prototype for crypt() */
133772450Sassar/* #undef NEED_CRYPT_PROTO */
133856067Smarkm
1339178828Sdfr/* define if the system is missing a prototype for daemon() */
1340178828Sdfr#define NEED_DAEMON_PROTO 1
1341178828Sdfr
134256067Smarkm/* define if the system is missing a prototype for gethostname() */
134356067Smarkm/* #undef NEED_GETHOSTNAME_PROTO */
134456067Smarkm
134556067Smarkm/* define if the system is missing a prototype for getusershell() */
134656067Smarkm/* #undef NEED_GETUSERSHELL_PROTO */
134756067Smarkm
134872450Sassar/* define if the system is missing a prototype for glob() */
134972450Sassar/* #undef NEED_GLOB_PROTO */
135072450Sassar
135172450Sassar/* define if the system is missing a prototype for hstrerror() */
135272450Sassar/* #undef NEED_HSTRERROR_PROTO */
135372450Sassar
135456067Smarkm/* define if the system is missing a prototype for inet_aton() */
135556067Smarkm/* #undef NEED_INET_ATON_PROTO */
135656067Smarkm
1357178828Sdfr/* define if the system is missing a prototype for iruserok() */
1358178828Sdfr/* #undef NEED_IRUSEROK_PROTO */
1359178828Sdfr
136072450Sassar/* define if the system is missing a prototype for mkstemp() */
136172450Sassar/* #undef NEED_MKSTEMP_PROTO */
136256067Smarkm
1363233294Sstas/* if your qsort is not a stable sort */
1364233294Sstas/* #undef NEED_QSORT */
1365233294Sstas
1366178828Sdfr/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1367178828Sdfr/* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1368178828Sdfr
136972450Sassar/* define if the system is missing a prototype for setenv() */
137072450Sassar/* #undef NEED_SETENV_PROTO */
137156067Smarkm
137272450Sassar/* define if the system is missing a prototype for snprintf() */
137372450Sassar/* #undef NEED_SNPRINTF_PROTO */
137456067Smarkm
1375102649Snectar/* define if the system is missing a prototype for strndup() */
1376233294Sstas/* #undef NEED_STRNDUP_PROTO */
1377102649Snectar
137872450Sassar/* define if the system is missing a prototype for strsep() */
137972450Sassar/* #undef NEED_STRSEP_PROTO */
138056067Smarkm
1381233294Sstas/* define if the system is missing a prototype for strsvisx() */
1382233294Sstas#define NEED_STRSVISX_PROTO 1
1383233294Sstas
1384102649Snectar/* define if the system is missing a prototype for strsvis() */
1385102649Snectar#define NEED_STRSVIS_PROTO 1
1386102649Snectar
138756067Smarkm/* define if the system is missing a prototype for strtok_r() */
138856067Smarkm/* #undef NEED_STRTOK_R_PROTO */
138956067Smarkm
1390102649Snectar/* define if the system is missing a prototype for strunvis() */
1391102649Snectar/* #undef NEED_STRUNVIS_PROTO */
1392102649Snectar
1393102649Snectar/* define if the system is missing a prototype for strvisx() */
1394102649Snectar/* #undef NEED_STRVISX_PROTO */
1395102649Snectar
1396102649Snectar/* define if the system is missing a prototype for strvis() */
1397102649Snectar/* #undef NEED_STRVIS_PROTO */
1398102649Snectar
1399102649Snectar/* define if the system is missing a prototype for svis() */
1400102649Snectar#define NEED_SVIS_PROTO 1
1401102649Snectar
140272450Sassar/* define if the system is missing a prototype for unsetenv() */
140372450Sassar/* #undef NEED_UNSETENV_PROTO */
140456067Smarkm
1405102649Snectar/* define if the system is missing a prototype for unvis() */
1406102649Snectar/* #undef NEED_UNVIS_PROTO */
1407102649Snectar
140872450Sassar/* define if the system is missing a prototype for vasnprintf() */
1409102649Snectar#define NEED_VASNPRINTF_PROTO 1
141056067Smarkm
141172450Sassar/* define if the system is missing a prototype for vasprintf() */
141272450Sassar/* #undef NEED_VASPRINTF_PROTO */
141356067Smarkm
1414102649Snectar/* define if the system is missing a prototype for vis() */
1415102649Snectar/* #undef NEED_VIS_PROTO */
1416102649Snectar
141772450Sassar/* define if the system is missing a prototype for vsnprintf() */
141872450Sassar/* #undef NEED_VSNPRINTF_PROTO */
141956067Smarkm
1420178828Sdfr/* Define if you don't wan't support for AFS. */
1421178828Sdfr/* #undef NO_AFS */
1422178828Sdfr
1423178828Sdfr/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1424178828Sdfr/* #undef NO_MINUS_C_MINUS_O */
1425178828Sdfr
1426103427Snectar/* Define if you don't want to use mmap. */
1427103427Snectar/* #undef NO_MMAP */
1428103427Snectar
142972450Sassar/* Define this to enable old environment option in telnet. */
143072450Sassar#define OLD_ENVIRON 1
143156067Smarkm
143272450Sassar/* Define if you have the openldap package. */
143372450Sassar/* #undef OPENLDAP */
143456067Smarkm
1435178828Sdfr/* Define if you want support for hdb ldap module */
1436178828Sdfr/* #undef OPENLDAP_MODULE */
1437178828Sdfr
143872450Sassar/* define if prototype of openlog is compatible with void openlog(const char
143972450Sassar   *, int, int) */
144072450Sassar#define OPENLOG_PROTO_COMPATIBLE 1
144156067Smarkm
144272450Sassar/* Define if you want OTP support in applications. */
1443178828Sdfr#define OTP 1
144456067Smarkm
144572450Sassar/* Name of package */
144672450Sassar#define PACKAGE "heimdal"
144756067Smarkm
1448102649Snectar/* Define to the address where bug reports for this package should be sent. */
1449178828Sdfr#define PACKAGE_BUGREPORT "heimdal-bugs@h5l.org"
1450102649Snectar
1451102649Snectar/* Define to the full name of this package. */
1452102649Snectar#define PACKAGE_NAME "Heimdal"
1453102649Snectar
1454102649Snectar/* Define to the full name and version of this package. */
1455234027Sstas#define PACKAGE_STRING "Heimdal 1.5.2"
1456102649Snectar
1457102649Snectar/* Define to the one symbol short name of this package. */
1458102649Snectar#define PACKAGE_TARNAME "heimdal"
1459102649Snectar
1460233294Sstas/* Define to the home page for this package. */
1461233294Sstas#define PACKAGE_URL ""
1462233294Sstas
1463102649Snectar/* Define to the version of this package. */
1464234027Sstas#define PACKAGE_VERSION "1.5.2"
1465102649Snectar
1466178828Sdfr/* Define to enable PKINIT. */
1467178828Sdfr#define PKINIT 1
1468178828Sdfr
146972450Sassar/* Define if getlogin has POSIX flavour (and not BSD). */
147072450Sassar/* #undef POSIX_GETLOGIN */
147156067Smarkm
147272450Sassar/* Define if getpwnam_r has POSIX flavour. */
1473233294Sstas#define POSIX_GETPWNAM_R 1
147456067Smarkm
147572450Sassar/* Define if you have the readline package. */
147672450Sassar/* #undef READLINE */
147756067Smarkm
147872450Sassar/* Define as the return type of signal handlers (`int' or `void'). */
147972450Sassar#define RETSIGTYPE void
148056067Smarkm
1481178828Sdfr/* path to sbin */
1482178828Sdfr#define SBINDIR "/usr/sbin"
1483178828Sdfr
1484178828Sdfr/* Define if you want to use samba socket wrappers. */
1485178828Sdfr/* #undef SOCKET_WRAPPER_REPLACE */
1486178828Sdfr
1487233294Sstas/* Define if you have the sqlite3 package. */
1488233294Sstas/* #undef SQLITE3 */
1489233294Sstas
1490102649Snectar/* Define to 1 if you have the ANSI C header files. */
149172450Sassar#define STDC_HEADERS 1
149256067Smarkm
149372450Sassar/* Define if you have streams ptys. */
149472450Sassar/* #undef STREAMSPTY */
149556067Smarkm
1496233294Sstas/* define if prototype of strerror_r is compatible with int strerror_r(int,
1497233294Sstas   char *, size_t) */
1498233294Sstas#define STRERROR_R_PROTO_COMPATIBLE 1
1499233294Sstas
1500233294Sstas/* Define if os support want to detach is daemonens. */
1501233294Sstas#define SUPPORT_DETACH 1
1502233294Sstas
1503233294Sstas/* Enable use of inetd style startup. */
1504233294Sstas#define SUPPORT_INETD 1
1505233294Sstas
1506178828Sdfr/* path to sysconf */
1507178828Sdfr#define SYSCONFDIR "/etc"
1508178828Sdfr
150972450Sassar/* Define to what version of SunOS you are running. */
151072450Sassar/* #undef SunOS */
151156067Smarkm
1512102649Snectar/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
151372450Sassar#define TIME_WITH_SYS_TIME 1
151456067Smarkm
1515102649Snectar/* Define to 1 if your <sys/time.h> declares `struct tm'. */
151672450Sassar/* #undef TM_IN_SYS_TIME */
151756067Smarkm
151872450Sassar/* Version number of package */
1519234027Sstas#define VERSION "1.5.2"
152056067Smarkm
152172450Sassar/* Define if signal handlers return void. */
152272450Sassar#define VOID_RETSIGTYPE 1
152356067Smarkm
152472450Sassar/* define if target is big endian */
152572450Sassar/* #undef WORDS_BIGENDIAN */
152656067Smarkm
1527102649Snectar/* Define to 1 if the X Window System is missing or not being used. */
1528178828Sdfr#define X_DISPLAY_MISSING 1
152956067Smarkm
1530102649Snectar/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1531102649Snectar   `char[]'. */
153272450Sassar#define YYTEXT_POINTER 1
153356067Smarkm
1534233294Sstas/* Required for functional/sane headers on AIX */
1535233294Sstas/* #undef _ALL_SOURCE */
1536233294Sstas
1537103427Snectar/* Number of bits in a file offset, on hosts where this is settable. */
1538103427Snectar/* #undef _FILE_OFFSET_BITS */
1539103427Snectar
1540102649Snectar/* Define to enable extensions on glibc-based systems such as Linux. */
1541102649Snectar#define _GNU_SOURCE 1
1542102649Snectar
1543103427Snectar/* Define for large files, on AIX-style hosts. */
1544103427Snectar/* #undef _LARGE_FILES */
1545103427Snectar
1546233294Sstas/* Define to get POSIX getpwnam_r in some systems. */
1547233294Sstas/* #undef _POSIX_PTHREAD_SEMANTICS */
1548233294Sstas
154972450Sassar/* Define to empty if `const' does not conform to ANSI C. */
155072450Sassar/* #undef const */
155156067Smarkm
155272450Sassar/* Define to `int' if <sys/types.h> doesn't define. */
155372450Sassar/* #undef gid_t */
155456067Smarkm
1555178828Sdfr/* Define to `__inline__' or `__inline' if that's what the C compiler
1556178828Sdfr   calls it, or to nothing if 'inline' is not supported under any name.  */
1557178828Sdfr#ifndef __cplusplus
155872450Sassar/* #undef inline */
1559178828Sdfr#endif
156056067Smarkm
156172450Sassar/* Define this to what the type mode_t should be. */
156272450Sassar/* #undef mode_t */
156356067Smarkm
1564178828Sdfr/* Define to `long int' if <sys/types.h> does not define. */
156572450Sassar/* #undef off_t */
156656067Smarkm
156772450Sassar/* Define to `int' if <sys/types.h> does not define. */
156872450Sassar/* #undef pid_t */
156956067Smarkm
1570233294Sstas/* Path name delimiter */
1571233294Sstas#define rk_PATH_DELIM '/'
1572233294Sstas
157372450Sassar/* Define this to what the type sig_atomic_t should be. */
157472450Sassar/* #undef sig_atomic_t */
157556067Smarkm
1576178828Sdfr/* Define to `unsigned int' if <sys/types.h> does not define. */
157772450Sassar/* #undef size_t */
157856067Smarkm
157972450Sassar/* Define to `int' if <sys/types.h> doesn't define. */
158072450Sassar/* #undef uid_t */
158156067Smarkm
1582233294Sstas#if _AIX
1583233294Sstas/* XXX this is gross, but kills about a gazillion warnings */
1584233294Sstasstruct ether_addr;
1585233294Sstasstruct sockaddr;
1586233294Sstasstruct sockaddr_dl;
1587233294Sstasstruct sockaddr_in;
1588233294Sstas#endif
1589233294Sstas
1590233294Sstas#ifdef __APPLE__
1591233294Sstas#include <AvailabilityMacros.h>
1592233294Sstas#endif
1593233294Sstas
1594102649Snectar#ifdef ROKEN_RENAME
1595102649Snectar#include "roken_rename.h"
159672450Sassar#endif
159756067Smarkm
159872450Sassar#ifdef VOID_RETSIGTYPE
159972450Sassar#define SIGRETURN(x) return
160072450Sassar#else
160172450Sassar#define SIGRETURN(x) return (RETSIGTYPE)(x)
160272450Sassar#endif
160356067Smarkm
160472450Sassar#ifdef BROKEN_REALLOC
1605178828Sdfr#define realloc(X, Y) rk_realloc((X), (Y))
160672450Sassar#endif
160756067Smarkm
160856067Smarkm
1609233294Sstas#ifdef ENDIANESS_IN_SYS_PARAM_H
161072450Sassar#  include <sys/types.h>
161172450Sassar#  include <sys/param.h>
161272450Sassar#  if BYTE_ORDER == BIG_ENDIAN
161372450Sassar#  define WORDS_BIGENDIAN 1
161472450Sassar#  endif
161572450Sassar#endif
161690931Snectar
1617102649Snectar
1618102649Snectar
1619102649Snectar
1620178828Sdfr/* Set this to the default system lead string for telnetd
1621178828Sdfr * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1622178828Sdfr * %v=os-version, %t=tty, %h=hostname, %d=date and time
1623178828Sdfr */
1624178828Sdfr/* #undef USE_IM */
1625178828Sdfr
1626178828Sdfr/* Used with login -p */
1627178828Sdfr/* #undef LOGIN_ARGS */
1628178828Sdfr
1629178828Sdfr/* set this to a sensible login */
1630178828Sdfr#ifndef LOGIN_PATH
1631178828Sdfr#define LOGIN_PATH BINDIR "/login"
1632178828Sdfr#endif
1633178828Sdfr
1634