config.h revision 178828
1331766Sken/* include/config.h.  Generated from config.h.in by configure.  */
2331766Sken/* include/config.h.in.  Generated from configure.in by autoheader.  */
3331766Sken
4331766Sken/* $FreeBSD: head/kerberos5/include/config.h 178828 2008-05-07 13:53:12Z dfr $ */
5331766Sken
6331766Sken#include <osreldate.h>
7331766Sken
8331766Sken#ifndef RCSID
9331766Sken#define RCSID(msg) \
10331766Skenstatic /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
11331766Sken#endif
12331766Sken
13331766Sken/* Maximum values on all known systems */
14331766Sken#define MaxHostNameLen (64+4)
15331766Sken#define MaxPathLen (1024+4)
16331766Sken
17331766Sken
18331766Sken
19331766Sken#ifdef BUILD_KRB5_LIB
20331766Sken#ifndef KRB5_LIB_FUNCTION
21331766Sken#ifdef _WIN32_
22331766Sken#define KRB5_LIB_FUNCTION _export _stdcall
23331766Sken#else
24331766Sken#define KRB5_LIB_FUNCTION
25331766Sken#endif
26331766Sken#endif
27331766Sken#endif
28331766Sken
29331766Sken
30331766Sken#ifdef BUILD_ROKEN_LIB
31331766Sken#ifndef ROKEN_LIB_FUNCTION
32331766Sken#ifdef _WIN32_
33331766Sken#define ROKEN_LIB_FUNCTION _export _stdcall
34331766Sken#else
35331766Sken#define ROKEN_LIB_FUNCTION
36331766Sken#endif
37331766Sken#endif
38331766Sken#endif
39331766Sken
40331766Sken
41331766Sken/* Define if you want authentication support in telnet. */
42331766Sken#define AUTHENTICATION 1
43331766Sken
44331766Sken/* path to bin */
45331766Sken#define BINDIR "/usr/bin"
46331766Sken
47331766Sken/* Define if realloc(NULL) doesn't work. */
48331766Sken/* #undef BROKEN_REALLOC */
49331766Sken
50331766Sken/* Define if you want support for DCE/DFS PAG's. */
51331766Sken/* #undef DCE */
52331766Sken
53331766Sken/* Define if you want to use DES encryption in telnet. */
54331766Sken#define DES_ENCRYPTION 1
55331766Sken
56331766Sken/* Define this to enable diagnostics in telnet. */
57331766Sken#define DIAGNOSTICS 1
58331766Sken
59331766Sken/* Define if want to use the weak AFS string to key functions. */
60331766Sken#define ENABLE_AFS_STRING_TO_KEY 1
61331766Sken
62331766Sken/* Define if you want have a thread safe libraries */
63331766Sken/* #undef ENABLE_PTHREAD_SUPPORT */
64331766Sken
65331766Sken/* Define if you want encryption support in telnet. */
66331766Sken#define ENCRYPTION 1
67331766Sken
68331766Sken/* define if sys/param.h defines the endiness */
69331766Sken#define ENDIANESS_IN_SYS_PARAM_H 1
70331766Sken
71331766Sken/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
72331766Sken/* #undef ENV_HACK */
73331766Sken
74331766Sken/* define if prototype of gethostbyaddr is compatible with struct hostent
75331766Sken   *gethostbyaddr(const void *, size_t, int) */
76331766Sken#define GETHOSTBYADDR_PROTO_COMPATIBLE 1
77331766Sken
78331766Sken/* define if prototype of gethostbyname is compatible with struct hostent
79331766Sken   *gethostbyname(const char *) */
80331766Sken#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
81331766Sken
82331766Sken/* define if prototype of getservbyname is compatible with struct servent
83331766Sken   *getservbyname(const char *, const char *) */
84331766Sken#define GETSERVBYNAME_PROTO_COMPATIBLE 1
85331766Sken
86331766Sken/* define if prototype of getsockname is compatible with int getsockname(int,
87331766Sken   struct sockaddr*, socklen_t*) */
88331766Sken#define GETSOCKNAME_PROTO_COMPATIBLE 1
89331766Sken
90331766Sken/* Define if you have the `altzone' variable. */
91331766Sken/* #undef HAVE_ALTZONE */
92331766Sken
93331766Sken/* Define to 1 if you have the `arc4random' function. */
94331766Sken#define HAVE_ARC4RANDOM 1
95331766Sken
96331766Sken/* Define to 1 if you have the <arpa/ftp.h> header file. */
97331766Sken#define HAVE_ARPA_FTP_H 1
98331766Sken
99331766Sken/* Define to 1 if you have the <arpa/inet.h> header file. */
100331766Sken#define HAVE_ARPA_INET_H 1
101331766Sken
102331766Sken/* Define to 1 if you have the <arpa/nameser.h> header file. */
103331766Sken#define HAVE_ARPA_NAMESER_H 1
104331766Sken
105331766Sken/* Define to 1 if you have the <arpa/telnet.h> header file. */
106331766Sken#define HAVE_ARPA_TELNET_H 1
107331766Sken
108331766Sken/* Define to 1 if you have the `asnprintf' function. */
109331766Sken/* #undef HAVE_ASNPRINTF */
110331766Sken
111331766Sken/* Define to 1 if you have the `asprintf' function. */
112331766Sken#define HAVE_ASPRINTF 1
113331766Sken
114331766Sken/* Define to 1 if you have the `atexit' function. */
115331766Sken#define HAVE_ATEXIT 1
116331766Sken
117331766Sken/* Define to 1 if you have the <bind/bitypes.h> header file. */
118331766Sken/* #undef HAVE_BIND_BITYPES_H */
119331766Sken
120331766Sken/* Define to 1 if you have the <bsdsetjmp.h> header file. */
121331766Sken/* #undef HAVE_BSDSETJMP_H */
122331766Sken
123331766Sken/* Define to 1 if you have the `bswap16' function. */
124331766Sken/* #undef HAVE_BSWAP16 */
125331766Sken
126331766Sken/* Define to 1 if you have the `bswap32' function. */
127331766Sken/* #undef HAVE_BSWAP32 */
128331766Sken
129331766Sken/* Define to 1 if you have the <capability.h> header file. */
130331766Sken/* #undef HAVE_CAPABILITY_H */
131331766Sken
132331766Sken/* Define to 1 if you have the `cap_set_proc' function. */
133331766Sken/* #undef HAVE_CAP_SET_PROC */
134331766Sken
135331766Sken/* Define to 1 if you have the `cgetent' function. */
136331766Sken#define HAVE_CGETENT 1
137331766Sken
138331766Sken/* Define if you have the function `chown'. */
139331766Sken#define HAVE_CHOWN 1
140331766Sken
141331766Sken/* Define if you have the function `closefrom'. */
142331766Sken/* #undef HAVE_CLOSEFROM */
143331766Sken
144331766Sken/* Define to 1 if you have the <config.h> header file. */
145331766Sken/* #undef HAVE_CONFIG_H */
146331766Sken
147331766Sken/* Define if you have the function `copyhostent'. */
148331766Sken/* #undef HAVE_COPYHOSTENT */
149331766Sken
150331766Sken/* Define to 1 if you have the `crypt' function. */
151331766Sken#define HAVE_CRYPT 1
152331766Sken
153331766Sken/* Define to 1 if you have the <crypt.h> header file. */
154331766Sken/* #undef HAVE_CRYPT_H */
155331766Sken
156331766Sken/* Define to 1 if you have the <curses.h> header file. */
157331766Sken#define HAVE_CURSES_H 1
158331766Sken
159331766Sken/* Define if you have the function `daemon'. */
160331766Sken#define HAVE_DAEMON 1
161331766Sken
162331766Sken/* define if you have a berkeley db1/2 library */
163331766Sken#define HAVE_DB1 1
164331766Sken
165331766Sken/* define if you have a berkeley db3/4 library */
166331766Sken/* #undef HAVE_DB3 */
167331766Sken
168331766Sken/* Define to 1 if you have the <db3/db.h> header file. */
169331766Sken/* #undef HAVE_DB3_DB_H */
170331766Sken
171331766Sken/* Define to 1 if you have the <db4/db.h> header file. */
172331766Sken/* #undef HAVE_DB4_DB_H */
173331766Sken
174331766Sken/* Define to 1 if you have the `dbm_firstkey' function. */
175331766Sken#define HAVE_DBM_FIRSTKEY 1
176331766Sken
177331766Sken/* Define to 1 if you have the <dbm.h> header file. */
178331766Sken/* #undef HAVE_DBM_H */
179331766Sken
180331766Sken/* Define to 1 if you have the `dbopen' function. */
181331766Sken#define HAVE_DBOPEN 1
182331766Sken
183331766Sken/* Define to 1 if you have the <db_185.h> header file. */
184331766Sken/* #undef HAVE_DB_185_H */
185331766Sken
186331766Sken/* Define to 1 if you have the `db_create' function. */
187331766Sken/* #undef HAVE_DB_CREATE */
188331766Sken
189331766Sken/* Define to 1 if you have the <db.h> header file. */
190331766Sken#define HAVE_DB_H 1
191331766Sken
192331766Sken/* define if you have ndbm compat in db */
193331766Sken/* #undef HAVE_DB_NDBM */
194331766Sken
195331766Sken/* Define to 1 if you have the declaration of `altzone', and to 0 if you
196331766Sken   don't. */
197331766Sken/* #undef HAVE_DECL_ALTZONE */
198331766Sken
199331766Sken/* Define to 1 if you have the declaration of `environ', and to 0 if you
200331766Sken   don't. */
201331766Sken#define HAVE_DECL_ENVIRON 0
202331766Sken
203331766Sken/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
204331766Sken   don't. */
205331766Sken#define HAVE_DECL_H_ERRLIST 0
206331766Sken
207331766Sken/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
208331766Sken   don't. */
209331766Sken#define HAVE_DECL_H_ERRNO 1
210331766Sken
211331766Sken/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
212331766Sken   */
213331766Sken/* #undef HAVE_DECL_H_NERR */
214331766Sken
215331766Sken/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
216331766Sken   */
217331766Sken#define HAVE_DECL_OPTARG 1
218331766Sken
219331766Sken/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
220331766Sken   */
221331766Sken#define HAVE_DECL_OPTERR 1
222331766Sken
223331766Sken/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
224331766Sken   */
225331766Sken#define HAVE_DECL_OPTIND 1
226331766Sken
227331766Sken/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
228331766Sken   */
229331766Sken#define HAVE_DECL_OPTOPT 1
230331766Sken
231331766Sken/* Define to 1 if you have the declaration of `timezone', and to 0 if you
232331766Sken   don't. */
233331766Sken#define HAVE_DECL_TIMEZONE 1
234331766Sken
235331766Sken/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
236331766Sken   */
237331766Sken#define HAVE_DECL__RES 1
238331766Sken
239331766Sken/* Define to 1 if you have the declaration of `__progname', and to 0 if you
240331766Sken   don't. */
241331766Sken#define HAVE_DECL___PROGNAME 0
242331766Sken
243331766Sken/* Define to 1 if you have the <dirent.h> header file. */
244331766Sken#define HAVE_DIRENT_H 1
245331766Sken
246331766Sken/* Define to 1 if you have the <dlfcn.h> header file. */
247331766Sken#define HAVE_DLFCN_H 1
248331766Sken
249331766Sken/* Define to 1 if you have the `dlopen' function. */
250331766Sken#define HAVE_DLOPEN 1
251331766Sken
252331766Sken/* Define to 1 if you have the `dn_expand' function. */
253331766Sken#define HAVE_DN_EXPAND 1
254331766Sken
255331766Sken/* Define to 1 if you have the `door_create' function. */
256331766Sken/* #undef HAVE_DOOR_CREATE */
257331766Sken
258331766Sken/* Define if you have the function `ecalloc'. */
259331766Sken/* #undef HAVE_ECALLOC */
260331766Sken
261331766Sken/* Define to 1 if you have the `el_init' function. */
262331766Sken#define HAVE_EL_INIT 1
263331766Sken
264331766Sken/* Define if you have the function `emalloc'. */
265331766Sken/* #undef HAVE_EMALLOC */
266331766Sken
267331766Sken/* Define if you have the function `erealloc'. */
268331766Sken/* #undef HAVE_EREALLOC */
269331766Sken
270331766Sken/* Define if you have the function `err'. */
271331766Sken#define HAVE_ERR 1
272331766Sken
273331766Sken/* Define to 1 if you have the <errno.h> header file. */
274331766Sken#define HAVE_ERRNO_H 1
275331766Sken
276331766Sken/* Define if you have the function `errx'. */
277331766Sken#define HAVE_ERRX 1
278331766Sken
279331766Sken/* Define to 1 if you have the <err.h> header file. */
280331766Sken#define HAVE_ERR_H 1
281331766Sken
282331766Sken/* Define if you have the function `estrdup'. */
283331766Sken/* #undef HAVE_ESTRDUP */
284331766Sken
285331766Sken/* Define if you have the function `fchown'. */
286331766Sken#define HAVE_FCHOWN 1
287331766Sken
288331766Sken/* Define to 1 if you have the `fcntl' function. */
289331766Sken#define HAVE_FCNTL 1
290331766Sken
291331766Sken/* Define to 1 if you have the <fcntl.h> header file. */
292331766Sken#define HAVE_FCNTL_H 1
293331766Sken
294331766Sken/* Define if you have the function `flock'. */
295331766Sken#define HAVE_FLOCK 1
296331766Sken
297331766Sken/* Define if you have the function `fnmatch'. */
298331766Sken#define HAVE_FNMATCH 1
299331766Sken
300331766Sken/* Define to 1 if you have the <fnmatch.h> header file. */
301331766Sken#define HAVE_FNMATCH_H 1
302331766Sken
303331766Sken/* Define if el_init takes four arguments. */
304331766Sken#define HAVE_FOUR_VALUED_EL_INIT 1
305331766Sken
306331766Sken/* Have -framework Security */
307331766Sken/* #undef HAVE_FRAMEWORK_SECURITY */
308331766Sken
309331766Sken/* Define to 1 if you have the `freeaddrinfo' function. */
310331766Sken#define HAVE_FREEADDRINFO 1
311331766Sken
312331766Sken/* Define if you have the function `freehostent'. */
313331766Sken#define HAVE_FREEHOSTENT 1
314331766Sken
315331766Sken/* Define to 1 if you have the `gai_strerror' function. */
316331766Sken#define HAVE_GAI_STRERROR 1
317331766Sken
318331766Sken/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
319331766Sken/* #undef HAVE_GDBM_NDBM_H */
320331766Sken
321331766Sken/* Define to 1 if you have the `getaddrinfo' function. */
322331766Sken#define HAVE_GETADDRINFO 1
323331766Sken
324331766Sken/* Define to 1 if you have the `getconfattr' function. */
325331766Sken/* #undef HAVE_GETCONFATTR */
326331766Sken
327331766Sken/* Define if you have the function `getcwd'. */
328331766Sken#define HAVE_GETCWD 1
329331766Sken
330331766Sken/* Define if you have the function `getdtablesize'. */
331331766Sken#define HAVE_GETDTABLESIZE 1
332331766Sken
333331766Sken/* Define if you have the function `getegid'. */
334331766Sken#define HAVE_GETEGID 1
335331766Sken
336331766Sken/* Define if you have the function `geteuid'. */
337331766Sken#define HAVE_GETEUID 1
338331766Sken
339331766Sken/* Define if you have the function `getgid'. */
340331766Sken#define HAVE_GETGID 1
341331766Sken
342331766Sken/* Define to 1 if you have the `gethostbyname' function. */
343331766Sken#define HAVE_GETHOSTBYNAME 1
344331766Sken
345331766Sken/* Define to 1 if you have the `gethostbyname2' function. */
346331766Sken#define HAVE_GETHOSTBYNAME2 1
347331766Sken
348331766Sken/* Define if you have the function `gethostname'. */
349331766Sken#define HAVE_GETHOSTNAME 1
350331766Sken
351331766Sken/* Define if you have the function `getifaddrs'. */
352331766Sken#define HAVE_GETIFADDRS 1
353331766Sken
354331766Sken/* Define if you have the function `getipnodebyaddr'. */
355331766Sken#define HAVE_GETIPNODEBYADDR 1
356331766Sken
357331766Sken/* Define if you have the function `getipnodebyname'. */
358331766Sken#define HAVE_GETIPNODEBYNAME 1
359331766Sken
360331766Sken/* Define to 1 if you have the `getlogin' function. */
361331766Sken#define HAVE_GETLOGIN 1
362331766Sken
363331766Sken/* Define if you have a working getmsg. */
364331766Sken/* #undef HAVE_GETMSG */
365331766Sken
366331766Sken/* Define to 1 if you have the `getnameinfo' function. */
367331766Sken#define HAVE_GETNAMEINFO 1
368331766Sken
369331766Sken/* Define if you have the function `getopt'. */
370331766Sken#define HAVE_GETOPT 1
371331766Sken
372331766Sken/* Define to 1 if you have the `getpagesize' function. */
373331766Sken#define HAVE_GETPAGESIZE 1
374331766Sken
375331766Sken/* Define to 1 if you have the `getpeereid' function. */
376331766Sken#define HAVE_GETPEEREID 1
377331766Sken
378331766Sken/* Define to 1 if you have the `getpeerucred' function. */
379331766Sken/* #undef HAVE_GETPEERUCRED */
380331766Sken
381331766Sken/* Define to 1 if you have the `getprogname' function. */
382331766Sken#define HAVE_GETPROGNAME 1
383331766Sken
384331766Sken/* Define to 1 if you have the `getpwnam_r' function. */
385331766Sken#define HAVE_GETPWNAM_R 1
386331766Sken
387331766Sken/* Define to 1 if you have the `getrlimit' function. */
388331766Sken#define HAVE_GETRLIMIT 1
389331766Sken
390331766Sken/* Define to 1 if you have the `getsockopt' function. */
391331766Sken#define HAVE_GETSOCKOPT 1
392331766Sken
393331766Sken/* Define to 1 if you have the `getspnam' function. */
394331766Sken/* #undef HAVE_GETSPNAM */
395331766Sken
396331766Sken/* Define if you have the function `gettimeofday'. */
397331766Sken#define HAVE_GETTIMEOFDAY 1
398331766Sken
399331766Sken/* Define to 1 if you have the `getudbnam' function. */
400331766Sken/* #undef HAVE_GETUDBNAM */
401331766Sken
402331766Sken/* Define if you have the function `getuid'. */
403331766Sken#define HAVE_GETUID 1
404331766Sken
405331766Sken/* Define if you have the function `getusershell'. */
406331766Sken#define HAVE_GETUSERSHELL 1
407331766Sken
408331766Sken/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
409331766Sken   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
410331766Sken#define HAVE_GLOB 1
411331766Sken
412331766Sken/* Define to 1 if you have the `grantpt' function. */
413331766Sken#define HAVE_GRANTPT 1
414331766Sken
415331766Sken/* Define to 1 if you have the <grp.h> header file. */
416331766Sken#define HAVE_GRP_H 1
417331766Sken
418331766Sken/* Define to 1 if you have the `hstrerror' function. */
419331766Sken#define HAVE_HSTRERROR 1
420331766Sken
421331766Sken/* Define if you have the `h_errlist' variable. */
422331766Sken#define HAVE_H_ERRLIST 1
423331766Sken
424331766Sken/* Define if you have the `h_errno' variable. */
425331766Sken#define HAVE_H_ERRNO 1
426331766Sken
427331766Sken/* Define if you have the `h_nerr' variable. */
428331766Sken/* #undef HAVE_H_NERR */
429331766Sken
430331766Sken/* Define to 1 if you have the <ifaddrs.h> header file. */
431331766Sken#define HAVE_IFADDRS_H 1
432331766Sken
433331766Sken/* Define if you have the in6addr_loopback variable */
434331766Sken#define HAVE_IN6ADDR_LOOPBACK 1
435331766Sken
436331766Sken/* define */
437331766Sken#define HAVE_INET_ATON 1
438331766Sken
439331766Sken/* define */
440331766Sken#define HAVE_INET_NTOP 1
441331766Sken
442331766Sken/* define */
443331766Sken#define HAVE_INET_PTON 1
444331766Sken
445331766Sken/* Define if you have the function `initgroups'. */
446331766Sken#define HAVE_INITGROUPS 1
447331766Sken
448331766Sken/* Define to 1 if you have the `initstate' function. */
449331766Sken#define HAVE_INITSTATE 1
450331766Sken
451331766Sken/* Define if you have the function `innetgr'. */
452331766Sken#define HAVE_INNETGR 1
453331766Sken
454331766Sken/* Define to 1 if the system has the type `int16_t'. */
455331766Sken#define HAVE_INT16_T 1
456331766Sken
457331766Sken/* Define to 1 if the system has the type `int32_t'. */
458331766Sken#define HAVE_INT32_T 1
459331766Sken
460331766Sken/* Define to 1 if the system has the type `int64_t'. */
461331766Sken#define HAVE_INT64_T 1
462331766Sken
463331766Sken/* Define to 1 if the system has the type `int8_t'. */
464331766Sken#define HAVE_INT8_T 1
465331766Sken
466331766Sken/* Define to 1 if you have the <inttypes.h> header file. */
467331766Sken#define HAVE_INTTYPES_H 1
468331766Sken
469331766Sken/* Define to 1 if you have the <io.h> header file. */
470331766Sken/* #undef HAVE_IO_H */
471331766Sken
472331766Sken/* Define if you have IPv6. */
473331766Sken#define HAVE_IPV6 1
474331766Sken
475331766Sken/* Define if you have the function `iruserok'. */
476331766Sken#define HAVE_IRUSEROK 1
477331766Sken
478331766Sken/* Define to 1 if you have the `issetugid' function. */
479331766Sken#define HAVE_ISSETUGID 1
480331766Sken
481331766Sken/* Define if you want to use the Kerberos Credentials Manager. */
482331766Sken#define HAVE_KCM 1
483331766Sken
484331766Sken/* Define to 1 if you have the <libutil.h> header file. */
485331766Sken#define HAVE_LIBUTIL_H 1
486331766Sken
487331766Sken/* Define to 1 if you have the <limits.h> header file. */
488331766Sken#define HAVE_LIMITS_H 1
489331766Sken
490331766Sken/* Define to 1 if you have the `loadquery' function. */
491331766Sken/* #undef HAVE_LOADQUERY */
492331766Sken
493331766Sken/* Define if you have the function `localtime_r'. */
494331766Sken#define HAVE_LOCALTIME_R 1
495331766Sken
496331766Sken/* Define to 1 if you have the `logout' function. */
497331766Sken#define HAVE_LOGOUT 1
498331766Sken
499331766Sken/* Define to 1 if you have the `logwtmp' function. */
500331766Sken#define HAVE_LOGWTMP 1
501331766Sken
502331766Sken/* Define to 1 if the system has the type `long long'. */
503331766Sken#define HAVE_LONG_LONG 1
504331766Sken
505331766Sken/* Define if you have the function `lstat'. */
506331766Sken#define HAVE_LSTAT 1
507331766Sken
508331766Sken/* Define to 1 if you have the <maillock.h> header file. */
509331766Sken/* #undef HAVE_MAILLOCK_H */
510331766Sken
511331766Sken/* Define if you have the function `memmove'. */
512331766Sken#define HAVE_MEMMOVE 1
513331766Sken
514331766Sken/* Define to 1 if you have the <memory.h> header file. */
515331766Sken#define HAVE_MEMORY_H 1
516331766Sken
517331766Sken/* Define if you have the function `mkstemp'. */
518331766Sken#define HAVE_MKSTEMP 1
519331766Sken
520331766Sken/* Define to 1 if you have the `mktime' function. */
521331766Sken#define HAVE_MKTIME 1
522331766Sken
523331766Sken/* Define to 1 if you have a working `mmap' system call. */
524331766Sken#define HAVE_MMAP 1
525331766Sken
526331766Sken/* define if you have a ndbm library */
527331766Sken#define HAVE_NDBM 1
528331766Sken
529331766Sken/* Define to 1 if you have the <ndbm.h> header file. */
530331766Sken#define HAVE_NDBM_H 1
531331766Sken
532331766Sken/* Define to 1 if you have the <netdb.h> header file. */
533331766Sken#define HAVE_NETDB_H 1
534331766Sken
535331766Sken/* Define to 1 if you have the <netgroup.h> header file. */
536331766Sken/* #undef HAVE_NETGROUP_H */
537331766Sken
538331766Sken/* Define to 1 if you have the <netinet6/in6.h> header file. */
539331766Sken/* #undef HAVE_NETINET6_IN6_H */
540331766Sken
541331766Sken/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
542331766Sken/* #undef HAVE_NETINET6_IN6_VAR_H */
543331766Sken
544331766Sken/* Define to 1 if you have the <netinet/in6.h> header file. */
545331766Sken/* #undef HAVE_NETINET_IN6_H */
546331766Sken
547331766Sken/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
548331766Sken/* #undef HAVE_NETINET_IN6_MACHTYPES_H */
549331766Sken
550331766Sken/* Define to 1 if you have the <netinet/in.h> header file. */
551331766Sken#define HAVE_NETINET_IN_H 1
552331766Sken
553331766Sken/* Define to 1 if you have the <netinet/in_systm.h> header file. */
554331766Sken#define HAVE_NETINET_IN_SYSTM_H 1
555331766Sken
556331766Sken/* Define to 1 if you have the <netinet/ip.h> header file. */
557331766Sken#define HAVE_NETINET_IP_H 1
558331766Sken
559331766Sken/* Define to 1 if you have the <netinet/tcp.h> header file. */
560331766Sken#define HAVE_NETINET_TCP_H 1
561331766Sken
562331766Sken/* Define if you want to use Netinfo instead of krb5.conf. */
563331766Sken/* #undef HAVE_NETINFO */
564331766Sken
565331766Sken/* Define to 1 if you have the <netinfo/ni.h> header file. */
566331766Sken/* #undef HAVE_NETINFO_NI_H */
567331766Sken
568331766Sken/* Define to 1 if you have the <net/if.h> header file. */
569331766Sken#define HAVE_NET_IF_H 1
570331766Sken
571331766Sken/* Define if NDBM really is DB (creates files *.db) */
572331766Sken#define HAVE_NEW_DB 1
573331766Sken
574331766Sken/* Define to 1 if you have the `on_exit' function. */
575331766Sken/* #undef HAVE_ON_EXIT */
576331766Sken
577331766Sken/* Define to 1 if you have the `openpty' function. */
578331766Sken#define HAVE_OPENPTY 1
579331766Sken
580331766Sken/* define to use openssl's libcrypto */
581331766Sken#define HAVE_OPENSSL 1
582331766Sken
583331766Sken/* Define to enable basic OSF C2 support. */
584331766Sken/* #undef HAVE_OSFC2 */
585331766Sken
586331766Sken/* Define to 1 if you have the <paths.h> header file. */
587331766Sken#define HAVE_PATHS_H 1
588331766Sken
589331766Sken/* Define to 1 if you have the `pidfile' function. */
590331766Sken/* #undef HAVE_PIDFILE */
591331766Sken
592331766Sken/* Define to 1 if you have the `poll' function. */
593331766Sken#define HAVE_POLL 1
594331766Sken
595331766Sken/* Define to 1 if you have the <poll.h> header file. */
596331766Sken#define HAVE_POLL_H 1
597331766Sken
598331766Sken/* Define to 1 if you have the <pthread.h> header file. */
599331766Sken#define HAVE_PTHREAD_H 1
600331766Sken
601331766Sken/* Define to 1 if you have the `ptsname' function. */
602331766Sken#define HAVE_PTSNAME 1
603331766Sken
604331766Sken/* Define to 1 if you have the <pty.h> header file. */
605331766Sken/* #undef HAVE_PTY_H */
606331766Sken
607331766Sken/* Define if you have the function `putenv'. */
608331766Sken#define HAVE_PUTENV 1
609331766Sken
610331766Sken/* Define to 1 if you have the <pwd.h> header file. */
611331766Sken#define HAVE_PWD_H 1
612331766Sken
613331766Sken/* Define to 1 if you have the `rand' function. */
614331766Sken#define HAVE_RAND 1
615331766Sken
616331766Sken/* Define to 1 if you have the `random' function. */
617331766Sken#define HAVE_RANDOM 1
618331766Sken
619331766Sken/* Define if you have the function `rcmd'. */
620331766Sken#define HAVE_RCMD 1
621331766Sken
622331766Sken/* Define if you have a readline compatible library. */
623331766Sken#define HAVE_READLINE 1
624331766Sken
625331766Sken/* Define if you have the function `readv'. */
626331766Sken#define HAVE_READV 1
627331766Sken
628331766Sken/* Define if you have the function `recvmsg'. */
629331766Sken#define HAVE_RECVMSG 1
630331766Sken
631331766Sken/* Define to 1 if you have the <resolv.h> header file. */
632331766Sken#define HAVE_RESOLV_H 1
633331766Sken
634331766Sken/* Define to 1 if you have the `res_ndestroy' function. */
635331766Sken#define HAVE_RES_NDESTROY 1
636331766Sken
637331766Sken/* Define to 1 if you have the `res_nsearch' function. */
638331766Sken#define HAVE_RES_NSEARCH 1
639331766Sken
640331766Sken/* Define to 1 if you have the `res_search' function. */
641331766Sken#define HAVE_RES_SEARCH 1
642331766Sken
643331766Sken/* Define to 1 if you have the `revoke' function. */
644331766Sken#define HAVE_REVOKE 1
645331766Sken
646331766Sken/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
647331766Sken#define HAVE_RPCSVC_YPCLNT_H 1
648331766Sken
649331766Sken/* Define to 1 if you have the <sac.h> header file. */
650331766Sken/* #undef HAVE_SAC_H */
651331766Sken
652331766Sken/* Define to 1 if the system has the type `sa_family_t'. */
653331766Sken#define HAVE_SA_FAMILY_T 1
654331766Sken
655331766Sken/* Define to 1 if you have the <security/pam_modules.h> header file. */
656331766Sken#define HAVE_SECURITY_PAM_MODULES_H 1
657331766Sken
658331766Sken/* Define to 1 if you have the `select' function. */
659331766Sken#define HAVE_SELECT 1
660331766Sken
661331766Sken/* Define if you have the function `sendmsg'. */
662331766Sken#define HAVE_SENDMSG 1
663331766Sken
664331766Sken/* Define if you have the function `setegid'. */
665331766Sken#define HAVE_SETEGID 1
666331766Sken
667331766Sken/* Define if you have the function `setenv'. */
668331766Sken#define HAVE_SETENV 1
669331766Sken
670331766Sken/* Define if you have the function `seteuid'. */
671331766Sken#define HAVE_SETEUID 1
672331766Sken
673331766Sken/* Define to 1 if you have the `setitimer' function. */
674331766Sken#define HAVE_SETITIMER 1
675331766Sken
676331766Sken/* Define to 1 if you have the `setlim' function. */
677331766Sken/* #undef HAVE_SETLIM */
678331766Sken
679331766Sken/* Define to 1 if you have the `setlogin' function. */
680331766Sken#define HAVE_SETLOGIN 1
681331766Sken
682331766Sken/* Define to 1 if you have the `setpcred' function. */
683331766Sken/* #undef HAVE_SETPCRED */
684331766Sken
685331766Sken/* Define to 1 if you have the `setpgid' function. */
686331766Sken#define HAVE_SETPGID 1
687331766Sken
688331766Sken/* Define to 1 if you have the `setproctitle' function. */
689331766Sken#define HAVE_SETPROCTITLE 1
690331766Sken
691331766Sken/* Define to 1 if you have the `setprogname' function. */
692331766Sken#define HAVE_SETPROGNAME 1
693331766Sken
694331766Sken/* Define to 1 if you have the `setregid' function. */
695331766Sken#define HAVE_SETREGID 1
696331766Sken
697331766Sken/* Define to 1 if you have the `setresgid' function. */
698331766Sken#define HAVE_SETRESGID 1
699331766Sken
700331766Sken/* Define to 1 if you have the `setresuid' function. */
701331766Sken#define HAVE_SETRESUID 1
702331766Sken
703331766Sken/* Define to 1 if you have the `setreuid' function. */
704331766Sken#define HAVE_SETREUID 1
705331766Sken
706331766Sken/* Define to 1 if you have the `setsid' function. */
707331766Sken#define HAVE_SETSID 1
708331766Sken
709331766Sken/* Define to 1 if you have the `setsockopt' function. */
710331766Sken#define HAVE_SETSOCKOPT 1
711331766Sken
712331766Sken/* Define to 1 if you have the `setstate' function. */
713331766Sken#define HAVE_SETSTATE 1
714331766Sken
715331766Sken/* Define to 1 if you have the `setutent' function. */
716331766Sken/* #undef HAVE_SETUTENT */
717331766Sken
718331766Sken/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
719331766Sken/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
720331766Sken
721331766Sken/* Define to 1 if you have the <sgtty.h> header file. */
722331766Sken#define HAVE_SGTTY_H 1
723331766Sken
724331766Sken/* Define to 1 if you have the <shadow.h> header file. */
725331766Sken/* #undef HAVE_SHADOW_H */
726331766Sken
727331766Sken/* Define to 1 if you have the <siad.h> header file. */
728331766Sken/* #undef HAVE_SIAD_H */
729331766Sken
730331766Sken/* Define to 1 if you have the `sigaction' function. */
731331766Sken#define HAVE_SIGACTION 1
732331766Sken
733331766Sken/* Define to 1 if you have the <signal.h> header file. */
734331766Sken#define HAVE_SIGNAL_H 1
735331766Sken
736331766Sken/* define if you have a working snprintf */
737331766Sken#define HAVE_SNPRINTF 1
738331766Sken
739331766Sken/* Define to 1 if you have the `socket' function. */
740331766Sken#define HAVE_SOCKET 1
741331766Sken
742331766Sken/* Define to 1 if the system has the type `socklen_t'. */
743331766Sken#define HAVE_SOCKLEN_T 1
744331766Sken
745331766Sken/* Define to 1 if the system has the type `ssize_t'. */
746331766Sken#define HAVE_SSIZE_T 1
747331766Sken
748331766Sken/* Define to 1 if you have the <standards.h> header file. */
749331766Sken/* #undef HAVE_STANDARDS_H */
750331766Sken
751331766Sken/* Define to 1 if you have the <stdint.h> header file. */
752331766Sken#define HAVE_STDINT_H 1
753331766Sken
754331766Sken/* Define to 1 if you have the <stdlib.h> header file. */
755331766Sken#define HAVE_STDLIB_H 1
756331766Sken
757331766Sken/* Define if you have the function `strcasecmp'. */
758331766Sken#define HAVE_STRCASECMP 1
759331766Sken
760331766Sken/* Define if you have the function `strdup'. */
761331766Sken#define HAVE_STRDUP 1
762331766Sken
763331766Sken/* Define if you have the function `strerror'. */
764331766Sken#define HAVE_STRERROR 1
765331766Sken
766331766Sken/* Define if you have the function `strftime'. */
767331766Sken#define HAVE_STRFTIME 1
768331766Sken
769331766Sken/* Define to 1 if you have the <strings.h> header file. */
770331766Sken#define HAVE_STRINGS_H 1
771331766Sken
772331766Sken/* Define to 1 if you have the <string.h> header file. */
773331766Sken#define HAVE_STRING_H 1
774331766Sken
775331766Sken/* Define if you have the function `strlcat'. */
776331766Sken#define HAVE_STRLCAT 1
777331766Sken
778331766Sken/* Define if you have the function `strlcpy'. */
779331766Sken#define HAVE_STRLCPY 1
780331766Sken
781331766Sken/* Define if you have the function `strlwr'. */
782331766Sken/* #undef HAVE_STRLWR */
783331766Sken
784331766Sken/* Define if you have the function `strncasecmp'. */
785331766Sken#define HAVE_STRNCASECMP 1
786331766Sken
787331766Sken/* Define if you have the function `strndup'. */
788331766Sken/* #undef HAVE_STRNDUP */
789331766Sken
790331766Sken/* Define if you have the function `strnlen'. */
791331766Sken/* #undef HAVE_STRNLEN */
792331766Sken
793331766Sken/* Define to 1 if you have the <stropts.h> header file. */
794331766Sken/* #undef HAVE_STROPTS_H */
795331766Sken
796331766Sken/* Define if you have the function `strptime'. */
797331766Sken#define HAVE_STRPTIME 1
798331766Sken
799331766Sken/* Define if you have the function `strsep'. */
800331766Sken#define HAVE_STRSEP 1
801331766Sken
802331766Sken/* Define if you have the function `strsep_copy'. */
803331766Sken/* #undef HAVE_STRSEP_COPY */
804331766Sken
805331766Sken/* Define to 1 if you have the `strstr' function. */
806331766Sken#define HAVE_STRSTR 1
807331766Sken
808331766Sken/* Define to 1 if you have the `strsvis' function. */
809331766Sken/* #undef HAVE_STRSVIS */
810331766Sken
811331766Sken/* Define if you have the function `strtok_r'. */
812331766Sken#define HAVE_STRTOK_R 1
813331766Sken
814331766Sken/* Define to 1 if the system has the type `struct addrinfo'. */
815331766Sken#define HAVE_STRUCT_ADDRINFO 1
816331766Sken
817331766Sken/* Define to 1 if the system has the type `struct ifaddrs'. */
818331766Sken#define HAVE_STRUCT_IFADDRS 1
819331766Sken
820331766Sken/* Define to 1 if the system has the type `struct iovec'. */
821331766Sken#define HAVE_STRUCT_IOVEC 1
822331766Sken
823331766Sken/* Define to 1 if the system has the type `struct msghdr'. */
824331766Sken#define HAVE_STRUCT_MSGHDR 1
825331766Sken
826331766Sken/* Define to 1 if the system has the type `struct sockaddr'. */
827331766Sken#define HAVE_STRUCT_SOCKADDR 1
828331766Sken
829331766Sken/* Define if struct sockaddr has field sa_len. */
830331766Sken#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
831331766Sken
832331766Sken/* Define to 1 if the system has the type `struct sockaddr_storage'. */
833331766Sken#define HAVE_STRUCT_SOCKADDR_STORAGE 1
834331766Sken
835331766Sken/* define if you have struct spwd */
836331766Sken/* #undef HAVE_STRUCT_SPWD */
837331766Sken
838331766Sken/* Define if struct tm has field tm_gmtoff. */
839331766Sken#define HAVE_STRUCT_TM_TM_GMTOFF 1
840331766Sken
841331766Sken/* Define if struct tm has field tm_zone. */
842331766Sken#define HAVE_STRUCT_TM_TM_ZONE 1
843331766Sken
844331766Sken/* Define if struct utmpx has field ut_exit. */
845331766Sken/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
846331766Sken
847331766Sken/* Define if struct utmpx has field ut_syslen. */
848331766Sken/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
849331766Sken
850331766Sken/* Define if struct utmp has field ut_addr. */
851331766Sken/* #undef HAVE_STRUCT_UTMP_UT_ADDR */
852331766Sken
853331766Sken/* Define if struct utmp has field ut_host. */
854331766Sken/* #undef HAVE_STRUCT_UTMP_UT_HOST */
855331766Sken
856331766Sken/* Define if struct utmp has field ut_id. */
857331766Sken/* #undef HAVE_STRUCT_UTMP_UT_ID */
858331766Sken
859331766Sken/* Define if struct utmp has field ut_pid. */
860331766Sken/* #undef HAVE_STRUCT_UTMP_UT_PID */
861331766Sken
862331766Sken/* Define if struct utmp has field ut_type. */
863331766Sken/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
864331766Sken
865331766Sken/* Define if struct utmp has field ut_user. */
866331766Sken/* #undef HAVE_STRUCT_UTMP_UT_USER */
867331766Sken
868331766Sken/* define if struct winsize is declared in sys/termios.h */
869331766Sken#define HAVE_STRUCT_WINSIZE 1
870331766Sken
871331766Sken/* Define to 1 if you have the `strunvis' function. */
872331766Sken#define HAVE_STRUNVIS 1
873331766Sken
874331766Sken/* Define if you have the function `strupr'. */
875331766Sken/* #undef HAVE_STRUPR */
876331766Sken
877331766Sken/* Define to 1 if you have the `strvis' function. */
878331766Sken#define HAVE_STRVIS 1
879331766Sken
880331766Sken/* Define to 1 if you have the `strvisx' function. */
881331766Sken#define HAVE_STRVISX 1
882331766Sken
883331766Sken/* Define to 1 if you have the `svis' function. */
884331766Sken/* #undef HAVE_SVIS */
885331766Sken
886331766Sken/* Define if you have the function `swab'. */
887331766Sken#define HAVE_SWAB 1
888331766Sken
889331766Sken/* Define to 1 if you have the `sysconf' function. */
890331766Sken#define HAVE_SYSCONF 1
891331766Sken
892331766Sken/* Define to 1 if you have the `sysctl' function. */
893331766Sken#define HAVE_SYSCTL 1
894331766Sken
895331766Sken/* Define to 1 if you have the `syslog' function. */
896331766Sken#define HAVE_SYSLOG 1
897331766Sken
898331766Sken/* Define to 1 if you have the <syslog.h> header file. */
899331766Sken#define HAVE_SYSLOG_H 1
900331766Sken
901331766Sken/* Define to 1 if you have the <sys/bitypes.h> header file. */
902331766Sken/* #undef HAVE_SYS_BITYPES_H */
903331766Sken
904331766Sken/* Define to 1 if you have the <sys/bswap.h> header file. */
905331766Sken/* #undef HAVE_SYS_BSWAP_H */
906331766Sken
907331766Sken/* Define to 1 if you have the <sys/capability.h> header file. */
908331766Sken/* #undef HAVE_SYS_CAPABILITY_H */
909331766Sken
910331766Sken/* Define to 1 if you have the <sys/category.h> header file. */
911331766Sken/* #undef HAVE_SYS_CATEGORY_H */
912331766Sken
913331766Sken/* Define to 1 if you have the <sys/file.h> header file. */
914331766Sken#define HAVE_SYS_FILE_H 1
915331766Sken
916331766Sken/* Define to 1 if you have the <sys/filio.h> header file. */
917331766Sken#define HAVE_SYS_FILIO_H 1
918331766Sken
919331766Sken/* Define to 1 if you have the <sys/ioccom.h> header file. */
920331766Sken#define HAVE_SYS_IOCCOM_H 1
921331766Sken
922331766Sken/* Define to 1 if you have the <sys/ioctl.h> header file. */
923331766Sken#define HAVE_SYS_IOCTL_H 1
924331766Sken
925331766Sken/* Define to 1 if you have the <sys/mman.h> header file. */
926331766Sken#define HAVE_SYS_MMAN_H 1
927331766Sken
928331766Sken/* Define to 1 if you have the <sys/param.h> header file. */
929331766Sken#define HAVE_SYS_PARAM_H 1
930331766Sken
931331766Sken/* Define to 1 if you have the <sys/proc.h> header file. */
932331766Sken#define HAVE_SYS_PROC_H 1
933331766Sken
934331766Sken/* Define to 1 if you have the <sys/ptyio.h> header file. */
935331766Sken/* #undef HAVE_SYS_PTYIO_H */
936331766Sken
937331766Sken/* Define to 1 if you have the <sys/ptyvar.h> header file. */
938331766Sken/* #undef HAVE_SYS_PTYVAR_H */
939331766Sken
940331766Sken/* Define to 1 if you have the <sys/pty.h> header file. */
941331766Sken/* #undef HAVE_SYS_PTY_H */
942331766Sken
943331766Sken/* Define to 1 if you have the <sys/resource.h> header file. */
944331766Sken#define HAVE_SYS_RESOURCE_H 1
945331766Sken
946331766Sken/* Define to 1 if you have the <sys/select.h> header file. */
947331766Sken#define HAVE_SYS_SELECT_H 1
948331766Sken
949331766Sken/* Define to 1 if you have the <sys/socket.h> header file. */
950331766Sken#define HAVE_SYS_SOCKET_H 1
951331766Sken
952331766Sken/* Define to 1 if you have the <sys/sockio.h> header file. */
953331766Sken#define HAVE_SYS_SOCKIO_H 1
954331766Sken
955331766Sken/* Define to 1 if you have the <sys/stat.h> header file. */
956331766Sken#define HAVE_SYS_STAT_H 1
957331766Sken
958331766Sken/* Define to 1 if you have the <sys/stream.h> header file. */
959331766Sken/* #undef HAVE_SYS_STREAM_H */
960331766Sken
961331766Sken/* Define to 1 if you have the <sys/stropts.h> header file. */
962331766Sken/* #undef HAVE_SYS_STROPTS_H */
963331766Sken
964331766Sken/* Define to 1 if you have the <sys/strtty.h> header file. */
965331766Sken/* #undef HAVE_SYS_STRTTY_H */
966331766Sken
967331766Sken/* Define to 1 if you have the <sys/str_tty.h> header file. */
968331766Sken/* #undef HAVE_SYS_STR_TTY_H */
969331766Sken
970331766Sken/* Define to 1 if you have the <sys/syscall.h> header file. */
971331766Sken#define HAVE_SYS_SYSCALL_H 1
972331766Sken
973331766Sken/* Define to 1 if you have the <sys/sysctl.h> header file. */
974331766Sken#define HAVE_SYS_SYSCTL_H 1
975331766Sken
976331766Sken/* Define to 1 if you have the <sys/termio.h> header file. */
977331766Sken/* #undef HAVE_SYS_TERMIO_H */
978331766Sken
979331766Sken/* Define to 1 if you have the <sys/timeb.h> header file. */
980331766Sken#define HAVE_SYS_TIMEB_H 1
981331766Sken
982331766Sken/* Define to 1 if you have the <sys/times.h> header file. */
983331766Sken#define HAVE_SYS_TIMES_H 1
984331766Sken
985331766Sken/* Define to 1 if you have the <sys/time.h> header file. */
986331766Sken#define HAVE_SYS_TIME_H 1
987331766Sken
988331766Sken/* Define to 1 if you have the <sys/tty.h> header file. */
989331766Sken#define HAVE_SYS_TTY_H 1
990331766Sken
991331766Sken/* Define to 1 if you have the <sys/types.h> header file. */
992331766Sken#define HAVE_SYS_TYPES_H 1
993331766Sken
994331766Sken/* Define to 1 if you have the <sys/ucred.h> header file. */
995331766Sken#define HAVE_SYS_UCRED_H 1
996331766Sken
997331766Sken/* Define to 1 if you have the <sys/uio.h> header file. */
998331766Sken#define HAVE_SYS_UIO_H 1
999331766Sken
1000331766Sken/* Define to 1 if you have the <sys/un.h> header file. */
1001331766Sken#define HAVE_SYS_UN_H 1
1002331766Sken
1003331766Sken/* Define to 1 if you have the <sys/utsname.h> header file. */
1004331766Sken#define HAVE_SYS_UTSNAME_H 1
1005331766Sken
1006331766Sken/* Define to 1 if you have the <sys/wait.h> header file. */
1007331766Sken#define HAVE_SYS_WAIT_H 1
1008331766Sken
1009331766Sken/* Define to 1 if you have the <termcap.h> header file. */
1010331766Sken#define HAVE_TERMCAP_H 1
1011331766Sken
1012331766Sken/* Define to 1 if you have the <termios.h> header file. */
1013331766Sken#define HAVE_TERMIOS_H 1
1014331766Sken
1015331766Sken/* Define to 1 if you have the <termio.h> header file. */
1016331766Sken/* #undef HAVE_TERMIO_H */
1017331766Sken
1018331766Sken/* Define to 1 if you have the <term.h> header file. */
1019331766Sken#define HAVE_TERM_H 1
1020331766Sken
1021331766Sken/* Define to 1 if you have the `tgetent' function. */
1022331766Sken#define HAVE_TGETENT 1
1023331766Sken
1024331766Sken/* Define if you have the function `timegm'. */
1025331766Sken#define HAVE_TIMEGM 1
1026331766Sken
1027331766Sken/* Define if you have the `timezone' variable. */
1028331766Sken#define HAVE_TIMEZONE 1
1029331766Sken
1030331766Sken/* Define to 1 if you have the <time.h> header file. */
1031331766Sken#define HAVE_TIME_H 1
1032331766Sken
1033331766Sken/* Define to 1 if you have the <tmpdir.h> header file. */
1034331766Sken/* #undef HAVE_TMPDIR_H */
1035331766Sken
1036331766Sken/* Define to 1 if you have the `ttyname' function. */
1037331766Sken#define HAVE_TTYNAME 1
1038331766Sken
1039331766Sken/* Define to 1 if you have the `ttyslot' function. */
1040331766Sken#define HAVE_TTYSLOT 1
1041331766Sken
1042331766Sken/* Define to 1 if you have the <udb.h> header file. */
1043331766Sken/* #undef HAVE_UDB_H */
1044331766Sken
1045331766Sken/* Define to 1 if the system has the type `uint16_t'. */
1046331766Sken#define HAVE_UINT16_T 1
1047331766Sken
1048331766Sken/* Define to 1 if the system has the type `uint32_t'. */
1049331766Sken#define HAVE_UINT32_T 1
1050331766Sken
1051331766Sken/* Define to 1 if the system has the type `uint64_t'. */
1052331766Sken#define HAVE_UINT64_T 1
1053331766Sken
1054331766Sken/* Define to 1 if the system has the type `uint8_t'. */
1055331766Sken#define HAVE_UINT8_T 1
1056331766Sken
1057331766Sken/* Define to 1 if the system has the type `uintptr_t'. */
1058331766Sken#define HAVE_UINTPTR_T 1
1059331766Sken
1060331766Sken/* Define to 1 if you have the `umask' function. */
1061331766Sken#define HAVE_UMASK 1
1062331766Sken
1063331766Sken/* Define to 1 if you have the `uname' function. */
1064331766Sken#define HAVE_UNAME 1
1065331766Sken
1066331766Sken/* Define to 1 if you have the <unistd.h> header file. */
1067331766Sken#define HAVE_UNISTD_H 1
1068331766Sken
1069331766Sken/* Define to 1 if you have the `unlockpt' function. */
1070331766Sken#define HAVE_UNLOCKPT 1
1071331766Sken
1072331766Sken/* Define if you have the function `unsetenv'. */
1073331766Sken#define HAVE_UNSETENV 1
1074331766Sken
1075331766Sken/* Define to 1 if you have the `unvis' function. */
1076331766Sken#define HAVE_UNVIS 1
1077331766Sken
1078331766Sken/* Define to 1 if you have the <userconf.h> header file. */
1079331766Sken/* #undef HAVE_USERCONF_H */
1080331766Sken
1081331766Sken/* Define to 1 if you have the <usersec.h> header file. */
1082331766Sken/* #undef HAVE_USERSEC_H */
1083331766Sken
1084331766Sken/* Define to 1 if you have the <util.h> header file. */
1085331766Sken/* #undef HAVE_UTIL_H */
1086331766Sken
1087331766Sken/* Define to 1 if you have the <utmpx.h> header file. */
1088331766Sken/* #undef HAVE_UTMPX_H */
1089331766Sken
1090331766Sken/* Define to 1 if you have the <utmp.h> header file. */
1091331766Sken#define HAVE_UTMP_H 1
1092331766Sken
1093331766Sken/* Define to 1 if the system has the type `u_int16_t'. */
1094331766Sken#define HAVE_U_INT16_T 1
1095331766Sken
1096331766Sken/* Define to 1 if the system has the type `u_int32_t'. */
1097331766Sken#define HAVE_U_INT32_T 1
1098331766Sken
1099331766Sken/* Define to 1 if the system has the type `u_int64_t'. */
1100331766Sken#define HAVE_U_INT64_T 1
1101331766Sken
1102331766Sken/* Define to 1 if the system has the type `u_int8_t'. */
1103331766Sken#define HAVE_U_INT8_T 1
1104331766Sken
1105331766Sken/* Define to 1 if you have the `vasnprintf' function. */
1106331766Sken/* #undef HAVE_VASNPRINTF */
1107331766Sken
1108331766Sken/* Define to 1 if you have the `vasprintf' function. */
1109331766Sken#define HAVE_VASPRINTF 1
1110331766Sken
1111331766Sken/* Define if you have the function `verr'. */
1112331766Sken#define HAVE_VERR 1
1113331766Sken
1114331766Sken/* Define if you have the function `verrx'. */
1115331766Sken#define HAVE_VERRX 1
1116331766Sken
1117331766Sken/* Define to 1 if you have the `vhangup' function. */
1118331766Sken/* #undef HAVE_VHANGUP */
1119331766Sken
1120331766Sken/* Define to 1 if you have the `vis' function. */
1121331766Sken#define HAVE_VIS 1
1122331766Sken
1123331766Sken/* Define to 1 if you have the <vis.h> header file. */
1124331766Sken#define HAVE_VIS_H 1
1125331766Sken
1126331766Sken/* define if you have a working vsnprintf */
1127331766Sken#define HAVE_VSNPRINTF 1
1128331766Sken
1129331766Sken/* Define if you have the function `vsyslog'. */
1130331766Sken#define HAVE_VSYSLOG 1
1131331766Sken
1132331766Sken/* Define if you have the function `vwarn'. */
1133331766Sken#define HAVE_VWARN 1
1134331766Sken
1135331766Sken/* Define if you have the function `vwarnx'. */
1136331766Sken#define HAVE_VWARNX 1
1137331766Sken
1138331766Sken/* Define if you have the function `warn'. */
1139331766Sken#define HAVE_WARN 1
1140331766Sken
1141331766Sken/* Define if you have the function `warnx'. */
1142331766Sken#define HAVE_WARNX 1
1143331766Sken
1144331766Sken/* Define if you have the function `writev'. */
1145331766Sken#define HAVE_WRITEV 1
1146331766Sken
1147331766Sken/* define if struct winsize has ws_xpixel */
1148331766Sken#define HAVE_WS_XPIXEL 1
1149331766Sken
1150331766Sken/* define if struct winsize has ws_ypixel */
1151331766Sken#define HAVE_WS_YPIXEL 1
1152331766Sken
1153331766Sken/* Define to 1 if you have the `XauFileName' function. */
1154331766Sken/* #undef HAVE_XAUFILENAME */
1155331766Sken
1156331766Sken/* Define to 1 if you have the `XauReadAuth' function. */
1157331766Sken/* #undef HAVE_XAUREADAUTH */
1158331766Sken
1159331766Sken/* Define to 1 if you have the `XauWriteAuth' function. */
1160331766Sken/* #undef HAVE_XAUWRITEAUTH */
1161331766Sken
1162331766Sken/* Define to 1 if you have the `yp_get_default_domain' function. */
1163331766Sken#define HAVE_YP_GET_DEFAULT_DOMAIN 1
1164331766Sken
1165331766Sken/* Define to 1 if you have the `_getpty' function. */
1166331766Sken/* #undef HAVE__GETPTY */
1167331766Sken
1168331766Sken/* Define if you have the `_res' variable. */
1169331766Sken#define HAVE__RES 1
1170331766Sken
1171331766Sken/* Define to 1 if you have the `_scrsize' function. */
1172331766Sken/* #undef HAVE__SCRSIZE */
1173331766Sken
1174331766Sken/* define if your compiler has __attribute__ */
1175331766Sken#define HAVE___ATTRIBUTE__ 1
1176331766Sken
1177331766Sken/* Define if you have the `__progname' variable. */
1178331766Sken#define HAVE___PROGNAME 1
1179331766Sken
1180331766Sken/* Define if you have the hesiod package. */
1181331766Sken/* #undef HESIOD */
1182331766Sken
1183331766Sken/* Define if you are running IRIX 4. */
1184331766Sken/* #undef IRIX4 */
1185331766Sken
1186331766Sken/* Enable Kerberos 5 support in applications. */
1187331766Sken#define KRB5 1
1188331766Sken
1189331766Sken/* path to lib */
1190331766Sken#define LIBDIR "/usr/lib"
1191331766Sken
1192331766Sken/* path to libexec */
1193331766Sken#define LIBEXECDIR "/usr/libexec"
1194331766Sken
1195331766Sken/* path to localstate */
1196331766Sken#define LOCALSTATEDIR "/var/heimdal"
1197331766Sken
1198331766Sken/* define if the system is missing a prototype for asnprintf() */
1199331766Sken#define NEED_ASNPRINTF_PROTO 1
1200331766Sken
1201331766Sken/* define if the system is missing a prototype for asprintf() */
1202331766Sken/* #undef NEED_ASPRINTF_PROTO */
1203331766Sken
1204331766Sken/* define if the system is missing a prototype for crypt() */
1205331766Sken/* #undef NEED_CRYPT_PROTO */
1206331766Sken
1207331766Sken/* define if the system is missing a prototype for daemon() */
1208331766Sken#define NEED_DAEMON_PROTO 1
1209331766Sken
1210331766Sken/* define if the system is missing a prototype for gethostname() */
1211331766Sken/* #undef NEED_GETHOSTNAME_PROTO */
1212331766Sken
1213331766Sken/* define if the system is missing a prototype for getusershell() */
1214331766Sken/* #undef NEED_GETUSERSHELL_PROTO */
1215331766Sken
1216331766Sken/* define if the system is missing a prototype for glob() */
1217331766Sken/* #undef NEED_GLOB_PROTO */
1218331766Sken
1219331766Sken/* define if the system is missing a prototype for hstrerror() */
1220331766Sken/* #undef NEED_HSTRERROR_PROTO */
1221331766Sken
1222331766Sken/* define if the system is missing a prototype for inet_aton() */
1223331766Sken/* #undef NEED_INET_ATON_PROTO */
1224331766Sken
1225331766Sken/* define if the system is missing a prototype for iruserok() */
1226331766Sken/* #undef NEED_IRUSEROK_PROTO */
1227331766Sken
1228331766Sken/* define if the system is missing a prototype for mkstemp() */
1229331766Sken/* #undef NEED_MKSTEMP_PROTO */
1230331766Sken
1231331766Sken/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1232331766Sken/* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1233331766Sken
1234331766Sken/* define if the system is missing a prototype for setenv() */
1235331766Sken/* #undef NEED_SETENV_PROTO */
1236331766Sken
1237331766Sken/* define if the system is missing a prototype for snprintf() */
1238331766Sken/* #undef NEED_SNPRINTF_PROTO */
1239331766Sken
1240331766Sken/* define if the system is missing a prototype for strndup() */
1241331766Sken#define NEED_STRNDUP_PROTO 1
1242331766Sken
1243331766Sken/* define if the system is missing a prototype for strsep() */
1244331766Sken/* #undef NEED_STRSEP_PROTO */
1245331766Sken
1246331766Sken/* define if the system is missing a prototype for strsvis() */
1247331766Sken#define NEED_STRSVIS_PROTO 1
1248331766Sken
1249331766Sken/* define if the system is missing a prototype for strtok_r() */
1250331766Sken/* #undef NEED_STRTOK_R_PROTO */
1251331766Sken
1252331766Sken/* define if the system is missing a prototype for strunvis() */
1253331766Sken/* #undef NEED_STRUNVIS_PROTO */
1254331766Sken
1255331766Sken/* define if the system is missing a prototype for strvisx() */
1256331766Sken/* #undef NEED_STRVISX_PROTO */
1257331766Sken
1258331766Sken/* define if the system is missing a prototype for strvis() */
1259331766Sken/* #undef NEED_STRVIS_PROTO */
1260331766Sken
1261331766Sken/* define if the system is missing a prototype for svis() */
1262331766Sken#define NEED_SVIS_PROTO 1
1263331766Sken
1264331766Sken/* define if the system is missing a prototype for unsetenv() */
1265331766Sken/* #undef NEED_UNSETENV_PROTO */
1266331766Sken
1267331766Sken/* define if the system is missing a prototype for unvis() */
1268331766Sken/* #undef NEED_UNVIS_PROTO */
1269331766Sken
1270331766Sken/* define if the system is missing a prototype for vasnprintf() */
1271331766Sken#define NEED_VASNPRINTF_PROTO 1
1272331766Sken
1273331766Sken/* define if the system is missing a prototype for vasprintf() */
1274331766Sken/* #undef NEED_VASPRINTF_PROTO */
1275331766Sken
1276331766Sken/* define if the system is missing a prototype for vis() */
1277331766Sken/* #undef NEED_VIS_PROTO */
1278331766Sken
1279331766Sken/* define if the system is missing a prototype for vsnprintf() */
1280331766Sken/* #undef NEED_VSNPRINTF_PROTO */
1281331766Sken
1282331766Sken/* Define if you don't wan't support for AFS. */
1283331766Sken/* #undef NO_AFS */
1284331766Sken
1285331766Sken/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1286331766Sken/* #undef NO_MINUS_C_MINUS_O */
1287331766Sken
1288331766Sken/* Define if you don't want to use mmap. */
1289331766Sken/* #undef NO_MMAP */
1290331766Sken
1291331766Sken/* Define this to enable old environment option in telnet. */
1292331766Sken#define OLD_ENVIRON 1
1293331766Sken
1294331766Sken/* Define if you have the openldap package. */
1295331766Sken/* #undef OPENLDAP */
1296331766Sken
1297331766Sken/* Define if you want support for hdb ldap module */
1298331766Sken/* #undef OPENLDAP_MODULE */
1299331766Sken
1300331766Sken/* define if prototype of openlog is compatible with void openlog(const char
1301331766Sken   *, int, int) */
1302331766Sken#define OPENLOG_PROTO_COMPATIBLE 1
1303331766Sken
1304331766Sken/* Define if you want OTP support in applications. */
1305331766Sken#define OTP 1
1306331766Sken
1307331766Sken/* Name of package */
1308331766Sken#define PACKAGE "heimdal"
1309331766Sken
1310331766Sken/* Define to the address where bug reports for this package should be sent. */
1311331766Sken#define PACKAGE_BUGREPORT "heimdal-bugs@h5l.org"
1312331766Sken
1313331766Sken/* Define to the full name of this package. */
1314331766Sken#define PACKAGE_NAME "Heimdal"
1315331766Sken
1316331766Sken/* Define to the full name and version of this package. */
1317331766Sken#define PACKAGE_STRING "Heimdal 1.1"
1318331766Sken
1319331766Sken/* Define to the one symbol short name of this package. */
1320331766Sken#define PACKAGE_TARNAME "heimdal"
1321331766Sken
1322331766Sken/* Define to the version of this package. */
1323331766Sken#define PACKAGE_VERSION "1.1"
1324331766Sken
1325331766Sken/* Define to enable PKINIT. */
1326331766Sken#define PKINIT 1
1327331766Sken
1328331766Sken/* Define if getlogin has POSIX flavour (and not BSD). */
1329331766Sken/* #undef POSIX_GETLOGIN */
1330331766Sken
1331331766Sken/* Define if getpwnam_r has POSIX flavour. */
1332331766Sken/* #undef POSIX_GETPWNAM_R */
1333331766Sken
1334331766Sken/* Define if you have the readline package. */
1335331766Sken/* #undef READLINE */
1336331766Sken
1337331766Sken/* Define as the return type of signal handlers (`int' or `void'). */
1338331766Sken#define RETSIGTYPE void
1339331766Sken
1340331766Sken/* path to sbin */
1341331766Sken#define SBINDIR "/usr/sbin"
1342331766Sken
1343331766Sken/* Define if you want to use samba socket wrappers. */
1344331766Sken/* #undef SOCKET_WRAPPER_REPLACE */
1345331766Sken
1346331766Sken/* Define to 1 if you have the ANSI C header files. */
1347331766Sken#define STDC_HEADERS 1
1348331766Sken
1349331766Sken/* Define if you have streams ptys. */
1350331766Sken/* #undef STREAMSPTY */
1351331766Sken
1352331766Sken/* path to sysconf */
1353331766Sken#define SYSCONFDIR "/etc"
1354331766Sken
1355331766Sken/* Define to what version of SunOS you are running. */
1356331766Sken/* #undef SunOS */
1357331766Sken
1358331766Sken/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1359331766Sken#define TIME_WITH_SYS_TIME 1
1360331766Sken
1361331766Sken/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1362331766Sken/* #undef TM_IN_SYS_TIME */
1363331766Sken
1364331766Sken/* Version number of package */
1365331766Sken#define VERSION "1.1"
1366331766Sken
1367331766Sken/* Define if signal handlers return void. */
1368331766Sken#define VOID_RETSIGTYPE 1
1369331766Sken
1370331766Sken/* define if target is big endian */
1371331766Sken/* #undef WORDS_BIGENDIAN */
1372331766Sken
1373331766Sken/* Define to 1 if the X Window System is missing or not being used. */
1374331766Sken#define X_DISPLAY_MISSING 1
1375331766Sken
1376331766Sken/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1377331766Sken   `char[]'. */
1378331766Sken#define YYTEXT_POINTER 1
1379331766Sken
1380331766Sken/* Number of bits in a file offset, on hosts where this is settable. */
1381331766Sken/* #undef _FILE_OFFSET_BITS */
1382331766Sken
1383331766Sken/* Define to enable extensions on glibc-based systems such as Linux. */
1384331766Sken#define _GNU_SOURCE 1
1385331766Sken
1386331766Sken/* Define for large files, on AIX-style hosts. */
1387331766Sken/* #undef _LARGE_FILES */
1388331766Sken
1389331766Sken/* Define to empty if `const' does not conform to ANSI C. */
1390331766Sken/* #undef const */
1391331766Sken
1392331766Sken/* Define to `int' if <sys/types.h> doesn't define. */
1393331766Sken/* #undef gid_t */
1394331766Sken
1395331766Sken/* Define to `__inline__' or `__inline' if that's what the C compiler
1396331766Sken   calls it, or to nothing if 'inline' is not supported under any name.  */
1397331766Sken#ifndef __cplusplus
1398331766Sken/* #undef inline */
1399331766Sken#endif
1400331766Sken
1401331766Sken/* Define this to what the type mode_t should be. */
1402331766Sken/* #undef mode_t */
1403331766Sken
1404331766Sken/* Define to `long int' if <sys/types.h> does not define. */
1405331766Sken/* #undef off_t */
1406331766Sken
1407331766Sken/* Define to `int' if <sys/types.h> does not define. */
1408331766Sken/* #undef pid_t */
1409331766Sken
1410331766Sken/* Define this to what the type sig_atomic_t should be. */
1411331766Sken/* #undef sig_atomic_t */
1412331766Sken
1413331766Sken/* Define to `unsigned int' if <sys/types.h> does not define. */
1414331766Sken/* #undef size_t */
1415331766Sken
1416331766Sken/* Define to `int' if <sys/types.h> doesn't define. */
1417331766Sken/* #undef uid_t */
1418331766Sken
1419331766Sken#ifdef ROKEN_RENAME
1420331766Sken#include "roken_rename.h"
1421331766Sken#endif
1422331766Sken
1423331766Sken#ifdef VOID_RETSIGTYPE
1424331766Sken#define SIGRETURN(x) return
1425331766Sken#else
1426331766Sken#define SIGRETURN(x) return (RETSIGTYPE)(x)
1427331766Sken#endif
1428331766Sken
1429331766Sken#ifdef BROKEN_REALLOC
1430331766Sken#define realloc(X, Y) rk_realloc((X), (Y))
1431331766Sken#endif
1432331766Sken
1433331766Sken
1434331766Sken#if ENDIANESS_IN_SYS_PARAM_H
1435331766Sken#  include <sys/types.h>
1436331766Sken#  include <sys/param.h>
1437331766Sken#  if BYTE_ORDER == BIG_ENDIAN
1438331766Sken#  define WORDS_BIGENDIAN 1
1439331766Sken#  endif
1440331766Sken#endif
1441331766Sken
1442331766Sken
1443331766Sken#if _AIX
1444331766Sken#define _ALL_SOURCE
1445331766Sken/* XXX this is gross, but kills about a gazillion warnings */
1446331766Skenstruct ether_addr;
1447331766Skenstruct sockaddr;
1448331766Skenstruct sockaddr_dl;
1449331766Skenstruct sockaddr_in;
1450331766Sken#endif
1451331766Sken
1452331766Sken
1453331766Sken/* IRIX 4 braindamage */
1454331766Sken#if IRIX == 4 && !defined(__STDC__)
1455331766Sken#define __STDC__ 0
1456331766Sken#endif
1457331766Sken
1458331766Sken
1459331766Sken
1460331766Sken#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1461331766Sken#define AUTHENTICATION 1
1462331766Sken#endif
1463331766Sken
1464331766Sken/* Set this to the default system lead string for telnetd
1465331766Sken * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1466331766Sken * %v=os-version, %t=tty, %h=hostname, %d=date and time
1467331766Sken */
1468331766Sken/* #undef USE_IM */
1469331766Sken
1470331766Sken/* Used with login -p */
1471331766Sken/* #undef LOGIN_ARGS */
1472331766Sken
1473331766Sken/* set this to a sensible login */
1474331766Sken#ifndef LOGIN_PATH
1475331766Sken#define LOGIN_PATH BINDIR "/login"
1476331766Sken#endif
1477331766Sken
1478331766Sken