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