1/* include/config.h.  Generated from config.h.in by configure.  */
2/* include/config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* $FreeBSD$ */
5
6#ifndef RCSID
7#define RCSID(msg) \
8static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
9#endif
10
11/* Maximum values on all known systems */
12#define MaxHostNameLen (64+4)
13#define MaxPathLen (1024+4)
14
15
16
17#ifdef BUILD_KRB5_LIB
18#ifndef KRB5_LIB
19#ifdef _WIN32_
20#define KRB5_LIB_FUNCTION __declspec(dllexport)
21#define KRB5_LIB_CALL __stdcall
22#define KRB5_LIB_VARIABLE __declspec(dllexport)
23#else
24#define KRB5_LIB_FUNCTION
25#define KRB5_LIB_CALL
26#define KRB5_LIB_VARIABLE
27#endif
28#endif
29#endif
30
31
32#ifdef BUILD_ROKEN_LIB
33#ifndef ROKEN_LIB
34#ifdef _WIN32_
35#define ROKEN_LIB_FUNCTION __declspec(dllexport)
36#define ROKEN_LIB_CALL __stdcall
37#define ROKEN_LIB_VARIABLE __declspec(dllexport)
38#else
39#define ROKEN_LIB_FUNCTION
40#define ROKEN_LIB_CALL
41#define ROKEN_LIB_VARIABLE
42#endif
43#endif
44#endif
45
46
47#ifdef BUILD_GSSAPI_LIB
48#ifndef GSSAPI_LIB
49#ifdef _WIN32_
50#define GSSAPI_LIB_FUNCTION __declspec(dllexport)
51#define GSSAPI_LIB_CALL __stdcall
52#define GSSAPI_LIB_VARIABLE __declspec(dllexport)
53#else
54#define GSSAPI_LIB_FUNCTION
55#define GSSAPI_LIB_CALL
56#define GSSAPI_LIB_VARIABLE
57#endif
58#endif
59#endif
60
61
62/* Define if you want authentication support in telnet. */
63#define AUTHENTICATION 1
64
65/* path to bin */
66#define BINDIR "/usr/bin"
67
68/* Define if realloc(NULL) doesn't work. */
69/* #undef BROKEN_REALLOC */
70
71/* Define if you want support for DCE/DFS PAG's. */
72/* #undef DCE */
73
74/* Define if you want to use DES encryption in telnet. */
75#define DES_ENCRYPTION 1
76
77/* Define this to enable diagnostics in telnet. */
78#define DIAGNOSTICS 1
79
80/* Define to enable DIGEST. */
81#define DIGEST 1
82
83/* Define if want to use the weak AFS string to key functions. */
84#define ENABLE_AFS_STRING_TO_KEY 1
85
86/* Define if you want have a thread safe libraries */
87#define ENABLE_PTHREAD_SUPPORT 1
88
89/* Define if you want encryption support in telnet. */
90#define ENCRYPTION 1
91
92/* define if sys/param.h defines the endiness */
93#define ENDIANESS_IN_SYS_PARAM_H 1
94
95/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
96/* #undef ENV_HACK */
97
98/* define if prototype of gethostbyaddr is compatible with struct hostent
99   *gethostbyaddr(const void *, size_t, int) */
100/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
101
102/* define if prototype of gethostbyname is compatible with struct hostent
103   *gethostbyname(const char *) */
104#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
105
106/* define if prototype of getservbyname is compatible with struct servent
107   *getservbyname(const char *, const char *) */
108#define GETSERVBYNAME_PROTO_COMPATIBLE 1
109
110/* define if prototype of getsockname is compatible with int getsockname(int,
111   struct sockaddr*, socklen_t*) */
112#define GETSOCKNAME_PROTO_COMPATIBLE 1
113
114/* Define if you have the `altzone' variable. */
115/* #undef HAVE_ALTZONE */
116
117/* Define to 1 if you have the `arc4random' function. */
118#define HAVE_ARC4RANDOM 1
119
120/* Define to 1 if you have the <arpa/ftp.h> header file. */
121#define HAVE_ARPA_FTP_H 1
122
123/* Define to 1 if you have the <arpa/inet.h> header file. */
124#define HAVE_ARPA_INET_H 1
125
126/* Define to 1 if you have the <arpa/nameser.h> header file. */
127#define HAVE_ARPA_NAMESER_H 1
128
129/* Define to 1 if you have the <arpa/telnet.h> header file. */
130#define HAVE_ARPA_TELNET_H 1
131
132/* Define to 1 if you have the <asl.h> header file. */
133/* #undef HAVE_ASL_H */
134
135/* Define to 1 if you have the `asnprintf' function. */
136/* #undef HAVE_ASNPRINTF */
137
138/* Define to 1 if you have the `asprintf' function. */
139#define HAVE_ASPRINTF 1
140
141/* Define to 1 if you have the `atexit' function. */
142#define HAVE_ATEXIT 1
143
144/* Define to 1 if you have the `backtrace' function. */
145/* #undef HAVE_BACKTRACE */
146
147/* Define to 1 if you have the <bind/bitypes.h> header file. */
148/* #undef HAVE_BIND_BITYPES_H */
149
150/* Define to 1 if you have the <bsdsetjmp.h> header file. */
151/* #undef HAVE_BSDSETJMP_H */
152
153/* Define to 1 if you have the `bswap16' function. */
154/* #undef HAVE_BSWAP16 */
155
156/* Define to 1 if you have the `bswap32' function. */
157/* #undef HAVE_BSWAP32 */
158
159/* Define to 1 if you have the <capability.h> header file. */
160/* #undef HAVE_CAPABILITY_H */
161
162/* whether capng is available for privilege reduction */
163/* #undef HAVE_CAPNG */
164
165/* Define to 1 if you have the `cap_set_proc' function. */
166/* #undef HAVE_CAP_SET_PROC */
167
168/* Define to 1 if you have the `cgetent' function. */
169#define HAVE_CGETENT 1
170
171/* Define if you have the function `chown'. */
172#define HAVE_CHOWN 1
173
174/* Define if you have the function `closefrom'. */
175#define HAVE_CLOSEFROM 1
176
177/* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */
178/* #undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H */
179
180/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
181/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
182
183/* Define to 1 if you have the <config.h> header file. */
184/* #undef HAVE_CONFIG_H */
185
186/* Define if you have the function `copyhostent'. */
187/* #undef HAVE_COPYHOSTENT */
188
189/* Define to 1 if you have the `crypt' function. */
190#define HAVE_CRYPT 1
191
192/* Define to 1 if you have the <crypt.h> header file. */
193/* #undef HAVE_CRYPT_H */
194
195/* Define to 1 if you have the <curses.h> header file. */
196#define HAVE_CURSES_H 1
197
198/* Define if you have the function `daemon'. */
199#define HAVE_DAEMON 1
200
201/* define if you have a berkeley db1/2 library */
202#define HAVE_DB1 1
203
204/* define if you have a berkeley db3/4/5 library */
205/* #undef HAVE_DB3 */
206
207/* Define to 1 if you have the <db3/db.h> header file. */
208/* #undef HAVE_DB3_DB_H */
209
210/* Define to 1 if you have the <db4/db.h> header file. */
211/* #undef HAVE_DB4_DB_H */
212
213/* Define to 1 if you have the <db5/db.h> header file. */
214/* #undef HAVE_DB5_DB_H */
215
216/* Define if you have user supplied header location */
217/* #undef HAVE_DBHEADER */
218
219/* Define to 1 if you have the `dbm_firstkey' function. */
220#define HAVE_DBM_FIRSTKEY 1
221
222/* Define to 1 if you have the <dbm.h> header file. */
223/* #undef HAVE_DBM_H */
224
225/* Define to 1 if you have the `dbopen' function. */
226#define HAVE_DBOPEN 1
227
228/* Define to 1 if you have the `db_create' function. */
229/* #undef HAVE_DB_CREATE */
230
231/* Define to 1 if you have the <db.h> header file. */
232#define HAVE_DB_H 1
233
234/* define if you have ndbm compat in db */
235/* #undef HAVE_DB_NDBM */
236
237/* Define to 1 if you have the declaration of `altzone', and to 0 if you
238   don't. */
239/* #undef HAVE_DECL_ALTZONE */
240
241/* Define to 1 if you have the declaration of `environ', and to 0 if you
242   don't. */
243#define HAVE_DECL_ENVIRON 0
244
245/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
246   don't. */
247#define HAVE_DECL_H_ERRLIST 0
248
249/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
250   don't. */
251#define HAVE_DECL_H_ERRNO 1
252
253/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
254   */
255/* #undef HAVE_DECL_H_NERR */
256
257/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
258   */
259#define HAVE_DECL_OPTARG 1
260
261/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
262   */
263#define HAVE_DECL_OPTERR 1
264
265/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
266   */
267#define HAVE_DECL_OPTIND 1
268
269/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
270   */
271#define HAVE_DECL_OPTOPT 1
272
273/* Define to 1 if you have the declaration of `timezone', and to 0 if you
274   don't. */
275#define HAVE_DECL_TIMEZONE 1
276
277/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
278   */
279#define HAVE_DECL__RES 1
280
281/* Define to 1 if you have the declaration of `__progname', and to 0 if you
282   don't. */
283#define HAVE_DECL___PROGNAME 0
284
285/* Define to 1 if you have the <dirent.h> header file. */
286#define HAVE_DIRENT_H 1
287
288/* have a dirfd function/macro */
289#define HAVE_DIRFD 1
290
291/* Define if DIR has field dd_fd. */
292#define HAVE_DIR_DD_FD 1
293
294/* Define to 1 if you have the `dispatch_async_f' function. */
295/* #undef HAVE_DISPATCH_ASYNC_F */
296
297/* Define to 1 if you have the <dispatch/dispatch.h> header file. */
298/* #undef HAVE_DISPATCH_DISPATCH_H */
299
300/* Define to 1 if you have the <dlfcn.h> header file. */
301#define HAVE_DLFCN_H 1
302
303/* Define to 1 if you have the `dlopen' function. */
304#define HAVE_DLOPEN 1
305
306/* Define to 1 if you have the <dns.h> header file. */
307/* #undef HAVE_DNS_H */
308
309/* Define to 1 if you have the `dns_search' function. */
310/* #undef HAVE_DNS_SEARCH */
311
312/* Define to 1 if you have the `dn_expand' function. */
313#define HAVE_DN_EXPAND 1
314
315/* Define to 1 if you have the `door_create' function. */
316/* #undef HAVE_DOOR_CREATE */
317
318/* Define if you have the function `ecalloc'. */
319/* #undef HAVE_ECALLOC */
320
321/* Define if you have the function `emalloc'. */
322/* #undef HAVE_EMALLOC */
323
324/* Define if you have the function `erealloc'. */
325/* #undef HAVE_EREALLOC */
326
327/* Define if you have the function `err'. */
328#define HAVE_ERR 1
329
330/* Define to 1 if you have the <errno.h> header file. */
331#define HAVE_ERRNO_H 1
332
333/* Define if you have the function `errx'. */
334#define HAVE_ERRX 1
335
336/* Define to 1 if you have the <err.h> header file. */
337#define HAVE_ERR_H 1
338
339/* Define if you have the function `estrdup'. */
340/* #undef HAVE_ESTRDUP */
341
342/* Define to 1 if you have the <execinfo.h> header file. */
343/* #undef HAVE_EXECINFO_H */
344
345/* Define if you have the function `fchown'. */
346#define HAVE_FCHOWN 1
347
348/* Define to 1 if you have the `fcntl' function. */
349#define HAVE_FCNTL 1
350
351/* Define to 1 if you have the <fcntl.h> header file. */
352#define HAVE_FCNTL_H 1
353
354/* Define if you have the function `flock'. */
355#define HAVE_FLOCK 1
356
357/* Define if you have the function `fnmatch'. */
358#define HAVE_FNMATCH 1
359
360/* Define to 1 if you have the <fnmatch.h> header file. */
361#define HAVE_FNMATCH_H 1
362
363/* Have -framework Security */
364/* #undef HAVE_FRAMEWORK_SECURITY */
365
366/* Define to 1 if you have the `freeaddrinfo' function. */
367#define HAVE_FREEADDRINFO 1
368
369/* Define if you have the function `freehostent'. */
370#define HAVE_FREEHOSTENT 1
371
372/* Define to 1 if you have the `gai_strerror' function. */
373#define HAVE_GAI_STRERROR 1
374
375/* Define if os support gcd. */
376/* #undef HAVE_GCD */
377
378/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
379/* #undef HAVE_GDBM_NDBM_H */
380
381/* Define to 1 if you have the `getaddrinfo' function. */
382#define HAVE_GETADDRINFO 1
383
384/* Define to 1 if you have the `getconfattr' function. */
385/* #undef HAVE_GETCONFATTR */
386
387/* Define if you have the function `getcwd'. */
388#define HAVE_GETCWD 1
389
390/* Define if you have the function `getdtablesize'. */
391#define HAVE_GETDTABLESIZE 1
392
393/* Define if you have the function `getegid'. */
394#define HAVE_GETEGID 1
395
396/* Define if you have the function `geteuid'. */
397#define HAVE_GETEUID 1
398
399/* Define if you have the function `getgid'. */
400#define HAVE_GETGID 1
401
402/* Define to 1 if you have the `gethostbyname' function. */
403#define HAVE_GETHOSTBYNAME 1
404
405/* Define to 1 if you have the `gethostbyname2' function. */
406#define HAVE_GETHOSTBYNAME2 1
407
408/* Define if you have the function `gethostname'. */
409#define HAVE_GETHOSTNAME 1
410
411/* Define if you have the function `getifaddrs'. */
412#define HAVE_GETIFADDRS 1
413
414/* Define if you have the function `getipnodebyaddr'. */
415#define HAVE_GETIPNODEBYADDR 1
416
417/* Define if you have the function `getipnodebyname'. */
418#define HAVE_GETIPNODEBYNAME 1
419
420/* Define to 1 if you have the `getlogin' function. */
421#define HAVE_GETLOGIN 1
422
423/* Define if you have a working getmsg. */
424/* #undef HAVE_GETMSG */
425
426/* Define to 1 if you have the `getnameinfo' function. */
427#define HAVE_GETNAMEINFO 1
428
429/* Define if you have the function `getopt'. */
430#define HAVE_GETOPT 1
431
432/* Define to 1 if you have the `getpagesize' function. */
433#define HAVE_GETPAGESIZE 1
434
435/* Define to 1 if you have the `getpeereid' function. */
436#define HAVE_GETPEEREID 1
437
438/* Define to 1 if you have the `getpeerucred' function. */
439/* #undef HAVE_GETPEERUCRED */
440
441/* Define to 1 if you have the `getprogname' function. */
442#define HAVE_GETPROGNAME 1
443
444/* Define to 1 if you have the `getpwnam_r' function. */
445#define HAVE_GETPWNAM_R 1
446
447/* Define to 1 if you have the `getrlimit' function. */
448#define HAVE_GETRLIMIT 1
449
450/* Define to 1 if you have the `getsockopt' function. */
451#define HAVE_GETSOCKOPT 1
452
453/* Define to 1 if you have the `getspnam' function. */
454/* #undef HAVE_GETSPNAM */
455
456/* Define if you have the function `gettimeofday'. */
457#define HAVE_GETTIMEOFDAY 1
458
459/* Define to 1 if you have the `getudbnam' function. */
460/* #undef HAVE_GETUDBNAM */
461
462/* Define if you have the function `getuid'. */
463#define HAVE_GETUID 1
464
465/* Define if you have the function `getusershell'. */
466#define HAVE_GETUSERSHELL 1
467
468/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
469   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
470#define HAVE_GLOB 1
471
472/* Define to 1 if you have the `grantpt' function. */
473#define HAVE_GRANTPT 1
474
475/* Define to 1 if you have the <grp.h> header file. */
476#define HAVE_GRP_H 1
477
478/* Define to 1 if you have the `hstrerror' function. */
479#define HAVE_HSTRERROR 1
480
481/* Define if you have the `h_errlist' variable. */
482#define HAVE_H_ERRLIST 1
483
484/* Define if you have the `h_errno' variable. */
485#define HAVE_H_ERRNO 1
486
487/* Define if you have the `h_nerr' variable. */
488/* #undef HAVE_H_NERR */
489
490/* Define to 1 if you have the <ifaddrs.h> header file. */
491#define HAVE_IFADDRS_H 1
492
493/* Define if you have the in6addr_loopback variable */
494#define HAVE_IN6ADDR_LOOPBACK 1
495
496/* define */
497#define HAVE_INET_ATON 1
498
499/* define */
500#define HAVE_INET_NTOP 1
501
502/* define */
503#define HAVE_INET_PTON 1
504
505/* Define if you have the function `initgroups'. */
506#define HAVE_INITGROUPS 1
507
508/* Define if you have the function `innetgr'. */
509#define HAVE_INNETGR 1
510
511/* Define to 1 if the system has the type `int16_t'. */
512#define HAVE_INT16_T 1
513
514/* Define to 1 if the system has the type `int32_t'. */
515#define HAVE_INT32_T 1
516
517/* Define to 1 if the system has the type `int64_t'. */
518#define HAVE_INT64_T 1
519
520/* Define to 1 if the system has the type `int8_t'. */
521#define HAVE_INT8_T 1
522
523/* Define to 1 if you have the <inttypes.h> header file. */
524#define HAVE_INTTYPES_H 1
525
526/* Define to 1 if you have the <io.h> header file. */
527/* #undef HAVE_IO_H */
528
529/* Define if you have IPv6. */
530#define HAVE_IPV6 1
531
532/* Define if you have the function `iruserok'. */
533#define HAVE_IRUSEROK 1
534
535/* Define to 1 if you have the `issetugid' function. */
536#define HAVE_ISSETUGID 1
537
538/* Define if you want to use the Kerberos Credentials Manager. */
539#define HAVE_KCM 1
540
541/* Define to 1 if you have the <libutil.h> header file. */
542#define HAVE_LIBUTIL_H 1
543
544/* Define to 1 if you have the <limits.h> header file. */
545#define HAVE_LIMITS_H 1
546
547/* Define to 1 if you have the `loadquery' function. */
548/* #undef HAVE_LOADQUERY */
549
550/* Define to 1 if you have the <locale.h> header file. */
551#define HAVE_LOCALE_H 1
552
553/* Define if you have the function `localtime_r'. */
554#define HAVE_LOCALTIME_R 1
555
556/* Define to 1 if you have the `logout' function. */
557/* #undef HAVE_LOGOUT */
558
559/* Define to 1 if you have the `logwtmp' function. */
560/* #undef HAVE_LOGWTMP */
561
562/* Define to 1 if the system has the type `long long'. */
563#define HAVE_LONG_LONG 1
564
565/* Define if you have the function `lstat'. */
566#define HAVE_LSTAT 1
567
568/* Define to 1 if you have the <maillock.h> header file. */
569/* #undef HAVE_MAILLOCK_H */
570
571/* Define if you have the function `memmove'. */
572#define HAVE_MEMMOVE 1
573
574/* Define to 1 if you have the <memory.h> header file. */
575#define HAVE_MEMORY_H 1
576
577/* Define if you have the function `mkstemp'. */
578#define HAVE_MKSTEMP 1
579
580/* Define to 1 if you have the `mktime' function. */
581#define HAVE_MKTIME 1
582
583/* Define to 1 if you have a working `mmap' system call. */
584#define HAVE_MMAP 1
585
586/* define if you have a ndbm library */
587#define HAVE_NDBM 1
588
589/* Define to 1 if you have the <ndbm.h> header file. */
590#define HAVE_NDBM_H 1
591
592/* Define to 1 if you have the <netdb.h> header file. */
593#define HAVE_NETDB_H 1
594
595/* Define to 1 if you have the <netgroup.h> header file. */
596/* #undef HAVE_NETGROUP_H */
597
598/* Define to 1 if you have the <netinet6/in6.h> header file. */
599/* #undef HAVE_NETINET6_IN6_H */
600
601/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
602/* #undef HAVE_NETINET6_IN6_VAR_H */
603
604/* Define to 1 if you have the <netinet/in6.h> header file. */
605/* #undef HAVE_NETINET_IN6_H */
606
607/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
608/* #undef HAVE_NETINET_IN6_MACHTYPES_H */
609
610/* Define to 1 if you have the <netinet/in.h> header file. */
611#define HAVE_NETINET_IN_H 1
612
613/* Define to 1 if you have the <netinet/in_systm.h> header file. */
614#define HAVE_NETINET_IN_SYSTM_H 1
615
616/* Define to 1 if you have the <netinet/ip.h> header file. */
617#define HAVE_NETINET_IP_H 1
618
619/* Define to 1 if you have the <netinet/tcp.h> header file. */
620#define HAVE_NETINET_TCP_H 1
621
622/* Define to 1 if you have the <net/if.h> header file. */
623#define HAVE_NET_IF_H 1
624
625/* Define if NDBM really is DB (creates files *.db) */
626#define HAVE_NEW_DB 1
627
628/* Define to 1 if you have the `on_exit' function. */
629/* #undef HAVE_ON_EXIT */
630
631/* Define to 1 if you have the `openpty' function. */
632#define HAVE_OPENPTY 1
633
634/* define to use openssl's libcrypto */
635#define HAVE_OPENSSL 1
636
637/* Define to enable basic OSF C2 support. */
638/* #undef HAVE_OSFC2 */
639
640/* Define to 1 if you have the <paths.h> header file. */
641#define HAVE_PATHS_H 1
642
643/* Define to 1 if you have the `pidfile' function. */
644/* #undef HAVE_PIDFILE */
645
646/* Define to 1 if you have the `poll' function. */
647#define HAVE_POLL 1
648
649/* Define to 1 if you have the <poll.h> header file. */
650#define HAVE_POLL_H 1
651
652/* Define to 1 if you have the <pthread.h> header file. */
653#define HAVE_PTHREAD_H 1
654
655/* Define to 1 if you have the `ptsname' function. */
656#define HAVE_PTSNAME 1
657
658/* Define to 1 if you have the <pty.h> header file. */
659/* #undef HAVE_PTY_H */
660
661/* Define if you have the function `putenv'. */
662#define HAVE_PUTENV 1
663
664/* Define to 1 if you have the <pwd.h> header file. */
665#define HAVE_PWD_H 1
666
667/* Define to 1 if you have the `rand' function. */
668#define HAVE_RAND 1
669
670/* Define to 1 if you have the `random' function. */
671#define HAVE_RANDOM 1
672
673/* Define if you have the function `rcmd'. */
674#define HAVE_RCMD 1
675
676/* Define if you have a readline compatible library. */
677#define HAVE_READLINE 1
678
679/* Define to 1 if you have the
680   <[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h]> header file. */
681/* #undef HAVE_READLINE_H */
682
683/* Define to 1 if you have the <readline/readline.h > header file. */
684/* #undef HAVE_READLINE_READLINE_H_ */
685
686/* Define if you have the function `readv'. */
687#define HAVE_READV 1
688
689/* Define if you have the function `recvmsg'. */
690#define HAVE_RECVMSG 1
691
692/* Define to 1 if you have the <resolv.h> header file. */
693#define HAVE_RESOLV_H 1
694
695/* Define to 1 if you have the `res_ndestroy' function. */
696#define HAVE_RES_NDESTROY 1
697
698/* Define to 1 if you have the `res_nsearch' function. */
699#define HAVE_RES_NSEARCH 1
700
701/* Define to 1 if you have the `res_search' function. */
702#define HAVE_RES_SEARCH 1
703
704/* Define to 1 if you have the `revoke' function. */
705#define HAVE_REVOKE 1
706
707/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
708#define HAVE_RPCSVC_YPCLNT_H 1
709
710/* Define to 1 if you have the <sac.h> header file. */
711/* #undef HAVE_SAC_H */
712
713/* Define to 1 if the system has the type `sa_family_t'. */
714#define HAVE_SA_FAMILY_T 1
715
716/* Define if you want support for cache in sqlite. */
717#undef HAVE_SCC
718
719/* Define to 1 if you have the <search.h> header file. */
720#define HAVE_SEARCH_H 1
721
722/* Define to 1 if you have the <security/pam_modules.h> header file. */
723#define HAVE_SECURITY_PAM_MODULES_H 1
724
725/* Define to 1 if you have the `select' function. */
726#define HAVE_SELECT 1
727
728/* Define if you have the function `sendmsg'. */
729#define HAVE_SENDMSG 1
730
731/* Define if you have the function `setegid'. */
732#define HAVE_SETEGID 1
733
734/* Define if you have the function `setenv'. */
735#define HAVE_SETENV 1
736
737/* Define if you have the function `seteuid'. */
738#define HAVE_SETEUID 1
739
740/* Define to 1 if you have the `setitimer' function. */
741#define HAVE_SETITIMER 1
742
743/* Define to 1 if you have the `setlim' function. */
744/* #undef HAVE_SETLIM */
745
746/* Define to 1 if you have the `setlogin' function. */
747#define HAVE_SETLOGIN 1
748
749/* Define to 1 if you have the `setpcred' function. */
750/* #undef HAVE_SETPCRED */
751
752/* Define to 1 if you have the `setpgid' function. */
753#define HAVE_SETPGID 1
754
755/* Define to 1 if you have the `setproctitle' function. */
756#define HAVE_SETPROCTITLE 1
757
758/* Define to 1 if you have the `setprogname' function. */
759#define HAVE_SETPROGNAME 1
760
761/* Define to 1 if you have the `setregid' function. */
762#define HAVE_SETREGID 1
763
764/* Define to 1 if you have the `setresgid' function. */
765#define HAVE_SETRESGID 1
766
767/* Define to 1 if you have the `setresuid' function. */
768#define HAVE_SETRESUID 1
769
770/* Define to 1 if you have the `setreuid' function. */
771#define HAVE_SETREUID 1
772
773/* Define to 1 if you have the `setsid' function. */
774#define HAVE_SETSID 1
775
776/* Define to 1 if you have the `setsockopt' function. */
777#define HAVE_SETSOCKOPT 1
778
779/* Define to 1 if you have the `setutent' function. */
780/* #undef HAVE_SETUTENT */
781
782/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
783/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
784
785/* Define to 1 if you have the <sgtty.h> header file. */
786/* #undef HAVE_SGTTY_H */
787
788/* Define to 1 if you have the <shadow.h> header file. */
789/* #undef HAVE_SHADOW_H */
790
791/* Define to 1 if you have the <siad.h> header file. */
792/* #undef HAVE_SIAD_H */
793
794/* Define to 1 if you have the `sigaction' function. */
795#define HAVE_SIGACTION 1
796
797/* Define to 1 if you have the <signal.h> header file. */
798#define HAVE_SIGNAL_H 1
799
800/* define if you have a working snprintf */
801#define HAVE_SNPRINTF 1
802
803/* Define to 1 if you have the `socket' function. */
804#define HAVE_SOCKET 1
805
806/* Define to 1 if the system has the type `socklen_t'. */
807#define HAVE_SOCKLEN_T 1
808
809/* Define if you want support for sqlite in Heimdal. */
810#define HAVE_SQLITE3 1
811
812/* Define to 1 if the system has the type `ssize_t'. */
813#define HAVE_SSIZE_T 1
814
815/* Define to 1 if you have the <standards.h> header file. */
816/* #undef HAVE_STANDARDS_H */
817
818/* Define to 1 if you have the <stdint.h> header file. */
819#define HAVE_STDINT_H 1
820
821/* Define to 1 if you have the <stdlib.h> header file. */
822#define HAVE_STDLIB_H 1
823
824/* Define if you have the function `strcasecmp'. */
825#define HAVE_STRCASECMP 1
826
827/* Define if you have the function `strdup'. */
828#define HAVE_STRDUP 1
829
830/* Define if you have the function `strerror'. */
831#define HAVE_STRERROR 1
832
833/* Define if you have the function strerror_r. */
834#define HAVE_STRERROR_R 1
835
836/* Define if you have the function `strftime'. */
837#define HAVE_STRFTIME 1
838
839/* Define to 1 if you have the <strings.h> header file. */
840#define HAVE_STRINGS_H 1
841
842/* Define to 1 if you have the <string.h> header file. */
843#define HAVE_STRING_H 1
844
845/* Define if you have the function `strlcat'. */
846#define HAVE_STRLCAT 1
847
848/* Define if you have the function `strlcpy'. */
849#define HAVE_STRLCPY 1
850
851/* Define if you have the function `strlwr'. */
852/* #undef HAVE_STRLWR */
853
854/* Define if you have the function `strncasecmp'. */
855#define HAVE_STRNCASECMP 1
856
857/* Define if you have the function `strndup'. */
858#define HAVE_STRNDUP 1
859
860/* Define if you have the function `strnlen'. */
861#define HAVE_STRNLEN 1
862
863/* Define to 1 if you have the <stropts.h> header file. */
864/* #undef HAVE_STROPTS_H */
865
866/* Define if you have the function `strptime'. */
867#define HAVE_STRPTIME 1
868
869/* Define if you have the function `strsep'. */
870#define HAVE_STRSEP 1
871
872/* Define if you have the function `strsep_copy'. */
873/* #undef HAVE_STRSEP_COPY */
874
875/* Define to 1 if you have the `strstr' function. */
876#define HAVE_STRSTR 1
877
878/* Define to 1 if you have the `strsvis' function. */
879/* #undef HAVE_STRSVIS */
880
881/* Define to 1 if you have the `strsvisx' function. */
882/* #undef HAVE_STRSVISX */
883
884/* Define if you have the function `strtok_r'. */
885#define HAVE_STRTOK_R 1
886
887/* Define to 1 if the system has the type `struct addrinfo'. */
888#define HAVE_STRUCT_ADDRINFO 1
889
890/* Define to 1 if the system has the type `struct ifaddrs'. */
891#define HAVE_STRUCT_IFADDRS 1
892
893/* Define to 1 if the system has the type `struct iovec'. */
894#define HAVE_STRUCT_IOVEC 1
895
896/* Define to 1 if the system has the type `struct msghdr'. */
897#define HAVE_STRUCT_MSGHDR 1
898
899/* Define to 1 if the system has the type `struct sockaddr'. */
900#define HAVE_STRUCT_SOCKADDR 1
901
902/* Define if struct sockaddr has field sa_len. */
903#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
904
905/* Define to 1 if the system has the type `struct sockaddr_storage'. */
906#define HAVE_STRUCT_SOCKADDR_STORAGE 1
907
908/* define if you have struct spwd */
909/* #undef HAVE_STRUCT_SPWD */
910
911/* Define if struct tm has field tm_gmtoff. */
912#define HAVE_STRUCT_TM_TM_GMTOFF 1
913
914/* Define if struct tm has field tm_zone. */
915#define HAVE_STRUCT_TM_TM_ZONE 1
916
917/* Define if struct utmpx has field ut_exit. */
918/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
919
920/* Define if struct utmpx has field ut_host. */
921#define HAVE_STRUCT_UTMPX_UT_HOST 1
922
923/* Define if struct utmpx has field ut_id. */
924#define HAVE_STRUCT_UTMPX_UT_ID 1
925
926/* Define if struct utmpx has field ut_line. */
927#define HAVE_STRUCT_UTMPX_UT_LINE 1
928
929/* Define if struct utmpx has field ut_pid. */
930#define HAVE_STRUCT_UTMPX_UT_PID 1
931
932/* Define if struct utmpx has field ut_syslen. */
933/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
934
935/* Define if struct utmpx has field ut_tv. */
936#define HAVE_STRUCT_UTMPX_UT_TV 1
937
938/* Define if struct utmpx has field ut_type. */
939#define HAVE_STRUCT_UTMPX_UT_TYPE 1
940
941/* Define if struct utmpx has field ut_user. */
942#define HAVE_STRUCT_UTMPX_UT_USER 1
943
944/* Define if struct utmp has field ut_addr. */
945/* #undef HAVE_STRUCT_UTMP_UT_ADDR */
946
947/* Define if struct utmp has field ut_host. */
948/* #undef HAVE_STRUCT_UTMP_UT_HOST */
949
950/* Define if struct utmp has field ut_id. */
951/* #undef HAVE_STRUCT_UTMP_UT_ID */
952
953/* Define if struct utmp has field ut_pid. */
954/* #undef HAVE_STRUCT_UTMP_UT_PID */
955
956/* Define if struct utmp has field ut_type. */
957/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
958
959/* Define if struct utmp has field ut_user. */
960/* #undef HAVE_STRUCT_UTMP_UT_USER */
961
962/* define if struct winsize is declared in sys/termios.h */
963#define HAVE_STRUCT_WINSIZE 1
964
965/* Define to 1 if you have the `strunvis' function. */
966#define HAVE_STRUNVIS 1
967
968/* Define if you have the function `strupr'. */
969/* #undef HAVE_STRUPR */
970
971/* Define to 1 if you have the `strvis' function. */
972#define HAVE_STRVIS 1
973
974/* Define to 1 if you have the `strvisx' function. */
975#define HAVE_STRVISX 1
976
977/* Define to 1 if you have the `svis' function. */
978/* #undef HAVE_SVIS */
979
980/* Define if you have the function `swab'. */
981#define HAVE_SWAB 1
982
983/* Define to 1 if you have the `sysconf' function. */
984#define HAVE_SYSCONF 1
985
986/* Define to 1 if you have the `sysctl' function. */
987#define HAVE_SYSCTL 1
988
989/* Define to 1 if you have the `syslog' function. */
990#define HAVE_SYSLOG 1
991
992/* Define to 1 if you have the <syslog.h> header file. */
993#define HAVE_SYSLOG_H 1
994
995/* Define to 1 if you have the <sys/bitypes.h> header file. */
996/* #undef HAVE_SYS_BITYPES_H */
997
998/* Define to 1 if you have the <sys/bswap.h> header file. */
999/* #undef HAVE_SYS_BSWAP_H */
1000
1001/* Define to 1 if you have the <sys/capability.h> header file. */
1002#define HAVE_SYS_CAPABILITY_H 1
1003
1004/* Define to 1 if you have the <sys/category.h> header file. */
1005/* #undef HAVE_SYS_CATEGORY_H */
1006
1007/* Define to 1 if you have the <sys/file.h> header file. */
1008#define HAVE_SYS_FILE_H 1
1009
1010/* Define to 1 if you have the <sys/filio.h> header file. */
1011#define HAVE_SYS_FILIO_H 1
1012
1013/* Define to 1 if you have the <sys/ioccom.h> header file. */
1014#define HAVE_SYS_IOCCOM_H 1
1015
1016/* Define to 1 if you have the <sys/ioctl.h> header file. */
1017#define HAVE_SYS_IOCTL_H 1
1018
1019/* Define to 1 if you have the <sys/mman.h> header file. */
1020#define HAVE_SYS_MMAN_H 1
1021
1022/* Define to 1 if you have the <sys/param.h> header file. */
1023#define HAVE_SYS_PARAM_H 1
1024
1025/* Define to 1 if you have the <sys/proc.h> header file. */
1026#define HAVE_SYS_PROC_H 1
1027
1028/* Define to 1 if you have the <sys/ptyio.h> header file. */
1029/* #undef HAVE_SYS_PTYIO_H */
1030
1031/* Define to 1 if you have the <sys/ptyvar.h> header file. */
1032/* #undef HAVE_SYS_PTYVAR_H */
1033
1034/* Define to 1 if you have the <sys/pty.h> header file. */
1035/* #undef HAVE_SYS_PTY_H */
1036
1037/* Define to 1 if you have the <sys/resource.h> header file. */
1038#define HAVE_SYS_RESOURCE_H 1
1039
1040/* Define to 1 if you have the <sys/select.h> header file. */
1041#define HAVE_SYS_SELECT_H 1
1042
1043/* Define to 1 if you have the <sys/socket.h> header file. */
1044#define HAVE_SYS_SOCKET_H 1
1045
1046/* Define to 1 if you have the <sys/sockio.h> header file. */
1047#define HAVE_SYS_SOCKIO_H 1
1048
1049/* Define to 1 if you have the <sys/stat.h> header file. */
1050#define HAVE_SYS_STAT_H 1
1051
1052/* Define to 1 if you have the <sys/stream.h> header file. */
1053/* #undef HAVE_SYS_STREAM_H */
1054
1055/* Define to 1 if you have the <sys/stropts.h> header file. */
1056/* #undef HAVE_SYS_STROPTS_H */
1057
1058/* Define to 1 if you have the <sys/strtty.h> header file. */
1059/* #undef HAVE_SYS_STRTTY_H */
1060
1061/* Define to 1 if you have the <sys/str_tty.h> header file. */
1062/* #undef HAVE_SYS_STR_TTY_H */
1063
1064/* Define to 1 if you have the <sys/syscall.h> header file. */
1065#define HAVE_SYS_SYSCALL_H 1
1066
1067/* Define to 1 if you have the <sys/sysctl.h> header file. */
1068#define HAVE_SYS_SYSCTL_H 1
1069
1070/* Define to 1 if you have the <sys/termio.h> header file. */
1071/* #undef HAVE_SYS_TERMIO_H */
1072
1073/* Define to 1 if you have the <sys/timeb.h> header file. */
1074#define HAVE_SYS_TIMEB_H 1
1075
1076/* Define to 1 if you have the <sys/times.h> header file. */
1077#define HAVE_SYS_TIMES_H 1
1078
1079/* Define to 1 if you have the <sys/time.h> header file. */
1080#define HAVE_SYS_TIME_H 1
1081
1082/* Define to 1 if you have the <sys/tty.h> header file. */
1083#define HAVE_SYS_TTY_H 1
1084
1085/* Define to 1 if you have the <sys/types.h> header file. */
1086#define HAVE_SYS_TYPES_H 1
1087
1088/* Define to 1 if you have the <sys/ucred.h> header file. */
1089#define HAVE_SYS_UCRED_H 1
1090
1091/* Define to 1 if you have the <sys/uio.h> header file. */
1092#define HAVE_SYS_UIO_H 1
1093
1094/* Define to 1 if you have the <sys/un.h> header file. */
1095#define HAVE_SYS_UN_H 1
1096
1097/* Define to 1 if you have the <sys/utsname.h> header file. */
1098#define HAVE_SYS_UTSNAME_H 1
1099
1100/* Define to 1 if you have the <sys/wait.h> header file. */
1101#define HAVE_SYS_WAIT_H 1
1102
1103/* Define to 1 if you have the `tdelete' function. */
1104#define HAVE_TDELETE 1
1105
1106/* Define to 1 if you have the <termcap.h> header file. */
1107#define HAVE_TERMCAP_H 1
1108
1109/* Define to 1 if you have the <termios.h> header file. */
1110#define HAVE_TERMIOS_H 1
1111
1112/* Define to 1 if you have the <termio.h> header file. */
1113/* #undef HAVE_TERMIO_H */
1114
1115/* Define to 1 if you have the <term.h> header file. */
1116#define HAVE_TERM_H 1
1117
1118/* Define to 1 if you have the `tfind' function. */
1119#define HAVE_TFIND 1
1120
1121/* Define to 1 if you have the `tgetent' function. */
1122#define HAVE_TGETENT 1
1123
1124/* Define if you have the function `timegm'. */
1125#define HAVE_TIMEGM 1
1126
1127/* Define if you have the `timezone' variable. */
1128#define HAVE_TIMEZONE 1
1129
1130/* Define to 1 if you have the <time.h> header file. */
1131#define HAVE_TIME_H 1
1132
1133/* Define to 1 if you have the <tmpdir.h> header file. */
1134/* #undef HAVE_TMPDIR_H */
1135
1136/* Define if you have the function `tsearch'. */
1137#define HAVE_TSEARCH 1
1138
1139/* Define to 1 if you have the `ttyname' function. */
1140#define HAVE_TTYNAME 1
1141
1142/* Define to 1 if you have the `ttyslot' function. */
1143/* #undef HAVE_TTYSLOT */
1144
1145/* Define to 1 if you have the `twalk' function. */
1146#define HAVE_TWALK 1
1147
1148/* Define to 1 if you have the <udb.h> header file. */
1149/* #undef HAVE_UDB_H */
1150
1151/* Define to 1 if the system has the type `uint16_t'. */
1152#define HAVE_UINT16_T 1
1153
1154/* Define to 1 if the system has the type `uint32_t'. */
1155#define HAVE_UINT32_T 1
1156
1157/* Define to 1 if the system has the type `uint64_t'. */
1158#define HAVE_UINT64_T 1
1159
1160/* Define to 1 if the system has the type `uint8_t'. */
1161#define HAVE_UINT8_T 1
1162
1163/* Define to 1 if the system has the type `uintptr_t'. */
1164#define HAVE_UINTPTR_T 1
1165
1166/* Define to 1 if you have the `umask' function. */
1167#define HAVE_UMASK 1
1168
1169/* Define to 1 if you have the `uname' function. */
1170#define HAVE_UNAME 1
1171
1172/* Define to 1 if you have the <unistd.h> header file. */
1173#define HAVE_UNISTD_H 1
1174
1175/* Define to 1 if you have the `unlockpt' function. */
1176#define HAVE_UNLOCKPT 1
1177
1178/* Define if you have the function `unsetenv'. */
1179#define HAVE_UNSETENV 1
1180
1181/* Define to 1 if you have the `unvis' function. */
1182#define HAVE_UNVIS 1
1183
1184/* Define to 1 if you have the <userconf.h> header file. */
1185/* #undef HAVE_USERCONF_H */
1186
1187/* Define to 1 if you have the <usersec.h> header file. */
1188/* #undef HAVE_USERSEC_H */
1189
1190/* Define to 1 if you have the <util.h> header file. */
1191/* #undef HAVE_UTIL_H */
1192
1193/* Define to 1 if you have the <utmpx.h> header file. */
1194#define HAVE_UTMPX_H 1
1195
1196/* Define to 1 if you have the <utmp.h> header file. */
1197/* #undef HAVE_UTMP_H */
1198
1199/* Define to 1 if the system has the type `u_int16_t'. */
1200#define HAVE_U_INT16_T 1
1201
1202/* Define to 1 if the system has the type `u_int32_t'. */
1203#define HAVE_U_INT32_T 1
1204
1205/* Define to 1 if the system has the type `u_int64_t'. */
1206#define HAVE_U_INT64_T 1
1207
1208/* Define to 1 if the system has the type `u_int8_t'. */
1209#define HAVE_U_INT8_T 1
1210
1211/* Define to 1 if you have the `vasnprintf' function. */
1212/* #undef HAVE_VASNPRINTF */
1213
1214/* Define to 1 if you have the `vasprintf' function. */
1215#define HAVE_VASPRINTF 1
1216
1217/* Define if you have the function `verr'. */
1218#define HAVE_VERR 1
1219
1220/* Define if you have the function `verrx'. */
1221#define HAVE_VERRX 1
1222
1223/* Define to 1 if you have the `vhangup' function. */
1224/* #undef HAVE_VHANGUP */
1225
1226/* Define to 1 if you have the `vis' function. */
1227#define HAVE_VIS 1
1228
1229/* Define to 1 if you have the <vis.h> header file. */
1230#define HAVE_VIS_H 1
1231
1232/* define if you have a working vsnprintf */
1233#define HAVE_VSNPRINTF 1
1234
1235/* Define if you have the function `vsyslog'. */
1236#define HAVE_VSYSLOG 1
1237
1238/* Define if you have the function `vwarn'. */
1239#define HAVE_VWARN 1
1240
1241/* Define if you have the function `vwarnx'. */
1242#define HAVE_VWARNX 1
1243
1244/* Define if you have the function `warn'. */
1245#define HAVE_WARN 1
1246
1247/* Define if you have the function `warnx'. */
1248#define HAVE_WARNX 1
1249
1250/* Define to 1 if you have the <winsock2.h> header file. */
1251/* #undef HAVE_WINSOCK2_H */
1252
1253/* Define if you have the function `writev'. */
1254#define HAVE_WRITEV 1
1255
1256/* Define to 1 if you have the <ws2tcpip.h> header file. */
1257/* #undef HAVE_WS2TCPIP_H */
1258
1259/* define if struct winsize has ws_xpixel */
1260#define HAVE_WS_XPIXEL 1
1261
1262/* define if struct winsize has ws_ypixel */
1263#define HAVE_WS_YPIXEL 1
1264
1265/* Define to 1 if you have the `XauFileName' function. */
1266/* #undef HAVE_XAUFILENAME */
1267
1268/* Define to 1 if you have the `XauReadAuth' function. */
1269/* #undef HAVE_XAUREADAUTH */
1270
1271/* Define to 1 if you have the `XauWriteAuth' function. */
1272/* #undef HAVE_XAUWRITEAUTH */
1273
1274/* Define to 1 if you have the `yp_get_default_domain' function. */
1275#define HAVE_YP_GET_DEFAULT_DOMAIN 1
1276
1277/* Define to 1 if you have the `_getpty' function. */
1278/* #undef HAVE__GETPTY */
1279
1280/* Define if you have the `_res' variable. */
1281#define HAVE__RES 1
1282
1283/* Define to 1 if you have the `_scrsize' function. */
1284/* #undef HAVE__SCRSIZE */
1285
1286/* define if your compiler has __attribute__ */
1287#define HAVE___ATTRIBUTE__ 1
1288
1289/* Define if you have the `__progname' variable. */
1290#define HAVE___PROGNAME 1
1291
1292/* have __sync_add_and_fetch */
1293#if defined(__FreeBSD__) && (defined(__arm__) || defined(__mips__))
1294#undef HAVE___SYNC_ADD_AND_FETCH	/* Not supported on FreeBSD/arm */
1295#else
1296#define HAVE___SYNC_ADD_AND_FETCH 1
1297#endif
1298
1299/* Define if you want support for weak crypto */
1300#define HEIM_WEAK_CRYPTO 1
1301
1302/* Define if you have the hesiod package. */
1303/* #undef HESIOD */
1304
1305/* Enable Kerberos 5 support in applications. */
1306#define KRB5 1
1307
1308/* Define to enable kx509. */
1309#define KX509 1
1310
1311/* path to lib */
1312#define LIBDIR "/usr/lib"
1313
1314/* Define if you have the libedit package. */
1315/* #undef LIBEDIT */
1316
1317/* path to libexec */
1318#define LIBEXECDIR "/usr/libexec"
1319
1320/* Define if you have the libintl package. */
1321/* #undef LIBINTL */
1322
1323/* path to localstate */
1324#define LOCALSTATEDIR "/var/heimdal"
1325
1326/* Define to the sub-directory in which libtool stores uninstalled libraries.
1327   */
1328#define LT_OBJDIR ".libs/"
1329
1330/* define if the system is missing a prototype for asnprintf() */
1331#define NEED_ASNPRINTF_PROTO 1
1332
1333/* define if the system is missing a prototype for asprintf() */
1334/* #undef NEED_ASPRINTF_PROTO */
1335
1336/* define if the system is missing a prototype for crypt() */
1337/* #undef NEED_CRYPT_PROTO */
1338
1339/* define if the system is missing a prototype for daemon() */
1340#define NEED_DAEMON_PROTO 1
1341
1342/* define if the system is missing a prototype for gethostname() */
1343/* #undef NEED_GETHOSTNAME_PROTO */
1344
1345/* define if the system is missing a prototype for getusershell() */
1346/* #undef NEED_GETUSERSHELL_PROTO */
1347
1348/* define if the system is missing a prototype for glob() */
1349/* #undef NEED_GLOB_PROTO */
1350
1351/* define if the system is missing a prototype for hstrerror() */
1352/* #undef NEED_HSTRERROR_PROTO */
1353
1354/* define if the system is missing a prototype for inet_aton() */
1355/* #undef NEED_INET_ATON_PROTO */
1356
1357/* define if the system is missing a prototype for iruserok() */
1358/* #undef NEED_IRUSEROK_PROTO */
1359
1360/* define if the system is missing a prototype for mkstemp() */
1361/* #undef NEED_MKSTEMP_PROTO */
1362
1363/* if your qsort is not a stable sort */
1364/* #undef NEED_QSORT */
1365
1366/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1367/* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1368
1369/* define if the system is missing a prototype for setenv() */
1370/* #undef NEED_SETENV_PROTO */
1371
1372/* define if the system is missing a prototype for snprintf() */
1373/* #undef NEED_SNPRINTF_PROTO */
1374
1375/* define if the system is missing a prototype for strndup() */
1376/* #undef NEED_STRNDUP_PROTO */
1377
1378/* define if the system is missing a prototype for strsep() */
1379/* #undef NEED_STRSEP_PROTO */
1380
1381/* define if the system is missing a prototype for strsvisx() */
1382#define NEED_STRSVISX_PROTO 1
1383
1384/* define if the system is missing a prototype for strsvis() */
1385#define NEED_STRSVIS_PROTO 1
1386
1387/* define if the system is missing a prototype for strtok_r() */
1388/* #undef NEED_STRTOK_R_PROTO */
1389
1390/* define if the system is missing a prototype for strunvis() */
1391/* #undef NEED_STRUNVIS_PROTO */
1392
1393/* define if the system is missing a prototype for strvisx() */
1394/* #undef NEED_STRVISX_PROTO */
1395
1396/* define if the system is missing a prototype for strvis() */
1397/* #undef NEED_STRVIS_PROTO */
1398
1399/* define if the system is missing a prototype for svis() */
1400#define NEED_SVIS_PROTO 1
1401
1402/* define if the system is missing a prototype for unsetenv() */
1403/* #undef NEED_UNSETENV_PROTO */
1404
1405/* define if the system is missing a prototype for unvis() */
1406/* #undef NEED_UNVIS_PROTO */
1407
1408/* define if the system is missing a prototype for vasnprintf() */
1409#define NEED_VASNPRINTF_PROTO 1
1410
1411/* define if the system is missing a prototype for vasprintf() */
1412/* #undef NEED_VASPRINTF_PROTO */
1413
1414/* define if the system is missing a prototype for vis() */
1415/* #undef NEED_VIS_PROTO */
1416
1417/* define if the system is missing a prototype for vsnprintf() */
1418/* #undef NEED_VSNPRINTF_PROTO */
1419
1420/* Define if you don't wan't support for AFS. */
1421/* #undef NO_AFS */
1422
1423/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1424/* #undef NO_MINUS_C_MINUS_O */
1425
1426/* Define if you don't want to use mmap. */
1427/* #undef NO_MMAP */
1428
1429/* Define this to enable old environment option in telnet. */
1430#define OLD_ENVIRON 1
1431
1432/* Define if you have the openldap package. */
1433/* #undef OPENLDAP */
1434
1435/* Define if you want support for hdb ldap module */
1436/* #undef OPENLDAP_MODULE */
1437
1438/* define if prototype of openlog is compatible with void openlog(const char
1439   *, int, int) */
1440#define OPENLOG_PROTO_COMPATIBLE 1
1441
1442/* Define if you want OTP support in applications. */
1443#define OTP 1
1444
1445/* Name of package */
1446#define PACKAGE "heimdal"
1447
1448/* Define to the address where bug reports for this package should be sent. */
1449#define PACKAGE_BUGREPORT "heimdal-bugs@h5l.org"
1450
1451/* Define to the full name of this package. */
1452#define PACKAGE_NAME "Heimdal"
1453
1454/* Define to the full name and version of this package. */
1455#define PACKAGE_STRING "Heimdal 1.5.2"
1456
1457/* Define to the one symbol short name of this package. */
1458#define PACKAGE_TARNAME "heimdal"
1459
1460/* Define to the home page for this package. */
1461#define PACKAGE_URL ""
1462
1463/* Define to the version of this package. */
1464#define PACKAGE_VERSION "1.5.2"
1465
1466/* Define to enable PKINIT. */
1467#define PKINIT 1
1468
1469/* Define if getlogin has POSIX flavour (and not BSD). */
1470/* #undef POSIX_GETLOGIN */
1471
1472/* Define if getpwnam_r has POSIX flavour. */
1473#define POSIX_GETPWNAM_R 1
1474
1475/* Define if you have the readline package. */
1476/* #undef READLINE */
1477
1478/* Define as the return type of signal handlers (`int' or `void'). */
1479#define RETSIGTYPE void
1480
1481/* path to sbin */
1482#define SBINDIR "/usr/sbin"
1483
1484/* Define if you want to use samba socket wrappers. */
1485/* #undef SOCKET_WRAPPER_REPLACE */
1486
1487/* Define if you have the sqlite3 package. */
1488/* #undef SQLITE3 */
1489
1490/* Define to 1 if you have the ANSI C header files. */
1491#define STDC_HEADERS 1
1492
1493/* Define if you have streams ptys. */
1494/* #undef STREAMSPTY */
1495
1496/* define if prototype of strerror_r is compatible with int strerror_r(int,
1497   char *, size_t) */
1498#define STRERROR_R_PROTO_COMPATIBLE 1
1499
1500/* Define if os support want to detach is daemonens. */
1501#define SUPPORT_DETACH 1
1502
1503/* Enable use of inetd style startup. */
1504#define SUPPORT_INETD 1
1505
1506/* path to sysconf */
1507#define SYSCONFDIR "/etc"
1508
1509/* Define to what version of SunOS you are running. */
1510/* #undef SunOS */
1511
1512/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1513#define TIME_WITH_SYS_TIME 1
1514
1515/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1516/* #undef TM_IN_SYS_TIME */
1517
1518/* Version number of package */
1519#define VERSION "1.5.2"
1520
1521/* Define if signal handlers return void. */
1522#define VOID_RETSIGTYPE 1
1523
1524/* define if target is big endian */
1525/* #undef WORDS_BIGENDIAN */
1526
1527/* Define to 1 if the X Window System is missing or not being used. */
1528#define X_DISPLAY_MISSING 1
1529
1530/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1531   `char[]'. */
1532#define YYTEXT_POINTER 1
1533
1534/* Required for functional/sane headers on AIX */
1535/* #undef _ALL_SOURCE */
1536
1537/* Number of bits in a file offset, on hosts where this is settable. */
1538/* #undef _FILE_OFFSET_BITS */
1539
1540/* Define to enable extensions on glibc-based systems such as Linux. */
1541#define _GNU_SOURCE 1
1542
1543/* Define for large files, on AIX-style hosts. */
1544/* #undef _LARGE_FILES */
1545
1546/* Define to get POSIX getpwnam_r in some systems. */
1547/* #undef _POSIX_PTHREAD_SEMANTICS */
1548
1549/* Define to empty if `const' does not conform to ANSI C. */
1550/* #undef const */
1551
1552/* Define to `int' if <sys/types.h> doesn't define. */
1553/* #undef gid_t */
1554
1555/* Define to `__inline__' or `__inline' if that's what the C compiler
1556   calls it, or to nothing if 'inline' is not supported under any name.  */
1557#ifndef __cplusplus
1558/* #undef inline */
1559#endif
1560
1561/* Define this to what the type mode_t should be. */
1562/* #undef mode_t */
1563
1564/* Define to `long int' if <sys/types.h> does not define. */
1565/* #undef off_t */
1566
1567/* Define to `int' if <sys/types.h> does not define. */
1568/* #undef pid_t */
1569
1570/* Path name delimiter */
1571#define rk_PATH_DELIM '/'
1572
1573/* Define this to what the type sig_atomic_t should be. */
1574/* #undef sig_atomic_t */
1575
1576/* Define to `unsigned int' if <sys/types.h> does not define. */
1577/* #undef size_t */
1578
1579/* Define to `int' if <sys/types.h> doesn't define. */
1580/* #undef uid_t */
1581
1582#if _AIX
1583/* XXX this is gross, but kills about a gazillion warnings */
1584struct ether_addr;
1585struct sockaddr;
1586struct sockaddr_dl;
1587struct sockaddr_in;
1588#endif
1589
1590#ifdef __APPLE__
1591#include <AvailabilityMacros.h>
1592#endif
1593
1594#ifdef ROKEN_RENAME
1595#include "roken_rename.h"
1596#endif
1597
1598#ifdef VOID_RETSIGTYPE
1599#define SIGRETURN(x) return
1600#else
1601#define SIGRETURN(x) return (RETSIGTYPE)(x)
1602#endif
1603
1604#ifdef BROKEN_REALLOC
1605#define realloc(X, Y) rk_realloc((X), (Y))
1606#endif
1607
1608
1609#ifdef ENDIANESS_IN_SYS_PARAM_H
1610#  include <sys/types.h>
1611#  include <sys/param.h>
1612#  if BYTE_ORDER == BIG_ENDIAN
1613#  define WORDS_BIGENDIAN 1
1614#  endif
1615#endif
1616
1617
1618
1619
1620/* Set this to the default system lead string for telnetd
1621 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1622 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1623 */
1624/* #undef USE_IM */
1625
1626/* Used with login -p */
1627/* #undef LOGIN_ARGS */
1628
1629/* set this to a sensible login */
1630#ifndef LOGIN_PATH
1631#define LOGIN_PATH BINDIR "/login"
1632#endif
1633
1634