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