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