config.h revision 178828
1178828Sdfr/* include/config.h.  Generated from config.h.in by configure.  */
2178828Sdfr/* include/config.h.in.  Generated from configure.in by autoheader.  */
372450Sassar
456067Smarkm/* $FreeBSD: head/kerberos5/include/config.h 178828 2008-05-07 13:53:12Z dfr $ */
556067Smarkm
6101834Sru#include <osreldate.h>
7101834Sru
872450Sassar#ifndef RCSID
9102649Snectar#define RCSID(msg) \
10102649Snectarstatic /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
1172450Sassar#endif
1256067Smarkm
1372450Sassar/* Maximum values on all known systems */
1472450Sassar#define MaxHostNameLen (64+4)
1572450Sassar#define MaxPathLen (1024+4)
1656067Smarkm
1756067Smarkm
1856067Smarkm
19178828Sdfr#ifdef BUILD_KRB5_LIB
20178828Sdfr#ifndef KRB5_LIB_FUNCTION
21178828Sdfr#ifdef _WIN32_
22178828Sdfr#define KRB5_LIB_FUNCTION _export _stdcall
23178828Sdfr#else
24178828Sdfr#define KRB5_LIB_FUNCTION
25178828Sdfr#endif
26178828Sdfr#endif
27178828Sdfr#endif
28178828Sdfr
29178828Sdfr
30178828Sdfr#ifdef BUILD_ROKEN_LIB
31178828Sdfr#ifndef ROKEN_LIB_FUNCTION
32178828Sdfr#ifdef _WIN32_
33178828Sdfr#define ROKEN_LIB_FUNCTION _export _stdcall
34178828Sdfr#else
35178828Sdfr#define ROKEN_LIB_FUNCTION
36178828Sdfr#endif
37178828Sdfr#endif
38178828Sdfr#endif
39178828Sdfr
40178828Sdfr
4172450Sassar/* Define if you want authentication support in telnet. */
4272450Sassar#define AUTHENTICATION 1
4356067Smarkm
44178828Sdfr/* path to bin */
45178828Sdfr#define BINDIR "/usr/bin"
46178828Sdfr
4772450Sassar/* Define if realloc(NULL) doesn't work. */
4872450Sassar/* #undef BROKEN_REALLOC */
4956067Smarkm
5072450Sassar/* Define if you want support for DCE/DFS PAG's. */
5172450Sassar/* #undef DCE */
5256067Smarkm
5372450Sassar/* Define if you want to use DES encryption in telnet. */
5472450Sassar#define DES_ENCRYPTION 1
5556067Smarkm
5672450Sassar/* Define this to enable diagnostics in telnet. */
5772450Sassar#define DIAGNOSTICS 1
5856067Smarkm
59178828Sdfr/* Define if want to use the weak AFS string to key functions. */
60178828Sdfr#define ENABLE_AFS_STRING_TO_KEY 1
61178828Sdfr
62178828Sdfr/* Define if you want have a thread safe libraries */
63178828Sdfr/* #undef ENABLE_PTHREAD_SUPPORT */
64178828Sdfr
6572450Sassar/* Define if you want encryption support in telnet. */
6672450Sassar#define ENCRYPTION 1
6756067Smarkm
6872450Sassar/* define if sys/param.h defines the endiness */
6972450Sassar#define ENDIANESS_IN_SYS_PARAM_H 1
7056067Smarkm
7172450Sassar/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
7272450Sassar/* #undef ENV_HACK */
7356067Smarkm
7472450Sassar/* define if prototype of gethostbyaddr is compatible with struct hostent
7572450Sassar   *gethostbyaddr(const void *, size_t, int) */
76178828Sdfr#define GETHOSTBYADDR_PROTO_COMPATIBLE 1
7756067Smarkm
7872450Sassar/* define if prototype of gethostbyname is compatible with struct hostent
7972450Sassar   *gethostbyname(const char *) */
8072450Sassar#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
8156067Smarkm
8272450Sassar/* define if prototype of getservbyname is compatible with struct servent
8372450Sassar   *getservbyname(const char *, const char *) */
8472450Sassar#define GETSERVBYNAME_PROTO_COMPATIBLE 1
8556067Smarkm
8672450Sassar/* define if prototype of getsockname is compatible with int getsockname(int,
8772450Sassar   struct sockaddr*, socklen_t*) */
8872450Sassar#define GETSOCKNAME_PROTO_COMPATIBLE 1
8956067Smarkm
90102649Snectar/* Define if you have the `altzone' variable. */
91102649Snectar/* #undef HAVE_ALTZONE */
92102649Snectar
93178828Sdfr/* Define to 1 if you have the `arc4random' function. */
94178828Sdfr#define HAVE_ARC4RANDOM 1
95102649Snectar
96102649Snectar/* Define to 1 if you have the <arpa/ftp.h> header file. */
9772450Sassar#define HAVE_ARPA_FTP_H 1
9856067Smarkm
99102649Snectar/* Define to 1 if you have the <arpa/inet.h> header file. */
10072450Sassar#define HAVE_ARPA_INET_H 1
10172450Sassar
102102649Snectar/* Define to 1 if you have the <arpa/nameser.h> header file. */
10372450Sassar#define HAVE_ARPA_NAMESER_H 1
10472450Sassar
105102649Snectar/* Define to 1 if you have the <arpa/telnet.h> header file. */
10672450Sassar#define HAVE_ARPA_TELNET_H 1
10772450Sassar
108102649Snectar/* Define to 1 if you have the `asnprintf' function. */
10956067Smarkm/* #undef HAVE_ASNPRINTF */
11056067Smarkm
111102649Snectar/* Define to 1 if you have the `asprintf' function. */
11256067Smarkm#define HAVE_ASPRINTF 1
11356067Smarkm
114102649Snectar/* Define to 1 if you have the `atexit' function. */
115102649Snectar#define HAVE_ATEXIT 1
116102649Snectar
117102649Snectar/* Define to 1 if you have the <bind/bitypes.h> header file. */
11872450Sassar/* #undef HAVE_BIND_BITYPES_H */
11972450Sassar
120102649Snectar/* Define to 1 if you have the <bsdsetjmp.h> header file. */
12172450Sassar/* #undef HAVE_BSDSETJMP_H */
12272450Sassar
123102649Snectar/* Define to 1 if you have the `bswap16' function. */
12478550Sassar/* #undef HAVE_BSWAP16 */
12578550Sassar
126102649Snectar/* Define to 1 if you have the `bswap32' function. */
12778550Sassar/* #undef HAVE_BSWAP32 */
12878550Sassar
129102649Snectar/* Define to 1 if you have the <capability.h> header file. */
13072450Sassar/* #undef HAVE_CAPABILITY_H */
13172450Sassar
132102649Snectar/* Define to 1 if you have the `cap_set_proc' function. */
133103427Snectar/* #undef HAVE_CAP_SET_PROC */
13456067Smarkm
135102649Snectar/* Define to 1 if you have the `cgetent' function. */
13656067Smarkm#define HAVE_CGETENT 1
13756067Smarkm
138102649Snectar/* Define if you have the function `chown'. */
13956067Smarkm#define HAVE_CHOWN 1
14056067Smarkm
141178828Sdfr/* Define if you have the function `closefrom'. */
142178828Sdfr/* #undef HAVE_CLOSEFROM */
143178828Sdfr
144102649Snectar/* Define to 1 if you have the <config.h> header file. */
14572450Sassar/* #undef HAVE_CONFIG_H */
14672450Sassar
147102649Snectar/* Define if you have the function `copyhostent'. */
14856067Smarkm/* #undef HAVE_COPYHOSTENT */
14956067Smarkm
150102649Snectar/* Define to 1 if you have the `crypt' function. */
15156067Smarkm#define HAVE_CRYPT 1
15256067Smarkm
153102649Snectar/* Define to 1 if you have the <crypt.h> header file. */
15472450Sassar/* #undef HAVE_CRYPT_H */
15572450Sassar
156102649Snectar/* Define to 1 if you have the <curses.h> header file. */
15772450Sassar#define HAVE_CURSES_H 1
15872450Sassar
159102649Snectar/* Define if you have the function `daemon'. */
16056067Smarkm#define HAVE_DAEMON 1
16156067Smarkm
16290931Snectar/* define if you have a berkeley db1/2 library */
16390931Snectar#define HAVE_DB1 1
16490931Snectar
165102649Snectar/* define if you have a berkeley db3/4 library */
16690931Snectar/* #undef HAVE_DB3 */
16790931Snectar
168102649Snectar/* Define to 1 if you have the <db3/db.h> header file. */
169102649Snectar/* #undef HAVE_DB3_DB_H */
170102649Snectar
171102649Snectar/* Define to 1 if you have the <db4/db.h> header file. */
172102649Snectar/* #undef HAVE_DB4_DB_H */
173102649Snectar
174102649Snectar/* Define to 1 if you have the `dbm_firstkey' function. */
17556067Smarkm#define HAVE_DBM_FIRSTKEY 1
17656067Smarkm
177102649Snectar/* Define to 1 if you have the <dbm.h> header file. */
17872450Sassar/* #undef HAVE_DBM_H */
17956067Smarkm
180102649Snectar/* Define to 1 if you have the `dbopen' function. */
18190931Snectar#define HAVE_DBOPEN 1
18272450Sassar
183102649Snectar/* Define to 1 if you have the <db_185.h> header file. */
18472450Sassar/* #undef HAVE_DB_185_H */
18572450Sassar
186102649Snectar/* Define to 1 if you have the `db_create' function. */
18772450Sassar/* #undef HAVE_DB_CREATE */
18872450Sassar
189102649Snectar/* Define to 1 if you have the <db.h> header file. */
19072450Sassar#define HAVE_DB_H 1
19172450Sassar
19290931Snectar/* define if you have ndbm compat in db */
19390931Snectar/* #undef HAVE_DB_NDBM */
19472450Sassar
195178828Sdfr/* Define to 1 if you have the declaration of `altzone', and to 0 if you
196178828Sdfr   don't. */
197178828Sdfr/* #undef HAVE_DECL_ALTZONE */
198178828Sdfr
199178828Sdfr/* Define to 1 if you have the declaration of `environ', and to 0 if you
200178828Sdfr   don't. */
201178828Sdfr#define HAVE_DECL_ENVIRON 0
202178828Sdfr
203178828Sdfr/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
204178828Sdfr   don't. */
205178828Sdfr#define HAVE_DECL_H_ERRLIST 0
206178828Sdfr
207178828Sdfr/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
208178828Sdfr   don't. */
209178828Sdfr#define HAVE_DECL_H_ERRNO 1
210178828Sdfr
211178828Sdfr/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
212178828Sdfr   */
213178828Sdfr/* #undef HAVE_DECL_H_NERR */
214178828Sdfr
215178828Sdfr/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
216178828Sdfr   */
217178828Sdfr#define HAVE_DECL_OPTARG 1
218178828Sdfr
219178828Sdfr/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
220178828Sdfr   */
221178828Sdfr#define HAVE_DECL_OPTERR 1
222178828Sdfr
223178828Sdfr/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
224178828Sdfr   */
225178828Sdfr#define HAVE_DECL_OPTIND 1
226178828Sdfr
227178828Sdfr/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
228178828Sdfr   */
229178828Sdfr#define HAVE_DECL_OPTOPT 1
230178828Sdfr
231178828Sdfr/* Define to 1 if you have the declaration of `timezone', and to 0 if you
232178828Sdfr   don't. */
233178828Sdfr#define HAVE_DECL_TIMEZONE 1
234178828Sdfr
235178828Sdfr/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
236178828Sdfr   */
237178828Sdfr#define HAVE_DECL__RES 1
238178828Sdfr
239178828Sdfr/* Define to 1 if you have the declaration of `__progname', and to 0 if you
240178828Sdfr   don't. */
241178828Sdfr#define HAVE_DECL___PROGNAME 0
242178828Sdfr
243102649Snectar/* Define to 1 if you have the <dirent.h> header file. */
24472450Sassar#define HAVE_DIRENT_H 1
24572450Sassar
246102649Snectar/* Define to 1 if you have the <dlfcn.h> header file. */
24772450Sassar#define HAVE_DLFCN_H 1
24872450Sassar
249102649Snectar/* Define to 1 if you have the `dlopen' function. */
25056067Smarkm#define HAVE_DLOPEN 1
25156067Smarkm
252102649Snectar/* Define to 1 if you have the `dn_expand' function. */
25356067Smarkm#define HAVE_DN_EXPAND 1
25456067Smarkm
255178828Sdfr/* Define to 1 if you have the `door_create' function. */
256178828Sdfr/* #undef HAVE_DOOR_CREATE */
257178828Sdfr
258102649Snectar/* Define if you have the function `ecalloc'. */
25990931Snectar/* #undef HAVE_ECALLOC */
26090931Snectar
261102649Snectar/* Define to 1 if you have the `el_init' function. */
26256067Smarkm#define HAVE_EL_INIT 1
26356067Smarkm
264102649Snectar/* Define if you have the function `emalloc'. */
26590931Snectar/* #undef HAVE_EMALLOC */
26690931Snectar
267102649Snectar/* Define if you have the function `erealloc'. */
26890931Snectar/* #undef HAVE_EREALLOC */
26990931Snectar
270102649Snectar/* Define if you have the function `err'. */
27156067Smarkm#define HAVE_ERR 1
27256067Smarkm
273102649Snectar/* Define to 1 if you have the <errno.h> header file. */
27472450Sassar#define HAVE_ERRNO_H 1
27572450Sassar
276102649Snectar/* Define if you have the function `errx'. */
27756067Smarkm#define HAVE_ERRX 1
27856067Smarkm
279102649Snectar/* Define to 1 if you have the <err.h> header file. */
28072450Sassar#define HAVE_ERR_H 1
28172450Sassar
282102649Snectar/* Define if you have the function `estrdup'. */
28390931Snectar/* #undef HAVE_ESTRDUP */
28490931Snectar
285102649Snectar/* Define if you have the function `fchown'. */
28656067Smarkm#define HAVE_FCHOWN 1
28756067Smarkm
288102649Snectar/* Define to 1 if you have the `fcntl' function. */
28956067Smarkm#define HAVE_FCNTL 1
29056067Smarkm
291102649Snectar/* Define to 1 if you have the <fcntl.h> header file. */
29272450Sassar#define HAVE_FCNTL_H 1
29372450Sassar
294102649Snectar/* Define if you have the function `flock'. */
29556067Smarkm#define HAVE_FLOCK 1
29656067Smarkm
297102649Snectar/* Define if you have the function `fnmatch'. */
29856067Smarkm#define HAVE_FNMATCH 1
29956067Smarkm
300102649Snectar/* Define to 1 if you have the <fnmatch.h> header file. */
30172450Sassar#define HAVE_FNMATCH_H 1
30272450Sassar
30372450Sassar/* Define if el_init takes four arguments. */
30490931Snectar#define HAVE_FOUR_VALUED_EL_INIT 1
30572450Sassar
306178828Sdfr/* Have -framework Security */
307178828Sdfr/* #undef HAVE_FRAMEWORK_SECURITY */
30872450Sassar
309102649Snectar/* Define to 1 if you have the `freeaddrinfo' function. */
31056067Smarkm#define HAVE_FREEADDRINFO 1
31156067Smarkm
312102649Snectar/* Define if you have the function `freehostent'. */
31356067Smarkm#define HAVE_FREEHOSTENT 1
31456067Smarkm
315102649Snectar/* Define to 1 if you have the `gai_strerror' function. */
31656067Smarkm#define HAVE_GAI_STRERROR 1
31756067Smarkm
318102649Snectar/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
31972450Sassar/* #undef HAVE_GDBM_NDBM_H */
32072450Sassar
321102649Snectar/* Define to 1 if you have the `getaddrinfo' function. */
32256067Smarkm#define HAVE_GETADDRINFO 1
32356067Smarkm
324102649Snectar/* Define to 1 if you have the `getconfattr' function. */
32572450Sassar/* #undef HAVE_GETCONFATTR */
32672450Sassar
327102649Snectar/* Define if you have the function `getcwd'. */
32856067Smarkm#define HAVE_GETCWD 1
32956067Smarkm
330102649Snectar/* Define if you have the function `getdtablesize'. */
33156067Smarkm#define HAVE_GETDTABLESIZE 1
33256067Smarkm
333102649Snectar/* Define if you have the function `getegid'. */
33456067Smarkm#define HAVE_GETEGID 1
33556067Smarkm
336102649Snectar/* Define if you have the function `geteuid'. */
33756067Smarkm#define HAVE_GETEUID 1
33856067Smarkm
339102649Snectar/* Define if you have the function `getgid'. */
34056067Smarkm#define HAVE_GETGID 1
34156067Smarkm
342102649Snectar/* Define to 1 if you have the `gethostbyname' function. */
34356067Smarkm#define HAVE_GETHOSTBYNAME 1
34456067Smarkm
345102649Snectar/* Define to 1 if you have the `gethostbyname2' function. */
34656067Smarkm#define HAVE_GETHOSTBYNAME2 1
34756067Smarkm
348102649Snectar/* Define if you have the function `gethostname'. */
34956067Smarkm#define HAVE_GETHOSTNAME 1
35056067Smarkm
351102649Snectar/* Define if you have the function `getifaddrs'. */
35272450Sassar#define HAVE_GETIFADDRS 1
35372450Sassar
354102649Snectar/* Define if you have the function `getipnodebyaddr'. */
35556067Smarkm#define HAVE_GETIPNODEBYADDR 1
35656067Smarkm
357102649Snectar/* Define if you have the function `getipnodebyname'. */
35856067Smarkm#define HAVE_GETIPNODEBYNAME 1
35956067Smarkm
360102649Snectar/* Define to 1 if you have the `getlogin' function. */
36156067Smarkm#define HAVE_GETLOGIN 1
36256067Smarkm
36372450Sassar/* Define if you have a working getmsg. */
36456067Smarkm/* #undef HAVE_GETMSG */
36556067Smarkm
366102649Snectar/* Define to 1 if you have the `getnameinfo' function. */
36756067Smarkm#define HAVE_GETNAMEINFO 1
36856067Smarkm
369102649Snectar/* Define if you have the function `getopt'. */
37056067Smarkm#define HAVE_GETOPT 1
37156067Smarkm
372103427Snectar/* Define to 1 if you have the `getpagesize' function. */
373103427Snectar#define HAVE_GETPAGESIZE 1
374103427Snectar
375178828Sdfr/* Define to 1 if you have the `getpeereid' function. */
376178828Sdfr#define HAVE_GETPEEREID 1
377178828Sdfr
378178828Sdfr/* Define to 1 if you have the `getpeerucred' function. */
379178828Sdfr/* #undef HAVE_GETPEERUCRED */
380178828Sdfr
381102649Snectar/* Define to 1 if you have the `getprogname' function. */
38278550Sassar#define HAVE_GETPROGNAME 1
38378550Sassar
384102649Snectar/* Define to 1 if you have the `getpwnam_r' function. */
385120949Snectar#define HAVE_GETPWNAM_R 1
38656067Smarkm
387102649Snectar/* Define to 1 if you have the `getrlimit' function. */
38856067Smarkm#define HAVE_GETRLIMIT 1
38956067Smarkm
390102649Snectar/* Define to 1 if you have the `getsockopt' function. */
39156067Smarkm#define HAVE_GETSOCKOPT 1
39256067Smarkm
393102649Snectar/* Define to 1 if you have the `getspnam' function. */
39456067Smarkm/* #undef HAVE_GETSPNAM */
39556067Smarkm
396102649Snectar/* Define if you have the function `gettimeofday'. */
39756067Smarkm#define HAVE_GETTIMEOFDAY 1
39856067Smarkm
399102649Snectar/* Define to 1 if you have the `getudbnam' function. */
40056067Smarkm/* #undef HAVE_GETUDBNAM */
40156067Smarkm
402102649Snectar/* Define if you have the function `getuid'. */
40356067Smarkm#define HAVE_GETUID 1
40456067Smarkm
405102649Snectar/* Define if you have the function `getusershell'. */
40656067Smarkm#define HAVE_GETUSERSHELL 1
40756067Smarkm
40872450Sassar/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
40978550Sassar   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
41072450Sassar#define HAVE_GLOB 1
41172450Sassar
412102649Snectar/* Define to 1 if you have the `grantpt' function. */
413120949Snectar#define HAVE_GRANTPT 1
41456067Smarkm
415102649Snectar/* Define to 1 if you have the <grp.h> header file. */
41672450Sassar#define HAVE_GRP_H 1
41772450Sassar
418102649Snectar/* Define to 1 if you have the `hstrerror' function. */
41956067Smarkm#define HAVE_HSTRERROR 1
42056067Smarkm
42172450Sassar/* Define if you have the `h_errlist' variable. */
42272450Sassar#define HAVE_H_ERRLIST 1
42372450Sassar
42472450Sassar/* Define if you have the `h_errno' variable. */
42572450Sassar#define HAVE_H_ERRNO 1
42672450Sassar
42772450Sassar/* Define if you have the `h_nerr' variable. */
428178828Sdfr/* #undef HAVE_H_NERR */
42972450Sassar
430102649Snectar/* Define to 1 if you have the <ifaddrs.h> header file. */
43172450Sassar#define HAVE_IFADDRS_H 1
43272450Sassar
43390931Snectar/* Define if you have the in6addr_loopback variable */
43490931Snectar#define HAVE_IN6ADDR_LOOPBACK 1
43590931Snectar
436102649Snectar/* define */
43756067Smarkm#define HAVE_INET_ATON 1
43856067Smarkm
439102649Snectar/* define */
44056067Smarkm#define HAVE_INET_NTOP 1
44156067Smarkm
442102649Snectar/* define */
44356067Smarkm#define HAVE_INET_PTON 1
44456067Smarkm
445102649Snectar/* Define if you have the function `initgroups'. */
44656067Smarkm#define HAVE_INITGROUPS 1
44756067Smarkm
448102649Snectar/* Define to 1 if you have the `initstate' function. */
44978550Sassar#define HAVE_INITSTATE 1
45078550Sassar
451102649Snectar/* Define if you have the function `innetgr'. */
45256067Smarkm#define HAVE_INNETGR 1
45356067Smarkm
454178828Sdfr/* Define to 1 if the system has the type `int16_t'. */
455178828Sdfr#define HAVE_INT16_T 1
456178828Sdfr
457178828Sdfr/* Define to 1 if the system has the type `int32_t'. */
458178828Sdfr#define HAVE_INT32_T 1
459178828Sdfr
460178828Sdfr/* Define to 1 if the system has the type `int64_t'. */
461178828Sdfr#define HAVE_INT64_T 1
462178828Sdfr
463178828Sdfr/* Define to 1 if the system has the type `int8_t'. */
464178828Sdfr#define HAVE_INT8_T 1
465178828Sdfr
466102649Snectar/* Define to 1 if you have the <inttypes.h> header file. */
46772450Sassar#define HAVE_INTTYPES_H 1
46872450Sassar
469102649Snectar/* Define to 1 if you have the <io.h> header file. */
47072450Sassar/* #undef HAVE_IO_H */
47172450Sassar
47272450Sassar/* Define if you have IPv6. */
47372450Sassar#define HAVE_IPV6 1
47472450Sassar
475102649Snectar/* Define if you have the function `iruserok'. */
47656067Smarkm#define HAVE_IRUSEROK 1
47756067Smarkm
478102649Snectar/* Define to 1 if you have the `issetugid' function. */
47990931Snectar#define HAVE_ISSETUGID 1
48090931Snectar
481178828Sdfr/* Define if you want to use the Kerberos Credentials Manager. */
482178828Sdfr#define HAVE_KCM 1
48356067Smarkm
484102649Snectar/* Define to 1 if you have the <libutil.h> header file. */
48590931Snectar#define HAVE_LIBUTIL_H 1
48690931Snectar
487102649Snectar/* Define to 1 if you have the <limits.h> header file. */
48872450Sassar#define HAVE_LIMITS_H 1
48972450Sassar
490102649Snectar/* Define to 1 if you have the `loadquery' function. */
491102649Snectar/* #undef HAVE_LOADQUERY */
492102649Snectar
493102649Snectar/* Define if you have the function `localtime_r'. */
494102649Snectar#define HAVE_LOCALTIME_R 1
495102649Snectar
496102649Snectar/* Define to 1 if you have the `logout' function. */
49790931Snectar#define HAVE_LOGOUT 1
49890931Snectar
499102649Snectar/* Define to 1 if you have the `logwtmp' function. */
50056067Smarkm#define HAVE_LOGWTMP 1
50156067Smarkm
502102649Snectar/* Define to 1 if the system has the type `long long'. */
50372450Sassar#define HAVE_LONG_LONG 1
50472450Sassar
505102649Snectar/* Define if you have the function `lstat'. */
50656067Smarkm#define HAVE_LSTAT 1
50756067Smarkm
508102649Snectar/* Define to 1 if you have the <maillock.h> header file. */
50972450Sassar/* #undef HAVE_MAILLOCK_H */
51072450Sassar
511102649Snectar/* Define if you have the function `memmove'. */
51256067Smarkm#define HAVE_MEMMOVE 1
51356067Smarkm
514102649Snectar/* Define to 1 if you have the <memory.h> header file. */
51590931Snectar#define HAVE_MEMORY_H 1
51690931Snectar
517102649Snectar/* Define if you have the function `mkstemp'. */
51856067Smarkm#define HAVE_MKSTEMP 1
51956067Smarkm
520102649Snectar/* Define to 1 if you have the `mktime' function. */
52156067Smarkm#define HAVE_MKTIME 1
52256067Smarkm
523103427Snectar/* Define to 1 if you have a working `mmap' system call. */
524103427Snectar#define HAVE_MMAP 1
525103427Snectar
52690931Snectar/* define if you have a ndbm library */
52790931Snectar#define HAVE_NDBM 1
52890931Snectar
529102649Snectar/* Define to 1 if you have the <ndbm.h> header file. */
53072450Sassar#define HAVE_NDBM_H 1
53156067Smarkm
532102649Snectar/* Define to 1 if you have the <netdb.h> header file. */
53372450Sassar#define HAVE_NETDB_H 1
53456067Smarkm
535103427Snectar/* Define to 1 if you have the <netgroup.h> header file. */
536103427Snectar/* #undef HAVE_NETGROUP_H */
537103427Snectar
538102649Snectar/* Define to 1 if you have the <netinet6/in6.h> header file. */
53972450Sassar/* #undef HAVE_NETINET6_IN6_H */
54056067Smarkm
541102649Snectar/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
542178828Sdfr/* #undef HAVE_NETINET6_IN6_VAR_H */
54356067Smarkm
544102649Snectar/* Define to 1 if you have the <netinet/in6.h> header file. */
54572450Sassar/* #undef HAVE_NETINET_IN6_H */
54656067Smarkm
547102649Snectar/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
54872450Sassar/* #undef HAVE_NETINET_IN6_MACHTYPES_H */
54956067Smarkm
550102649Snectar/* Define to 1 if you have the <netinet/in.h> header file. */
55172450Sassar#define HAVE_NETINET_IN_H 1
55256067Smarkm
553102649Snectar/* Define to 1 if you have the <netinet/in_systm.h> header file. */
55472450Sassar#define HAVE_NETINET_IN_SYSTM_H 1
55556067Smarkm
556102649Snectar/* Define to 1 if you have the <netinet/ip.h> header file. */
55772450Sassar#define HAVE_NETINET_IP_H 1
55856067Smarkm
559102649Snectar/* Define to 1 if you have the <netinet/tcp.h> header file. */
56072450Sassar#define HAVE_NETINET_TCP_H 1
56156067Smarkm
56272450Sassar/* Define if you want to use Netinfo instead of krb5.conf. */
56372450Sassar/* #undef HAVE_NETINFO */
56456067Smarkm
565102649Snectar/* Define to 1 if you have the <netinfo/ni.h> header file. */
56672450Sassar/* #undef HAVE_NETINFO_NI_H */
56756067Smarkm
568102649Snectar/* Define to 1 if you have the <net/if.h> header file. */
56972450Sassar#define HAVE_NET_IF_H 1
57056067Smarkm
571102649Snectar/* Define if NDBM really is DB (creates files *.db) */
572102649Snectar#define HAVE_NEW_DB 1
573102649Snectar
574102649Snectar/* Define to 1 if you have the `on_exit' function. */
575102649Snectar/* #undef HAVE_ON_EXIT */
576102649Snectar
577102649Snectar/* Define to 1 if you have the `openpty' function. */
57890931Snectar#define HAVE_OPENPTY 1
57956067Smarkm
58090931Snectar/* define to use openssl's libcrypto */
58190931Snectar#define HAVE_OPENSSL 1
58256067Smarkm
58372450Sassar/* Define to enable basic OSF C2 support. */
58472450Sassar/* #undef HAVE_OSFC2 */
58556067Smarkm
586102649Snectar/* Define to 1 if you have the <paths.h> header file. */
58772450Sassar#define HAVE_PATHS_H 1
58856067Smarkm
589102649Snectar/* Define to 1 if you have the `pidfile' function. */
59072450Sassar/* #undef HAVE_PIDFILE */
59156067Smarkm
592178828Sdfr/* Define to 1 if you have the `poll' function. */
593178828Sdfr#define HAVE_POLL 1
594178828Sdfr
595178828Sdfr/* Define to 1 if you have the <poll.h> header file. */
596178828Sdfr#define HAVE_POLL_H 1
597178828Sdfr
598102649Snectar/* Define to 1 if you have the <pthread.h> header file. */
59972450Sassar#define HAVE_PTHREAD_H 1
60056067Smarkm
601102649Snectar/* Define to 1 if you have the `ptsname' function. */
602120949Snectar#define HAVE_PTSNAME 1
60356067Smarkm
604102649Snectar/* Define to 1 if you have the <pty.h> header file. */
60572450Sassar/* #undef HAVE_PTY_H */
60656067Smarkm
607102649Snectar/* Define if you have the function `putenv'. */
60872450Sassar#define HAVE_PUTENV 1
60956067Smarkm
610102649Snectar/* Define to 1 if you have the <pwd.h> header file. */
61172450Sassar#define HAVE_PWD_H 1
61256067Smarkm
613102649Snectar/* Define to 1 if you have the `rand' function. */
61472450Sassar#define HAVE_RAND 1
61556067Smarkm
616102649Snectar/* Define to 1 if you have the `random' function. */
61772450Sassar#define HAVE_RANDOM 1
61856067Smarkm
619102649Snectar/* Define if you have the function `rcmd'. */
62072450Sassar#define HAVE_RCMD 1
62156067Smarkm
62272450Sassar/* Define if you have a readline compatible library. */
62372450Sassar#define HAVE_READLINE 1
62456067Smarkm
625102649Snectar/* Define if you have the function `readv'. */
62672450Sassar#define HAVE_READV 1
62756067Smarkm
628102649Snectar/* Define if you have the function `recvmsg'. */
62972450Sassar#define HAVE_RECVMSG 1
63056067Smarkm
631102649Snectar/* Define to 1 if you have the <resolv.h> header file. */
63272450Sassar#define HAVE_RESOLV_H 1
63356067Smarkm
634178828Sdfr/* Define to 1 if you have the `res_ndestroy' function. */
635178828Sdfr#define HAVE_RES_NDESTROY 1
636178828Sdfr
637103427Snectar/* Define to 1 if you have the `res_nsearch' function. */
638178828Sdfr#define HAVE_RES_NSEARCH 1
639103427Snectar
640102649Snectar/* Define to 1 if you have the `res_search' function. */
64172450Sassar#define HAVE_RES_SEARCH 1
64256067Smarkm
643102649Snectar/* Define to 1 if you have the `revoke' function. */
64472450Sassar#define HAVE_REVOKE 1
64556067Smarkm
646102649Snectar/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
64772450Sassar#define HAVE_RPCSVC_YPCLNT_H 1
64856067Smarkm
649102649Snectar/* Define to 1 if you have the <sac.h> header file. */
65072450Sassar/* #undef HAVE_SAC_H */
65156067Smarkm
652102649Snectar/* Define to 1 if the system has the type `sa_family_t'. */
65372450Sassar#define HAVE_SA_FAMILY_T 1
65456067Smarkm
655102649Snectar/* Define to 1 if you have the <security/pam_modules.h> header file. */
65672450Sassar#define HAVE_SECURITY_PAM_MODULES_H 1
65756067Smarkm
658102649Snectar/* Define to 1 if you have the `select' function. */
65972450Sassar#define HAVE_SELECT 1
66056067Smarkm
661102649Snectar/* Define if you have the function `sendmsg'. */
66272450Sassar#define HAVE_SENDMSG 1
66356067Smarkm
664102649Snectar/* Define if you have the function `setegid'. */
66572450Sassar#define HAVE_SETEGID 1
66656067Smarkm
667102649Snectar/* Define if you have the function `setenv'. */
66872450Sassar#define HAVE_SETENV 1
66956067Smarkm
670102649Snectar/* Define if you have the function `seteuid'. */
67172450Sassar#define HAVE_SETEUID 1
67256067Smarkm
673102649Snectar/* Define to 1 if you have the `setitimer' function. */
67472450Sassar#define HAVE_SETITIMER 1
67556067Smarkm
676102649Snectar/* Define to 1 if you have the `setlim' function. */
67772450Sassar/* #undef HAVE_SETLIM */
67856067Smarkm
679102649Snectar/* Define to 1 if you have the `setlogin' function. */
68072450Sassar#define HAVE_SETLOGIN 1
68156067Smarkm
682102649Snectar/* Define to 1 if you have the `setpcred' function. */
68372450Sassar/* #undef HAVE_SETPCRED */
68456067Smarkm
685102649Snectar/* Define to 1 if you have the `setpgid' function. */
68672450Sassar#define HAVE_SETPGID 1
68756067Smarkm
688102649Snectar/* Define to 1 if you have the `setproctitle' function. */
68972450Sassar#define HAVE_SETPROCTITLE 1
69056067Smarkm
691102649Snectar/* Define to 1 if you have the `setprogname' function. */
69278550Sassar#define HAVE_SETPROGNAME 1
69378550Sassar
694102649Snectar/* Define to 1 if you have the `setregid' function. */
69572450Sassar#define HAVE_SETREGID 1
69656067Smarkm
697102649Snectar/* Define to 1 if you have the `setresgid' function. */
69872450Sassar#define HAVE_SETRESGID 1
69956067Smarkm
700102649Snectar/* Define to 1 if you have the `setresuid' function. */
70172450Sassar#define HAVE_SETRESUID 1
70256067Smarkm
703102649Snectar/* Define to 1 if you have the `setreuid' function. */
70472450Sassar#define HAVE_SETREUID 1
70556067Smarkm
706102649Snectar/* Define to 1 if you have the `setsid' function. */
70772450Sassar#define HAVE_SETSID 1
70856067Smarkm
709102649Snectar/* Define to 1 if you have the `setsockopt' function. */
71072450Sassar#define HAVE_SETSOCKOPT 1
71156067Smarkm
712102649Snectar/* Define to 1 if you have the `setstate' function. */
71378550Sassar#define HAVE_SETSTATE 1
71478550Sassar
715102649Snectar/* Define to 1 if you have the `setutent' function. */
71672450Sassar/* #undef HAVE_SETUTENT */
71756067Smarkm
718102649Snectar/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
71972450Sassar/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
72056067Smarkm
721102649Snectar/* Define to 1 if you have the <sgtty.h> header file. */
72272450Sassar#define HAVE_SGTTY_H 1
72356067Smarkm
724102649Snectar/* Define to 1 if you have the <shadow.h> header file. */
72572450Sassar/* #undef HAVE_SHADOW_H */
72656067Smarkm
727102649Snectar/* Define to 1 if you have the <siad.h> header file. */
72872450Sassar/* #undef HAVE_SIAD_H */
72956067Smarkm
730102649Snectar/* Define to 1 if you have the `sigaction' function. */
73172450Sassar#define HAVE_SIGACTION 1
73256067Smarkm
733102649Snectar/* Define to 1 if you have the <signal.h> header file. */
73472450Sassar#define HAVE_SIGNAL_H 1
73556067Smarkm
73672450Sassar/* define if you have a working snprintf */
73772450Sassar#define HAVE_SNPRINTF 1
73856067Smarkm
739102649Snectar/* Define to 1 if you have the `socket' function. */
74072450Sassar#define HAVE_SOCKET 1
74156067Smarkm
742102649Snectar/* Define to 1 if the system has the type `socklen_t'. */
74372450Sassar#define HAVE_SOCKLEN_T 1
74456067Smarkm
745102649Snectar/* Define to 1 if the system has the type `ssize_t'. */
746102649Snectar#define HAVE_SSIZE_T 1
747102649Snectar
748102649Snectar/* Define to 1 if you have the <standards.h> header file. */
74972450Sassar/* #undef HAVE_STANDARDS_H */
75056067Smarkm
751102649Snectar/* Define to 1 if you have the <stdint.h> header file. */
75290931Snectar#define HAVE_STDINT_H 1
75390931Snectar
754102649Snectar/* Define to 1 if you have the <stdlib.h> header file. */
75590931Snectar#define HAVE_STDLIB_H 1
75690931Snectar
757102649Snectar/* Define if you have the function `strcasecmp'. */
75872450Sassar#define HAVE_STRCASECMP 1
75956067Smarkm
760102649Snectar/* Define if you have the function `strdup'. */
76172450Sassar#define HAVE_STRDUP 1
76256067Smarkm
763102649Snectar/* Define if you have the function `strerror'. */
76472450Sassar#define HAVE_STRERROR 1
76556067Smarkm
766102649Snectar/* Define if you have the function `strftime'. */
76772450Sassar#define HAVE_STRFTIME 1
76856067Smarkm
769102649Snectar/* Define to 1 if you have the <strings.h> header file. */
77090931Snectar#define HAVE_STRINGS_H 1
77190931Snectar
772102649Snectar/* Define to 1 if you have the <string.h> header file. */
77390931Snectar#define HAVE_STRING_H 1
77490931Snectar
775102649Snectar/* Define if you have the function `strlcat'. */
77672450Sassar#define HAVE_STRLCAT 1
77756067Smarkm
778102649Snectar/* Define if you have the function `strlcpy'. */
77972450Sassar#define HAVE_STRLCPY 1
78056067Smarkm
781102649Snectar/* Define if you have the function `strlwr'. */
78272450Sassar/* #undef HAVE_STRLWR */
78356067Smarkm
784102649Snectar/* Define if you have the function `strncasecmp'. */
78572450Sassar#define HAVE_STRNCASECMP 1
78656067Smarkm
787102649Snectar/* Define if you have the function `strndup'. */
78872450Sassar/* #undef HAVE_STRNDUP */
78956067Smarkm
790102649Snectar/* Define if you have the function `strnlen'. */
79172450Sassar/* #undef HAVE_STRNLEN */
79256067Smarkm
793102649Snectar/* Define to 1 if you have the <stropts.h> header file. */
79472450Sassar/* #undef HAVE_STROPTS_H */
79556067Smarkm
796102649Snectar/* Define if you have the function `strptime'. */
79772450Sassar#define HAVE_STRPTIME 1
79856067Smarkm
799102649Snectar/* Define if you have the function `strsep'. */
80072450Sassar#define HAVE_STRSEP 1
80156067Smarkm
802102649Snectar/* Define if you have the function `strsep_copy'. */
80372450Sassar/* #undef HAVE_STRSEP_COPY */
80456067Smarkm
805102649Snectar/* Define to 1 if you have the `strstr' function. */
80672450Sassar#define HAVE_STRSTR 1
80756067Smarkm
808102649Snectar/* Define to 1 if you have the `strsvis' function. */
80972450Sassar/* #undef HAVE_STRSVIS */
81056067Smarkm
811102649Snectar/* Define if you have the function `strtok_r'. */
81272450Sassar#define HAVE_STRTOK_R 1
81356067Smarkm
814102649Snectar/* Define to 1 if the system has the type `struct addrinfo'. */
81572450Sassar#define HAVE_STRUCT_ADDRINFO 1
81656067Smarkm
817102649Snectar/* Define to 1 if the system has the type `struct ifaddrs'. */
81872450Sassar#define HAVE_STRUCT_IFADDRS 1
81956067Smarkm
820102649Snectar/* Define to 1 if the system has the type `struct iovec'. */
821102649Snectar#define HAVE_STRUCT_IOVEC 1
822102649Snectar
823102649Snectar/* Define to 1 if the system has the type `struct msghdr'. */
824102649Snectar#define HAVE_STRUCT_MSGHDR 1
825102649Snectar
826102649Snectar/* Define to 1 if the system has the type `struct sockaddr'. */
82772450Sassar#define HAVE_STRUCT_SOCKADDR 1
82856067Smarkm
82972450Sassar/* Define if struct sockaddr has field sa_len. */
83072450Sassar#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
83156067Smarkm
832102649Snectar/* Define to 1 if the system has the type `struct sockaddr_storage'. */
83372450Sassar#define HAVE_STRUCT_SOCKADDR_STORAGE 1
83456067Smarkm
83572450Sassar/* define if you have struct spwd */
83672450Sassar/* #undef HAVE_STRUCT_SPWD */
83756067Smarkm
83872450Sassar/* Define if struct tm has field tm_gmtoff. */
83972450Sassar#define HAVE_STRUCT_TM_TM_GMTOFF 1
84056067Smarkm
84172450Sassar/* Define if struct tm has field tm_zone. */
84272450Sassar#define HAVE_STRUCT_TM_TM_ZONE 1
84356067Smarkm
84472450Sassar/* Define if struct utmpx has field ut_exit. */
84572450Sassar/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
84656067Smarkm
84772450Sassar/* Define if struct utmpx has field ut_syslen. */
84872450Sassar/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
84956067Smarkm
85072450Sassar/* Define if struct utmp has field ut_addr. */
85172450Sassar/* #undef HAVE_STRUCT_UTMP_UT_ADDR */
85256067Smarkm
85372450Sassar/* Define if struct utmp has field ut_host. */
85472450Sassar/* #undef HAVE_STRUCT_UTMP_UT_HOST */
85556067Smarkm
85672450Sassar/* Define if struct utmp has field ut_id. */
85772450Sassar/* #undef HAVE_STRUCT_UTMP_UT_ID */
85856067Smarkm
85972450Sassar/* Define if struct utmp has field ut_pid. */
86072450Sassar/* #undef HAVE_STRUCT_UTMP_UT_PID */
86156067Smarkm
86272450Sassar/* Define if struct utmp has field ut_type. */
86372450Sassar/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
86456067Smarkm
86572450Sassar/* Define if struct utmp has field ut_user. */
86672450Sassar/* #undef HAVE_STRUCT_UTMP_UT_USER */
86756067Smarkm
86872450Sassar/* define if struct winsize is declared in sys/termios.h */
86972450Sassar#define HAVE_STRUCT_WINSIZE 1
87056067Smarkm
871102649Snectar/* Define to 1 if you have the `strunvis' function. */
87272450Sassar#define HAVE_STRUNVIS 1
87356067Smarkm
874102649Snectar/* Define if you have the function `strupr'. */
87572450Sassar/* #undef HAVE_STRUPR */
87656067Smarkm
877102649Snectar/* Define to 1 if you have the `strvis' function. */
87872450Sassar#define HAVE_STRVIS 1
87956067Smarkm
880102649Snectar/* Define to 1 if you have the `strvisx' function. */
88172450Sassar#define HAVE_STRVISX 1
88256067Smarkm
883102649Snectar/* Define to 1 if you have the `svis' function. */
88472450Sassar/* #undef HAVE_SVIS */
88556067Smarkm
886102649Snectar/* Define if you have the function `swab'. */
88772450Sassar#define HAVE_SWAB 1
88856067Smarkm
889102649Snectar/* Define to 1 if you have the `sysconf' function. */
89072450Sassar#define HAVE_SYSCONF 1
89156067Smarkm
892102649Snectar/* Define to 1 if you have the `sysctl' function. */
89372450Sassar#define HAVE_SYSCTL 1
89456067Smarkm
895102649Snectar/* Define to 1 if you have the `syslog' function. */
89672450Sassar#define HAVE_SYSLOG 1
89756067Smarkm
898102649Snectar/* Define to 1 if you have the <syslog.h> header file. */
89972450Sassar#define HAVE_SYSLOG_H 1
90056067Smarkm
901102649Snectar/* Define to 1 if you have the <sys/bitypes.h> header file. */
90256067Smarkm/* #undef HAVE_SYS_BITYPES_H */
90356067Smarkm
904102649Snectar/* Define to 1 if you have the <sys/bswap.h> header file. */
90578550Sassar/* #undef HAVE_SYS_BSWAP_H */
90678550Sassar
907102649Snectar/* Define to 1 if you have the <sys/capability.h> header file. */
908103427Snectar/* #undef HAVE_SYS_CAPABILITY_H */
90956067Smarkm
910102649Snectar/* Define to 1 if you have the <sys/category.h> header file. */
91156067Smarkm/* #undef HAVE_SYS_CATEGORY_H */
91256067Smarkm
913102649Snectar/* Define to 1 if you have the <sys/file.h> header file. */
91456067Smarkm#define HAVE_SYS_FILE_H 1
91556067Smarkm
916102649Snectar/* Define to 1 if you have the <sys/filio.h> header file. */
91756067Smarkm#define HAVE_SYS_FILIO_H 1
91856067Smarkm
919102649Snectar/* Define to 1 if you have the <sys/ioccom.h> header file. */
92056067Smarkm#define HAVE_SYS_IOCCOM_H 1
92156067Smarkm
922102649Snectar/* Define to 1 if you have the <sys/ioctl.h> header file. */
92356067Smarkm#define HAVE_SYS_IOCTL_H 1
92456067Smarkm
925103427Snectar/* Define to 1 if you have the <sys/mman.h> header file. */
926103427Snectar#define HAVE_SYS_MMAN_H 1
927103427Snectar
928102649Snectar/* Define to 1 if you have the <sys/param.h> header file. */
92956067Smarkm#define HAVE_SYS_PARAM_H 1
93056067Smarkm
931102649Snectar/* Define to 1 if you have the <sys/proc.h> header file. */
93256067Smarkm#define HAVE_SYS_PROC_H 1
93356067Smarkm
934102649Snectar/* Define to 1 if you have the <sys/ptyio.h> header file. */
93556067Smarkm/* #undef HAVE_SYS_PTYIO_H */
93656067Smarkm
937102649Snectar/* Define to 1 if you have the <sys/ptyvar.h> header file. */
93856067Smarkm/* #undef HAVE_SYS_PTYVAR_H */
93956067Smarkm
940102649Snectar/* Define to 1 if you have the <sys/pty.h> header file. */
94172450Sassar/* #undef HAVE_SYS_PTY_H */
94272450Sassar
943102649Snectar/* Define to 1 if you have the <sys/resource.h> header file. */
94456067Smarkm#define HAVE_SYS_RESOURCE_H 1
94556067Smarkm
946102649Snectar/* Define to 1 if you have the <sys/select.h> header file. */
94756067Smarkm#define HAVE_SYS_SELECT_H 1
94856067Smarkm
949102649Snectar/* Define to 1 if you have the <sys/socket.h> header file. */
95056067Smarkm#define HAVE_SYS_SOCKET_H 1
95156067Smarkm
952102649Snectar/* Define to 1 if you have the <sys/sockio.h> header file. */
95356067Smarkm#define HAVE_SYS_SOCKIO_H 1
95456067Smarkm
955102649Snectar/* Define to 1 if you have the <sys/stat.h> header file. */
95656067Smarkm#define HAVE_SYS_STAT_H 1
95756067Smarkm
958102649Snectar/* Define to 1 if you have the <sys/stream.h> header file. */
95956067Smarkm/* #undef HAVE_SYS_STREAM_H */
96056067Smarkm
961102649Snectar/* Define to 1 if you have the <sys/stropts.h> header file. */
96256067Smarkm/* #undef HAVE_SYS_STROPTS_H */
96356067Smarkm
964102649Snectar/* Define to 1 if you have the <sys/strtty.h> header file. */
96556067Smarkm/* #undef HAVE_SYS_STRTTY_H */
96656067Smarkm
967102649Snectar/* Define to 1 if you have the <sys/str_tty.h> header file. */
96872450Sassar/* #undef HAVE_SYS_STR_TTY_H */
96972450Sassar
970102649Snectar/* Define to 1 if you have the <sys/syscall.h> header file. */
97156067Smarkm#define HAVE_SYS_SYSCALL_H 1
97256067Smarkm
973102649Snectar/* Define to 1 if you have the <sys/sysctl.h> header file. */
97456067Smarkm#define HAVE_SYS_SYSCTL_H 1
97556067Smarkm
976102649Snectar/* Define to 1 if you have the <sys/termio.h> header file. */
97756067Smarkm/* #undef HAVE_SYS_TERMIO_H */
97856067Smarkm
979102649Snectar/* Define to 1 if you have the <sys/timeb.h> header file. */
98056067Smarkm#define HAVE_SYS_TIMEB_H 1
98156067Smarkm
982102649Snectar/* Define to 1 if you have the <sys/times.h> header file. */
98356067Smarkm#define HAVE_SYS_TIMES_H 1
98456067Smarkm
985102649Snectar/* Define to 1 if you have the <sys/time.h> header file. */
98672450Sassar#define HAVE_SYS_TIME_H 1
98772450Sassar
988102649Snectar/* Define to 1 if you have the <sys/tty.h> header file. */
98956067Smarkm#define HAVE_SYS_TTY_H 1
99056067Smarkm
991102649Snectar/* Define to 1 if you have the <sys/types.h> header file. */
99256067Smarkm#define HAVE_SYS_TYPES_H 1
99356067Smarkm
994178828Sdfr/* Define to 1 if you have the <sys/ucred.h> header file. */
995178828Sdfr#define HAVE_SYS_UCRED_H 1
996178828Sdfr
997102649Snectar/* Define to 1 if you have the <sys/uio.h> header file. */
99856067Smarkm#define HAVE_SYS_UIO_H 1
99956067Smarkm
1000102649Snectar/* Define to 1 if you have the <sys/un.h> header file. */
100156067Smarkm#define HAVE_SYS_UN_H 1
100256067Smarkm
1003102649Snectar/* Define to 1 if you have the <sys/utsname.h> header file. */
100456067Smarkm#define HAVE_SYS_UTSNAME_H 1
100556067Smarkm
1006102649Snectar/* Define to 1 if you have the <sys/wait.h> header file. */
100756067Smarkm#define HAVE_SYS_WAIT_H 1
100856067Smarkm
1009102649Snectar/* Define to 1 if you have the <termcap.h> header file. */
1010102649Snectar#define HAVE_TERMCAP_H 1
1011102649Snectar
1012102649Snectar/* Define to 1 if you have the <termios.h> header file. */
101372450Sassar#define HAVE_TERMIOS_H 1
101456067Smarkm
1015102649Snectar/* Define to 1 if you have the <termio.h> header file. */
101672450Sassar/* #undef HAVE_TERMIO_H */
101772450Sassar
1018102649Snectar/* Define to 1 if you have the <term.h> header file. */
101956067Smarkm#define HAVE_TERM_H 1
102056067Smarkm
1021102649Snectar/* Define to 1 if you have the `tgetent' function. */
102272450Sassar#define HAVE_TGETENT 1
102356067Smarkm
1024178828Sdfr/* Define if you have the function `timegm'. */
102572450Sassar#define HAVE_TIMEGM 1
102656067Smarkm
102772450Sassar/* Define if you have the `timezone' variable. */
102872450Sassar#define HAVE_TIMEZONE 1
102972450Sassar
1030102649Snectar/* Define to 1 if you have the <time.h> header file. */
103156067Smarkm#define HAVE_TIME_H 1
103256067Smarkm
1033102649Snectar/* Define to 1 if you have the <tmpdir.h> header file. */
103456067Smarkm/* #undef HAVE_TMPDIR_H */
103556067Smarkm
1036102649Snectar/* Define to 1 if you have the `ttyname' function. */
103772450Sassar#define HAVE_TTYNAME 1
103872450Sassar
1039102649Snectar/* Define to 1 if you have the `ttyslot' function. */
104072450Sassar#define HAVE_TTYSLOT 1
104172450Sassar
1042102649Snectar/* Define to 1 if you have the <udb.h> header file. */
104356067Smarkm/* #undef HAVE_UDB_H */
104456067Smarkm
1045178828Sdfr/* Define to 1 if the system has the type `uint16_t'. */
1046178828Sdfr#define HAVE_UINT16_T 1
1047178828Sdfr
1048178828Sdfr/* Define to 1 if the system has the type `uint32_t'. */
1049178828Sdfr#define HAVE_UINT32_T 1
1050178828Sdfr
1051178828Sdfr/* Define to 1 if the system has the type `uint64_t'. */
1052178828Sdfr#define HAVE_UINT64_T 1
1053178828Sdfr
1054178828Sdfr/* Define to 1 if the system has the type `uint8_t'. */
1055178828Sdfr#define HAVE_UINT8_T 1
1056178828Sdfr
1057178828Sdfr/* Define to 1 if the system has the type `uintptr_t'. */
1058178828Sdfr#define HAVE_UINTPTR_T 1
1059178828Sdfr
1060102649Snectar/* Define to 1 if you have the `umask' function. */
106172450Sassar#define HAVE_UMASK 1
106256067Smarkm
1063102649Snectar/* Define to 1 if you have the `uname' function. */
106472450Sassar#define HAVE_UNAME 1
106556067Smarkm
1066102649Snectar/* Define to 1 if you have the <unistd.h> header file. */
106772450Sassar#define HAVE_UNISTD_H 1
106856067Smarkm
1069102649Snectar/* Define to 1 if you have the `unlockpt' function. */
1070120949Snectar#define HAVE_UNLOCKPT 1
107156067Smarkm
1072102649Snectar/* Define if you have the function `unsetenv'. */
107372450Sassar#define HAVE_UNSETENV 1
107456067Smarkm
1075102649Snectar/* Define to 1 if you have the `unvis' function. */
107672450Sassar#define HAVE_UNVIS 1
107756067Smarkm
1078102649Snectar/* Define to 1 if you have the <userconf.h> header file. */
107972450Sassar/* #undef HAVE_USERCONF_H */
108056067Smarkm
1081102649Snectar/* Define to 1 if you have the <usersec.h> header file. */
108272450Sassar/* #undef HAVE_USERSEC_H */
108356067Smarkm
1084102649Snectar/* Define to 1 if you have the <util.h> header file. */
108572450Sassar/* #undef HAVE_UTIL_H */
108656067Smarkm
1087102649Snectar/* Define to 1 if you have the <utmpx.h> header file. */
108872450Sassar/* #undef HAVE_UTMPX_H */
108956067Smarkm
1090102649Snectar/* Define to 1 if you have the <utmp.h> header file. */
109172450Sassar#define HAVE_UTMP_H 1
109256067Smarkm
1093178828Sdfr/* Define to 1 if the system has the type `u_int16_t'. */
1094178828Sdfr#define HAVE_U_INT16_T 1
1095178828Sdfr
1096178828Sdfr/* Define to 1 if the system has the type `u_int32_t'. */
1097178828Sdfr#define HAVE_U_INT32_T 1
1098178828Sdfr
1099178828Sdfr/* Define to 1 if the system has the type `u_int64_t'. */
1100178828Sdfr#define HAVE_U_INT64_T 1
1101178828Sdfr
1102178828Sdfr/* Define to 1 if the system has the type `u_int8_t'. */
1103178828Sdfr#define HAVE_U_INT8_T 1
1104178828Sdfr
1105102649Snectar/* Define to 1 if you have the `vasnprintf' function. */
110672450Sassar/* #undef HAVE_VASNPRINTF */
110756067Smarkm
1108102649Snectar/* Define to 1 if you have the `vasprintf' function. */
110972450Sassar#define HAVE_VASPRINTF 1
111056067Smarkm
1111102649Snectar/* Define if you have the function `verr'. */
111272450Sassar#define HAVE_VERR 1
111356067Smarkm
1114102649Snectar/* Define if you have the function `verrx'. */
111572450Sassar#define HAVE_VERRX 1
111656067Smarkm
1117102649Snectar/* Define to 1 if you have the `vhangup' function. */
111872450Sassar/* #undef HAVE_VHANGUP */
111956067Smarkm
1120102649Snectar/* Define to 1 if you have the `vis' function. */
112172450Sassar#define HAVE_VIS 1
112256067Smarkm
1123102649Snectar/* Define to 1 if you have the <vis.h> header file. */
112472450Sassar#define HAVE_VIS_H 1
112556067Smarkm
112672450Sassar/* define if you have a working vsnprintf */
112772450Sassar#define HAVE_VSNPRINTF 1
112856067Smarkm
1129102649Snectar/* Define if you have the function `vsyslog'. */
113072450Sassar#define HAVE_VSYSLOG 1
113156067Smarkm
1132102649Snectar/* Define if you have the function `vwarn'. */
113372450Sassar#define HAVE_VWARN 1
113456067Smarkm
1135102649Snectar/* Define if you have the function `vwarnx'. */
113672450Sassar#define HAVE_VWARNX 1
113756067Smarkm
1138102649Snectar/* Define if you have the function `warn'. */
113972450Sassar#define HAVE_WARN 1
114056067Smarkm
1141102649Snectar/* Define if you have the function `warnx'. */
114272450Sassar#define HAVE_WARNX 1
114356067Smarkm
1144102649Snectar/* Define if you have the function `writev'. */
114572450Sassar#define HAVE_WRITEV 1
114656067Smarkm
114772450Sassar/* define if struct winsize has ws_xpixel */
114872450Sassar#define HAVE_WS_XPIXEL 1
114956067Smarkm
115072450Sassar/* define if struct winsize has ws_ypixel */
115172450Sassar#define HAVE_WS_YPIXEL 1
115256067Smarkm
1153102649Snectar/* Define to 1 if you have the `XauFileName' function. */
1154103427Snectar/* #undef HAVE_XAUFILENAME */
115556067Smarkm
1156102649Snectar/* Define to 1 if you have the `XauReadAuth' function. */
1157103427Snectar/* #undef HAVE_XAUREADAUTH */
115856067Smarkm
1159102649Snectar/* Define to 1 if you have the `XauWriteAuth' function. */
1160103427Snectar/* #undef HAVE_XAUWRITEAUTH */
116156067Smarkm
1162102649Snectar/* Define to 1 if you have the `yp_get_default_domain' function. */
116372450Sassar#define HAVE_YP_GET_DEFAULT_DOMAIN 1
116456067Smarkm
1165102649Snectar/* Define to 1 if you have the `_getpty' function. */
116672450Sassar/* #undef HAVE__GETPTY */
116756067Smarkm
1168102649Snectar/* Define if you have the `_res' variable. */
1169102649Snectar#define HAVE__RES 1
1170102649Snectar
1171102649Snectar/* Define to 1 if you have the `_scrsize' function. */
117272450Sassar/* #undef HAVE__SCRSIZE */
117356067Smarkm
117472450Sassar/* define if your compiler has __attribute__ */
117572450Sassar#define HAVE___ATTRIBUTE__ 1
117656067Smarkm
117772450Sassar/* Define if you have the `__progname' variable. */
117872450Sassar#define HAVE___PROGNAME 1
117956067Smarkm
118056067Smarkm/* Define if you have the hesiod package. */
118156067Smarkm/* #undef HESIOD */
118256067Smarkm
1183102649Snectar/* Define if you are running IRIX 4. */
1184102649Snectar/* #undef IRIX4 */
1185102649Snectar
118672450Sassar/* Enable Kerberos 5 support in applications. */
118772450Sassar#define KRB5 1
118856067Smarkm
1189178828Sdfr/* path to lib */
1190178828Sdfr#define LIBDIR "/usr/lib"
119156067Smarkm
1192178828Sdfr/* path to libexec */
1193178828Sdfr#define LIBEXECDIR "/usr/libexec"
1194102649Snectar
1195178828Sdfr/* path to localstate */
1196178828Sdfr#define LOCALSTATEDIR "/var/heimdal"
119756067Smarkm
119872450Sassar/* define if the system is missing a prototype for asnprintf() */
1199102649Snectar#define NEED_ASNPRINTF_PROTO 1
120056067Smarkm
120156067Smarkm/* define if the system is missing a prototype for asprintf() */
120256067Smarkm/* #undef NEED_ASPRINTF_PROTO */
120356067Smarkm
120472450Sassar/* define if the system is missing a prototype for crypt() */
120572450Sassar/* #undef NEED_CRYPT_PROTO */
120656067Smarkm
1207178828Sdfr/* define if the system is missing a prototype for daemon() */
1208178828Sdfr#define NEED_DAEMON_PROTO 1
1209178828Sdfr
121056067Smarkm/* define if the system is missing a prototype for gethostname() */
121156067Smarkm/* #undef NEED_GETHOSTNAME_PROTO */
121256067Smarkm
121356067Smarkm/* define if the system is missing a prototype for getusershell() */
121456067Smarkm/* #undef NEED_GETUSERSHELL_PROTO */
121556067Smarkm
121672450Sassar/* define if the system is missing a prototype for glob() */
121772450Sassar/* #undef NEED_GLOB_PROTO */
121872450Sassar
121972450Sassar/* define if the system is missing a prototype for hstrerror() */
122072450Sassar/* #undef NEED_HSTRERROR_PROTO */
122172450Sassar
122256067Smarkm/* define if the system is missing a prototype for inet_aton() */
122356067Smarkm/* #undef NEED_INET_ATON_PROTO */
122456067Smarkm
1225178828Sdfr/* define if the system is missing a prototype for iruserok() */
1226178828Sdfr/* #undef NEED_IRUSEROK_PROTO */
1227178828Sdfr
122872450Sassar/* define if the system is missing a prototype for mkstemp() */
122972450Sassar/* #undef NEED_MKSTEMP_PROTO */
123056067Smarkm
1231178828Sdfr/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1232178828Sdfr/* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1233178828Sdfr
123472450Sassar/* define if the system is missing a prototype for setenv() */
123572450Sassar/* #undef NEED_SETENV_PROTO */
123656067Smarkm
123772450Sassar/* define if the system is missing a prototype for snprintf() */
123872450Sassar/* #undef NEED_SNPRINTF_PROTO */
123956067Smarkm
1240102649Snectar/* define if the system is missing a prototype for strndup() */
1241102649Snectar#define NEED_STRNDUP_PROTO 1
1242102649Snectar
124372450Sassar/* define if the system is missing a prototype for strsep() */
124472450Sassar/* #undef NEED_STRSEP_PROTO */
124556067Smarkm
1246102649Snectar/* define if the system is missing a prototype for strsvis() */
1247102649Snectar#define NEED_STRSVIS_PROTO 1
1248102649Snectar
124956067Smarkm/* define if the system is missing a prototype for strtok_r() */
125056067Smarkm/* #undef NEED_STRTOK_R_PROTO */
125156067Smarkm
1252102649Snectar/* define if the system is missing a prototype for strunvis() */
1253102649Snectar/* #undef NEED_STRUNVIS_PROTO */
1254102649Snectar
1255102649Snectar/* define if the system is missing a prototype for strvisx() */
1256102649Snectar/* #undef NEED_STRVISX_PROTO */
1257102649Snectar
1258102649Snectar/* define if the system is missing a prototype for strvis() */
1259102649Snectar/* #undef NEED_STRVIS_PROTO */
1260102649Snectar
1261102649Snectar/* define if the system is missing a prototype for svis() */
1262102649Snectar#define NEED_SVIS_PROTO 1
1263102649Snectar
126472450Sassar/* define if the system is missing a prototype for unsetenv() */
126572450Sassar/* #undef NEED_UNSETENV_PROTO */
126656067Smarkm
1267102649Snectar/* define if the system is missing a prototype for unvis() */
1268102649Snectar/* #undef NEED_UNVIS_PROTO */
1269102649Snectar
127072450Sassar/* define if the system is missing a prototype for vasnprintf() */
1271102649Snectar#define NEED_VASNPRINTF_PROTO 1
127256067Smarkm
127372450Sassar/* define if the system is missing a prototype for vasprintf() */
127472450Sassar/* #undef NEED_VASPRINTF_PROTO */
127556067Smarkm
1276102649Snectar/* define if the system is missing a prototype for vis() */
1277102649Snectar/* #undef NEED_VIS_PROTO */
1278102649Snectar
127972450Sassar/* define if the system is missing a prototype for vsnprintf() */
128072450Sassar/* #undef NEED_VSNPRINTF_PROTO */
128156067Smarkm
1282178828Sdfr/* Define if you don't wan't support for AFS. */
1283178828Sdfr/* #undef NO_AFS */
1284178828Sdfr
1285178828Sdfr/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1286178828Sdfr/* #undef NO_MINUS_C_MINUS_O */
1287178828Sdfr
1288103427Snectar/* Define if you don't want to use mmap. */
1289103427Snectar/* #undef NO_MMAP */
1290103427Snectar
129172450Sassar/* Define this to enable old environment option in telnet. */
129272450Sassar#define OLD_ENVIRON 1
129356067Smarkm
129472450Sassar/* Define if you have the openldap package. */
129572450Sassar/* #undef OPENLDAP */
129656067Smarkm
1297178828Sdfr/* Define if you want support for hdb ldap module */
1298178828Sdfr/* #undef OPENLDAP_MODULE */
1299178828Sdfr
130072450Sassar/* define if prototype of openlog is compatible with void openlog(const char
130172450Sassar   *, int, int) */
130272450Sassar#define OPENLOG_PROTO_COMPATIBLE 1
130356067Smarkm
130472450Sassar/* Define if you want OTP support in applications. */
1305178828Sdfr#define OTP 1
130656067Smarkm
130772450Sassar/* Name of package */
130872450Sassar#define PACKAGE "heimdal"
130956067Smarkm
1310102649Snectar/* Define to the address where bug reports for this package should be sent. */
1311178828Sdfr#define PACKAGE_BUGREPORT "heimdal-bugs@h5l.org"
1312102649Snectar
1313102649Snectar/* Define to the full name of this package. */
1314102649Snectar#define PACKAGE_NAME "Heimdal"
1315102649Snectar
1316102649Snectar/* Define to the full name and version of this package. */
1317178828Sdfr#define PACKAGE_STRING "Heimdal 1.1"
1318102649Snectar
1319102649Snectar/* Define to the one symbol short name of this package. */
1320102649Snectar#define PACKAGE_TARNAME "heimdal"
1321102649Snectar
1322102649Snectar/* Define to the version of this package. */
1323178828Sdfr#define PACKAGE_VERSION "1.1"
1324102649Snectar
1325178828Sdfr/* Define to enable PKINIT. */
1326178828Sdfr#define PKINIT 1
1327178828Sdfr
132872450Sassar/* Define if getlogin has POSIX flavour (and not BSD). */
132972450Sassar/* #undef POSIX_GETLOGIN */
133056067Smarkm
133172450Sassar/* Define if getpwnam_r has POSIX flavour. */
133272450Sassar/* #undef POSIX_GETPWNAM_R */
133356067Smarkm
133472450Sassar/* Define if you have the readline package. */
133572450Sassar/* #undef READLINE */
133656067Smarkm
133772450Sassar/* Define as the return type of signal handlers (`int' or `void'). */
133872450Sassar#define RETSIGTYPE void
133956067Smarkm
1340178828Sdfr/* path to sbin */
1341178828Sdfr#define SBINDIR "/usr/sbin"
1342178828Sdfr
1343178828Sdfr/* Define if you want to use samba socket wrappers. */
1344178828Sdfr/* #undef SOCKET_WRAPPER_REPLACE */
1345178828Sdfr
1346102649Snectar/* Define to 1 if you have the ANSI C header files. */
134772450Sassar#define STDC_HEADERS 1
134856067Smarkm
134972450Sassar/* Define if you have streams ptys. */
135072450Sassar/* #undef STREAMSPTY */
135156067Smarkm
1352178828Sdfr/* path to sysconf */
1353178828Sdfr#define SYSCONFDIR "/etc"
1354178828Sdfr
135572450Sassar/* Define to what version of SunOS you are running. */
135672450Sassar/* #undef SunOS */
135756067Smarkm
1358102649Snectar/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
135972450Sassar#define TIME_WITH_SYS_TIME 1
136056067Smarkm
1361102649Snectar/* Define to 1 if your <sys/time.h> declares `struct tm'. */
136272450Sassar/* #undef TM_IN_SYS_TIME */
136356067Smarkm
136472450Sassar/* Version number of package */
1365178828Sdfr#define VERSION "1.1"
136656067Smarkm
136772450Sassar/* Define if signal handlers return void. */
136872450Sassar#define VOID_RETSIGTYPE 1
136956067Smarkm
137072450Sassar/* define if target is big endian */
137172450Sassar/* #undef WORDS_BIGENDIAN */
137256067Smarkm
1373102649Snectar/* Define to 1 if the X Window System is missing or not being used. */
1374178828Sdfr#define X_DISPLAY_MISSING 1
137556067Smarkm
1376102649Snectar/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1377102649Snectar   `char[]'. */
137872450Sassar#define YYTEXT_POINTER 1
137956067Smarkm
1380103427Snectar/* Number of bits in a file offset, on hosts where this is settable. */
1381103427Snectar/* #undef _FILE_OFFSET_BITS */
1382103427Snectar
1383102649Snectar/* Define to enable extensions on glibc-based systems such as Linux. */
1384102649Snectar#define _GNU_SOURCE 1
1385102649Snectar
1386103427Snectar/* Define for large files, on AIX-style hosts. */
1387103427Snectar/* #undef _LARGE_FILES */
1388103427Snectar
138972450Sassar/* Define to empty if `const' does not conform to ANSI C. */
139072450Sassar/* #undef const */
139156067Smarkm
139272450Sassar/* Define to `int' if <sys/types.h> doesn't define. */
139372450Sassar/* #undef gid_t */
139456067Smarkm
1395178828Sdfr/* Define to `__inline__' or `__inline' if that's what the C compiler
1396178828Sdfr   calls it, or to nothing if 'inline' is not supported under any name.  */
1397178828Sdfr#ifndef __cplusplus
139872450Sassar/* #undef inline */
1399178828Sdfr#endif
140056067Smarkm
140172450Sassar/* Define this to what the type mode_t should be. */
140272450Sassar/* #undef mode_t */
140356067Smarkm
1404178828Sdfr/* Define to `long int' if <sys/types.h> does not define. */
140572450Sassar/* #undef off_t */
140656067Smarkm
140772450Sassar/* Define to `int' if <sys/types.h> does not define. */
140872450Sassar/* #undef pid_t */
140956067Smarkm
141072450Sassar/* Define this to what the type sig_atomic_t should be. */
141172450Sassar/* #undef sig_atomic_t */
141256067Smarkm
1413178828Sdfr/* Define to `unsigned int' if <sys/types.h> does not define. */
141472450Sassar/* #undef size_t */
141556067Smarkm
141672450Sassar/* Define to `int' if <sys/types.h> doesn't define. */
141772450Sassar/* #undef uid_t */
141856067Smarkm
1419102649Snectar#ifdef ROKEN_RENAME
1420102649Snectar#include "roken_rename.h"
142172450Sassar#endif
142256067Smarkm
142372450Sassar#ifdef VOID_RETSIGTYPE
142472450Sassar#define SIGRETURN(x) return
142572450Sassar#else
142672450Sassar#define SIGRETURN(x) return (RETSIGTYPE)(x)
142772450Sassar#endif
142856067Smarkm
142972450Sassar#ifdef BROKEN_REALLOC
1430178828Sdfr#define realloc(X, Y) rk_realloc((X), (Y))
143172450Sassar#endif
143256067Smarkm
143356067Smarkm
143472450Sassar#if ENDIANESS_IN_SYS_PARAM_H
143572450Sassar#  include <sys/types.h>
143672450Sassar#  include <sys/param.h>
143772450Sassar#  if BYTE_ORDER == BIG_ENDIAN
143872450Sassar#  define WORDS_BIGENDIAN 1
143972450Sassar#  endif
144072450Sassar#endif
144190931Snectar
1442102649Snectar
1443102649Snectar#if _AIX
1444102649Snectar#define _ALL_SOURCE
1445102649Snectar/* XXX this is gross, but kills about a gazillion warnings */
1446102649Snectarstruct ether_addr;
1447102649Snectarstruct sockaddr;
1448102649Snectarstruct sockaddr_dl;
1449102649Snectarstruct sockaddr_in;
145090931Snectar#endif
1451102649Snectar
1452102649Snectar
1453102649Snectar/* IRIX 4 braindamage */
1454102649Snectar#if IRIX == 4 && !defined(__STDC__)
1455102649Snectar#define __STDC__ 0
1456102649Snectar#endif
1457102649Snectar
1458178828Sdfr
1459178828Sdfr
1460178828Sdfr#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1461178828Sdfr#define AUTHENTICATION 1
1462178828Sdfr#endif
1463178828Sdfr
1464178828Sdfr/* Set this to the default system lead string for telnetd
1465178828Sdfr * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1466178828Sdfr * %v=os-version, %t=tty, %h=hostname, %d=date and time
1467178828Sdfr */
1468178828Sdfr/* #undef USE_IM */
1469178828Sdfr
1470178828Sdfr/* Used with login -p */
1471178828Sdfr/* #undef LOGIN_ARGS */
1472178828Sdfr
1473178828Sdfr/* set this to a sensible login */
1474178828Sdfr#ifndef LOGIN_PATH
1475178828Sdfr#define LOGIN_PATH BINDIR "/login"
1476178828Sdfr#endif
1477178828Sdfr
1478