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