No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / include / config.h.in
blob50cf5b19001d7b9fcef3de735ced93c4013b4186
1 /* include/config.h.in. Generated from configure.in by autoheader. */
3 #ifndef RCSID
4 #define RCSID(msg) \
5 static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
6 #endif
8 /* Maximum values on all known systems */
9 #define MaxHostNameLen (64+4)
10 #define MaxPathLen (1024+4)
14 #ifdef BUILD_KRB5_LIB
15 #ifndef KRB5_LIB_FUNCTION
16 #ifdef _WIN32_
17 #define KRB5_LIB_FUNCTION _export _stdcall
18 #else
19 #define KRB5_LIB_FUNCTION
20 #endif
21 #endif
22 #endif
25 #ifdef BUILD_ROKEN_LIB
26 #ifndef ROKEN_LIB_FUNCTION
27 #ifdef _WIN32_
28 #define ROKEN_LIB_FUNCTION _export _stdcall
29 #else
30 #define ROKEN_LIB_FUNCTION
31 #endif
32 #endif
33 #endif
36 /* Define if you want authentication support in telnet. */
37 #undef AUTHENTICATION
39 /* path to bin */
40 #undef BINDIR
42 /* Define if realloc(NULL) doesn't work. */
43 #undef BROKEN_REALLOC
45 /* Define if you want support for DCE/DFS PAG's. */
46 #undef DCE
48 /* Define if you want to use DES encryption in telnet. */
49 #undef DES_ENCRYPTION
51 /* Define this to enable diagnostics in telnet. */
52 #undef DIAGNOSTICS
54 /* Define if want to use the weak AFS string to key functions. */
55 #undef ENABLE_AFS_STRING_TO_KEY
57 /* Define if you want have a thread safe libraries */
58 #undef ENABLE_PTHREAD_SUPPORT
60 /* Define if you want encryption support in telnet. */
61 #undef ENCRYPTION
63 /* define if sys/param.h defines the endiness */
64 #undef ENDIANESS_IN_SYS_PARAM_H
66 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
67 #undef ENV_HACK
69 /* define if prototype of gethostbyaddr is compatible with struct hostent
70 *gethostbyaddr(const void *, size_t, int) */
71 #undef GETHOSTBYADDR_PROTO_COMPATIBLE
73 /* define if prototype of gethostbyname is compatible with struct hostent
74 *gethostbyname(const char *) */
75 #undef GETHOSTBYNAME_PROTO_COMPATIBLE
77 /* define if prototype of getservbyname is compatible with struct servent
78 *getservbyname(const char *, const char *) */
79 #undef GETSERVBYNAME_PROTO_COMPATIBLE
81 /* define if prototype of getsockname is compatible with int getsockname(int,
82 struct sockaddr*, socklen_t*) */
83 #undef GETSOCKNAME_PROTO_COMPATIBLE
85 /* Define if you have the `altzone' variable. */
86 #undef HAVE_ALTZONE
88 /* Define to 1 if you have the `arc4random' function. */
89 #undef HAVE_ARC4RANDOM
91 /* Define to 1 if you have the <arpa/ftp.h> header file. */
92 #undef HAVE_ARPA_FTP_H
94 /* Define to 1 if you have the <arpa/inet.h> header file. */
95 #undef HAVE_ARPA_INET_H
97 /* Define to 1 if you have the <arpa/nameser.h> header file. */
98 #undef HAVE_ARPA_NAMESER_H
100 /* Define to 1 if you have the <arpa/telnet.h> header file. */
101 #undef HAVE_ARPA_TELNET_H
103 /* Define to 1 if you have the `asnprintf' function. */
104 #undef HAVE_ASNPRINTF
106 /* Define to 1 if you have the `asprintf' function. */
107 #undef HAVE_ASPRINTF
109 /* Define to 1 if you have the `atexit' function. */
110 #undef HAVE_ATEXIT
112 /* Define to 1 if you have the <bind/bitypes.h> header file. */
113 #undef HAVE_BIND_BITYPES_H
115 /* Define to 1 if you have the <bsdsetjmp.h> header file. */
116 #undef HAVE_BSDSETJMP_H
118 /* Define to 1 if you have the `bswap16' function. */
119 #undef HAVE_BSWAP16
121 /* Define to 1 if you have the `bswap32' function. */
122 #undef HAVE_BSWAP32
124 /* Define to 1 if you have the <capability.h> header file. */
125 #undef HAVE_CAPABILITY_H
127 /* Define to 1 if you have the `cap_set_proc' function. */
128 #undef HAVE_CAP_SET_PROC
130 /* Define to 1 if you have the `cgetent' function. */
131 #undef HAVE_CGETENT
133 /* Define if you have the function `chown'. */
134 #undef HAVE_CHOWN
136 /* Define if you have the function `closefrom'. */
137 #undef HAVE_CLOSEFROM
139 /* Define to 1 if you have the <config.h> header file. */
140 #undef HAVE_CONFIG_H
142 /* Define if you have the function `copyhostent'. */
143 #undef HAVE_COPYHOSTENT
145 /* Define to 1 if you have the `crypt' function. */
146 #undef HAVE_CRYPT
148 /* Define to 1 if you have the <crypt.h> header file. */
149 #undef HAVE_CRYPT_H
151 /* Define to 1 if you have the <curses.h> header file. */
152 #undef HAVE_CURSES_H
154 /* Define if you have the function `daemon'. */
155 #undef HAVE_DAEMON
157 /* define if you have a berkeley db1/2 library */
158 #undef HAVE_DB1
160 /* define if you have a berkeley db3/4 library */
161 #undef HAVE_DB3
163 /* Define to 1 if you have the <db3/db.h> header file. */
164 #undef HAVE_DB3_DB_H
166 /* Define to 1 if you have the <db4/db.h> header file. */
167 #undef HAVE_DB4_DB_H
169 /* Define to 1 if you have the `dbm_firstkey' function. */
170 #undef HAVE_DBM_FIRSTKEY
172 /* Define to 1 if you have the <dbm.h> header file. */
173 #undef HAVE_DBM_H
175 /* Define to 1 if you have the `dbopen' function. */
176 #undef HAVE_DBOPEN
178 /* Define to 1 if you have the <db_185.h> header file. */
179 #undef HAVE_DB_185_H
181 /* Define to 1 if you have the `db_create' function. */
182 #undef HAVE_DB_CREATE
184 /* Define to 1 if you have the <db.h> header file. */
185 #undef HAVE_DB_H
187 /* define if you have ndbm compat in db */
188 #undef HAVE_DB_NDBM
190 /* Define to 1 if you have the declaration of `altzone', and to 0 if you
191 don't. */
192 #undef HAVE_DECL_ALTZONE
194 /* Define to 1 if you have the declaration of `environ', and to 0 if you
195 don't. */
196 #undef HAVE_DECL_ENVIRON
198 /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
199 don't. */
200 #undef HAVE_DECL_H_ERRLIST
202 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
203 don't. */
204 #undef HAVE_DECL_H_ERRNO
206 /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
208 #undef HAVE_DECL_H_NERR
210 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
212 #undef HAVE_DECL_OPTARG
214 /* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
216 #undef HAVE_DECL_OPTERR
218 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
220 #undef HAVE_DECL_OPTIND
222 /* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
224 #undef HAVE_DECL_OPTOPT
226 /* Define to 1 if you have the declaration of `timezone', and to 0 if you
227 don't. */
228 #undef HAVE_DECL_TIMEZONE
230 /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
232 #undef HAVE_DECL__RES
234 /* Define to 1 if you have the declaration of `__progname', and to 0 if you
235 don't. */
236 #undef HAVE_DECL___PROGNAME
238 /* Define to 1 if you have the <dirent.h> header file. */
239 #undef HAVE_DIRENT_H
241 /* Define to 1 if you have the <dlfcn.h> header file. */
242 #undef HAVE_DLFCN_H
244 /* Define to 1 if you have the `dlopen' function. */
245 #undef HAVE_DLOPEN
247 /* Define to 1 if you have the `dn_expand' function. */
248 #undef HAVE_DN_EXPAND
250 /* Define to 1 if you have the `door_create' function. */
251 #undef HAVE_DOOR_CREATE
253 /* Define if you have the function `ecalloc'. */
254 #undef HAVE_ECALLOC
256 /* Define to 1 if you have the `el_init' function. */
257 #undef HAVE_EL_INIT
259 /* Define if you have the function `emalloc'. */
260 #undef HAVE_EMALLOC
262 /* Define if you have the function `erealloc'. */
263 #undef HAVE_EREALLOC
265 /* Define if you have the function `err'. */
266 #undef HAVE_ERR
268 /* Define to 1 if you have the <errno.h> header file. */
269 #undef HAVE_ERRNO_H
271 /* Define if you have the function `errx'. */
272 #undef HAVE_ERRX
274 /* Define to 1 if you have the <err.h> header file. */
275 #undef HAVE_ERR_H
277 /* Define if you have the function `estrdup'. */
278 #undef HAVE_ESTRDUP
280 /* Define if you have the function `fchown'. */
281 #undef HAVE_FCHOWN
283 /* Define to 1 if you have the `fcntl' function. */
284 #undef HAVE_FCNTL
286 /* Define to 1 if you have the <fcntl.h> header file. */
287 #undef HAVE_FCNTL_H
289 /* Define if you have the function `flock'. */
290 #undef HAVE_FLOCK
292 /* Define if you have the function `fnmatch'. */
293 #undef HAVE_FNMATCH
295 /* Define to 1 if you have the <fnmatch.h> header file. */
296 #undef HAVE_FNMATCH_H
298 /* Define if el_init takes four arguments. */
299 #undef HAVE_FOUR_VALUED_EL_INIT
301 /* Have -framework Security */
302 #undef HAVE_FRAMEWORK_SECURITY
304 /* Define to 1 if you have the `freeaddrinfo' function. */
305 #undef HAVE_FREEADDRINFO
307 /* Define if you have the function `freehostent'. */
308 #undef HAVE_FREEHOSTENT
310 /* Define to 1 if you have the `gai_strerror' function. */
311 #undef HAVE_GAI_STRERROR
313 /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
314 #undef HAVE_GDBM_NDBM_H
316 /* Define to 1 if you have the `getaddrinfo' function. */
317 #undef HAVE_GETADDRINFO
319 /* Define to 1 if you have the `getconfattr' function. */
320 #undef HAVE_GETCONFATTR
322 /* Define if you have the function `getcwd'. */
323 #undef HAVE_GETCWD
325 /* Define if you have the function `getdtablesize'. */
326 #undef HAVE_GETDTABLESIZE
328 /* Define if you have the function `getegid'. */
329 #undef HAVE_GETEGID
331 /* Define if you have the function `geteuid'. */
332 #undef HAVE_GETEUID
334 /* Define if you have the function `getgid'. */
335 #undef HAVE_GETGID
337 /* Define to 1 if you have the `gethostbyname' function. */
338 #undef HAVE_GETHOSTBYNAME
340 /* Define to 1 if you have the `gethostbyname2' function. */
341 #undef HAVE_GETHOSTBYNAME2
343 /* Define if you have the function `gethostname'. */
344 #undef HAVE_GETHOSTNAME
346 /* Define if you have the function `getifaddrs'. */
347 #undef HAVE_GETIFADDRS
349 /* Define if you have the function `getipnodebyaddr'. */
350 #undef HAVE_GETIPNODEBYADDR
352 /* Define if you have the function `getipnodebyname'. */
353 #undef HAVE_GETIPNODEBYNAME
355 /* Define to 1 if you have the `getlogin' function. */
356 #undef HAVE_GETLOGIN
358 /* Define if you have a working getmsg. */
359 #undef HAVE_GETMSG
361 /* Define to 1 if you have the `getnameinfo' function. */
362 #undef HAVE_GETNAMEINFO
364 /* Define if you have the function `getopt'. */
365 #undef HAVE_GETOPT
367 /* Define to 1 if you have the `getpagesize' function. */
368 #undef HAVE_GETPAGESIZE
370 /* Define to 1 if you have the `getpeereid' function. */
371 #undef HAVE_GETPEEREID
373 /* Define to 1 if you have the `getpeerucred' function. */
374 #undef HAVE_GETPEERUCRED
376 /* Define to 1 if you have the `getprogname' function. */
377 #undef HAVE_GETPROGNAME
379 /* Define to 1 if you have the `getpwnam_r' function. */
380 #undef HAVE_GETPWNAM_R
382 /* Define to 1 if you have the `getrlimit' function. */
383 #undef HAVE_GETRLIMIT
385 /* Define to 1 if you have the `getsockopt' function. */
386 #undef HAVE_GETSOCKOPT
388 /* Define to 1 if you have the `getspnam' function. */
389 #undef HAVE_GETSPNAM
391 /* Define if you have the function `gettimeofday'. */
392 #undef HAVE_GETTIMEOFDAY
394 /* Define to 1 if you have the `getudbnam' function. */
395 #undef HAVE_GETUDBNAM
397 /* Define if you have the function `getuid'. */
398 #undef HAVE_GETUID
400 /* Define if you have the function `getusershell'. */
401 #undef HAVE_GETUSERSHELL
403 /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
404 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
405 #undef HAVE_GLOB
407 /* Define to 1 if you have the `grantpt' function. */
408 #undef HAVE_GRANTPT
410 /* Define to 1 if you have the <grp.h> header file. */
411 #undef HAVE_GRP_H
413 /* Define to 1 if you have the `hstrerror' function. */
414 #undef HAVE_HSTRERROR
416 /* Define if you have the `h_errlist' variable. */
417 #undef HAVE_H_ERRLIST
419 /* Define if you have the `h_errno' variable. */
420 #undef HAVE_H_ERRNO
422 /* Define if you have the `h_nerr' variable. */
423 #undef HAVE_H_NERR
425 /* Define to 1 if you have the <ifaddrs.h> header file. */
426 #undef HAVE_IFADDRS_H
428 /* Define if you have the in6addr_loopback variable */
429 #undef HAVE_IN6ADDR_LOOPBACK
431 /* define */
432 #undef HAVE_INET_ATON
434 /* define */
435 #undef HAVE_INET_NTOP
437 /* define */
438 #undef HAVE_INET_PTON
440 /* Define if you have the function `initgroups'. */
441 #undef HAVE_INITGROUPS
443 /* Define to 1 if you have the `initstate' function. */
444 #undef HAVE_INITSTATE
446 /* Define if you have the function `innetgr'. */
447 #undef HAVE_INNETGR
449 /* Define to 1 if the system has the type `int16_t'. */
450 #undef HAVE_INT16_T
452 /* Define to 1 if the system has the type `int32_t'. */
453 #undef HAVE_INT32_T
455 /* Define to 1 if the system has the type `int64_t'. */
456 #undef HAVE_INT64_T
458 /* Define to 1 if the system has the type `int8_t'. */
459 #undef HAVE_INT8_T
461 /* Define to 1 if you have the <inttypes.h> header file. */
462 #undef HAVE_INTTYPES_H
464 /* Define to 1 if you have the <io.h> header file. */
465 #undef HAVE_IO_H
467 /* Define if you have IPv6. */
468 #undef HAVE_IPV6
470 /* Define if you have the function `iruserok'. */
471 #undef HAVE_IRUSEROK
473 /* Define to 1 if you have the `issetugid' function. */
474 #undef HAVE_ISSETUGID
476 /* Define if you want to use the Kerberos Credentials Manager. */
477 #undef HAVE_KCM
479 /* Define to 1 if you have the <libutil.h> header file. */
480 #undef HAVE_LIBUTIL_H
482 /* Define to 1 if you have the <limits.h> header file. */
483 #undef HAVE_LIMITS_H
485 /* Define to 1 if you have the `loadquery' function. */
486 #undef HAVE_LOADQUERY
488 /* Define if you have the function `localtime_r'. */
489 #undef HAVE_LOCALTIME_R
491 /* Define to 1 if you have the `logout' function. */
492 #undef HAVE_LOGOUT
494 /* Define to 1 if you have the `logwtmp' function. */
495 #undef HAVE_LOGWTMP
497 /* Define to 1 if the system has the type `long long'. */
498 #undef HAVE_LONG_LONG
500 /* Define if you have the function `lstat'. */
501 #undef HAVE_LSTAT
503 /* Define to 1 if you have the <maillock.h> header file. */
504 #undef HAVE_MAILLOCK_H
506 /* Define if you have the function `memmove'. */
507 #undef HAVE_MEMMOVE
509 /* Define to 1 if you have the <memory.h> header file. */
510 #undef HAVE_MEMORY_H
512 /* Define if you have the function `mkstemp'. */
513 #undef HAVE_MKSTEMP
515 /* Define to 1 if you have the `mktime' function. */
516 #undef HAVE_MKTIME
518 /* Define to 1 if you have a working `mmap' system call. */
519 #undef HAVE_MMAP
521 /* define if you have a ndbm library */
522 #undef HAVE_NDBM
524 /* Define to 1 if you have the <ndbm.h> header file. */
525 #undef HAVE_NDBM_H
527 /* Define to 1 if you have the <netdb.h> header file. */
528 #undef HAVE_NETDB_H
530 /* Define to 1 if you have the <netgroup.h> header file. */
531 #undef HAVE_NETGROUP_H
533 /* Define to 1 if you have the <netinet6/in6.h> header file. */
534 #undef HAVE_NETINET6_IN6_H
536 /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
537 #undef HAVE_NETINET6_IN6_VAR_H
539 /* Define to 1 if you have the <netinet/in6.h> header file. */
540 #undef HAVE_NETINET_IN6_H
542 /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
543 #undef HAVE_NETINET_IN6_MACHTYPES_H
545 /* Define to 1 if you have the <netinet/in.h> header file. */
546 #undef HAVE_NETINET_IN_H
548 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
549 #undef HAVE_NETINET_IN_SYSTM_H
551 /* Define to 1 if you have the <netinet/ip.h> header file. */
552 #undef HAVE_NETINET_IP_H
554 /* Define to 1 if you have the <netinet/tcp.h> header file. */
555 #undef HAVE_NETINET_TCP_H
557 /* Define if you want to use Netinfo instead of krb5.conf. */
558 #undef HAVE_NETINFO
560 /* Define to 1 if you have the <netinfo/ni.h> header file. */
561 #undef HAVE_NETINFO_NI_H
563 /* Define to 1 if you have the <net/if.h> header file. */
564 #undef HAVE_NET_IF_H
566 /* Define if NDBM really is DB (creates files *.db) */
567 #undef HAVE_NEW_DB
569 /* Define to 1 if you have the `on_exit' function. */
570 #undef HAVE_ON_EXIT
572 /* Define to 1 if you have the `openpty' function. */
573 #undef HAVE_OPENPTY
575 /* define to use openssl's libcrypto */
576 #undef HAVE_OPENSSL
578 /* Define to enable basic OSF C2 support. */
579 #undef HAVE_OSFC2
581 /* Define to 1 if you have the <paths.h> header file. */
582 #undef HAVE_PATHS_H
584 /* Define to 1 if you have the `pidfile' function. */
585 #undef HAVE_PIDFILE
587 /* Define to 1 if you have the `poll' function. */
588 #undef HAVE_POLL
590 /* Define to 1 if you have the <poll.h> header file. */
591 #undef HAVE_POLL_H
593 /* Define to 1 if you have the <pthread.h> header file. */
594 #undef HAVE_PTHREAD_H
596 /* Define to 1 if you have the `ptsname' function. */
597 #undef HAVE_PTSNAME
599 /* Define to 1 if you have the <pty.h> header file. */
600 #undef HAVE_PTY_H
602 /* Define if you have the function `putenv'. */
603 #undef HAVE_PUTENV
605 /* Define to 1 if you have the <pwd.h> header file. */
606 #undef HAVE_PWD_H
608 /* Define to 1 if you have the `rand' function. */
609 #undef HAVE_RAND
611 /* Define to 1 if you have the `random' function. */
612 #undef HAVE_RANDOM
614 /* Define if you have the function `rcmd'. */
615 #undef HAVE_RCMD
617 /* Define if you have a readline compatible library. */
618 #undef HAVE_READLINE
620 /* Define if you have the function `readv'. */
621 #undef HAVE_READV
623 /* Define if you have the function `recvmsg'. */
624 #undef HAVE_RECVMSG
626 /* Define to 1 if you have the <resolv.h> header file. */
627 #undef HAVE_RESOLV_H
629 /* Define to 1 if you have the `res_ndestroy' function. */
630 #undef HAVE_RES_NDESTROY
632 /* Define to 1 if you have the `res_nsearch' function. */
633 #undef HAVE_RES_NSEARCH
635 /* Define to 1 if you have the `res_search' function. */
636 #undef HAVE_RES_SEARCH
638 /* Define to 1 if you have the `revoke' function. */
639 #undef HAVE_REVOKE
641 /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
642 #undef HAVE_RPCSVC_YPCLNT_H
644 /* Define to 1 if you have the <sac.h> header file. */
645 #undef HAVE_SAC_H
647 /* Define to 1 if the system has the type `sa_family_t'. */
648 #undef HAVE_SA_FAMILY_T
650 /* Define to 1 if you have the <security/pam_modules.h> header file. */
651 #undef HAVE_SECURITY_PAM_MODULES_H
653 /* Define to 1 if you have the `select' function. */
654 #undef HAVE_SELECT
656 /* Define if you have the function `sendmsg'. */
657 #undef HAVE_SENDMSG
659 /* Define if you have the function `setegid'. */
660 #undef HAVE_SETEGID
662 /* Define if you have the function `setenv'. */
663 #undef HAVE_SETENV
665 /* Define if you have the function `seteuid'. */
666 #undef HAVE_SETEUID
668 /* Define to 1 if you have the `setitimer' function. */
669 #undef HAVE_SETITIMER
671 /* Define to 1 if you have the `setlim' function. */
672 #undef HAVE_SETLIM
674 /* Define to 1 if you have the `setlogin' function. */
675 #undef HAVE_SETLOGIN
677 /* Define to 1 if you have the `setpcred' function. */
678 #undef HAVE_SETPCRED
680 /* Define to 1 if you have the `setpgid' function. */
681 #undef HAVE_SETPGID
683 /* Define to 1 if you have the `setproctitle' function. */
684 #undef HAVE_SETPROCTITLE
686 /* Define to 1 if you have the `setprogname' function. */
687 #undef HAVE_SETPROGNAME
689 /* Define to 1 if you have the `setregid' function. */
690 #undef HAVE_SETREGID
692 /* Define to 1 if you have the `setresgid' function. */
693 #undef HAVE_SETRESGID
695 /* Define to 1 if you have the `setresuid' function. */
696 #undef HAVE_SETRESUID
698 /* Define to 1 if you have the `setreuid' function. */
699 #undef HAVE_SETREUID
701 /* Define to 1 if you have the `setsid' function. */
702 #undef HAVE_SETSID
704 /* Define to 1 if you have the `setsockopt' function. */
705 #undef HAVE_SETSOCKOPT
707 /* Define to 1 if you have the `setstate' function. */
708 #undef HAVE_SETSTATE
710 /* Define to 1 if you have the `setutent' function. */
711 #undef HAVE_SETUTENT
713 /* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
714 #undef HAVE_SGI_GETCAPABILITYBYNAME
716 /* Define to 1 if you have the <sgtty.h> header file. */
717 #undef HAVE_SGTTY_H
719 /* Define to 1 if you have the <shadow.h> header file. */
720 #undef HAVE_SHADOW_H
722 /* Define to 1 if you have the <siad.h> header file. */
723 #undef HAVE_SIAD_H
725 /* Define to 1 if you have the `sigaction' function. */
726 #undef HAVE_SIGACTION
728 /* Define to 1 if you have the <signal.h> header file. */
729 #undef HAVE_SIGNAL_H
731 /* define if you have a working snprintf */
732 #undef HAVE_SNPRINTF
734 /* Define to 1 if you have the `socket' function. */
735 #undef HAVE_SOCKET
737 /* Define to 1 if the system has the type `socklen_t'. */
738 #undef HAVE_SOCKLEN_T
740 /* Define to 1 if the system has the type `ssize_t'. */
741 #undef HAVE_SSIZE_T
743 /* Define to 1 if you have the <standards.h> header file. */
744 #undef HAVE_STANDARDS_H
746 /* Define to 1 if you have the <stdint.h> header file. */
747 #undef HAVE_STDINT_H
749 /* Define to 1 if you have the <stdlib.h> header file. */
750 #undef HAVE_STDLIB_H
752 /* Define if you have the function `strcasecmp'. */
753 #undef HAVE_STRCASECMP
755 /* Define if you have the function `strdup'. */
756 #undef HAVE_STRDUP
758 /* Define if you have the function `strerror'. */
759 #undef HAVE_STRERROR
761 /* Define if you have the function `strftime'. */
762 #undef HAVE_STRFTIME
764 /* Define to 1 if you have the <strings.h> header file. */
765 #undef HAVE_STRINGS_H
767 /* Define to 1 if you have the <string.h> header file. */
768 #undef HAVE_STRING_H
770 /* Define if you have the function `strlcat'. */
771 #undef HAVE_STRLCAT
773 /* Define if you have the function `strlcpy'. */
774 #undef HAVE_STRLCPY
776 /* Define if you have the function `strlwr'. */
777 #undef HAVE_STRLWR
779 /* Define if you have the function `strncasecmp'. */
780 #undef HAVE_STRNCASECMP
782 /* Define if you have the function `strndup'. */
783 #undef HAVE_STRNDUP
785 /* Define if you have the function `strnlen'. */
786 #undef HAVE_STRNLEN
788 /* Define to 1 if you have the <stropts.h> header file. */
789 #undef HAVE_STROPTS_H
791 /* Define if you have the function `strptime'. */
792 #undef HAVE_STRPTIME
794 /* Define if you have the function `strsep'. */
795 #undef HAVE_STRSEP
797 /* Define if you have the function `strsep_copy'. */
798 #undef HAVE_STRSEP_COPY
800 /* Define to 1 if you have the `strstr' function. */
801 #undef HAVE_STRSTR
803 /* Define to 1 if you have the `strsvis' function. */
804 #undef HAVE_STRSVIS
806 /* Define if you have the function `strtok_r'. */
807 #undef HAVE_STRTOK_R
809 /* Define to 1 if the system has the type `struct addrinfo'. */
810 #undef HAVE_STRUCT_ADDRINFO
812 /* Define to 1 if the system has the type `struct ifaddrs'. */
813 #undef HAVE_STRUCT_IFADDRS
815 /* Define to 1 if the system has the type `struct iovec'. */
816 #undef HAVE_STRUCT_IOVEC
818 /* Define to 1 if the system has the type `struct msghdr'. */
819 #undef HAVE_STRUCT_MSGHDR
821 /* Define to 1 if the system has the type `struct sockaddr'. */
822 #undef HAVE_STRUCT_SOCKADDR
824 /* Define if struct sockaddr has field sa_len. */
825 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
827 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
828 #undef HAVE_STRUCT_SOCKADDR_STORAGE
830 /* define if you have struct spwd */
831 #undef HAVE_STRUCT_SPWD
833 /* Define if struct tm has field tm_gmtoff. */
834 #undef HAVE_STRUCT_TM_TM_GMTOFF
836 /* Define if struct tm has field tm_zone. */
837 #undef HAVE_STRUCT_TM_TM_ZONE
839 /* Define if struct utmpx has field ut_exit. */
840 #undef HAVE_STRUCT_UTMPX_UT_EXIT
842 /* Define if struct utmpx has field ut_syslen. */
843 #undef HAVE_STRUCT_UTMPX_UT_SYSLEN
845 /* Define if struct utmp has field ut_addr. */
846 #undef HAVE_STRUCT_UTMP_UT_ADDR
848 /* Define if struct utmp has field ut_host. */
849 #undef HAVE_STRUCT_UTMP_UT_HOST
851 /* Define if struct utmp has field ut_id. */
852 #undef HAVE_STRUCT_UTMP_UT_ID
854 /* Define if struct utmp has field ut_pid. */
855 #undef HAVE_STRUCT_UTMP_UT_PID
857 /* Define if struct utmp has field ut_type. */
858 #undef HAVE_STRUCT_UTMP_UT_TYPE
860 /* Define if struct utmp has field ut_user. */
861 #undef HAVE_STRUCT_UTMP_UT_USER
863 /* define if struct winsize is declared in sys/termios.h */
864 #undef HAVE_STRUCT_WINSIZE
866 /* Define to 1 if you have the `strunvis' function. */
867 #undef HAVE_STRUNVIS
869 /* Define if you have the function `strupr'. */
870 #undef HAVE_STRUPR
872 /* Define to 1 if you have the `strvis' function. */
873 #undef HAVE_STRVIS
875 /* Define to 1 if you have the `strvisx' function. */
876 #undef HAVE_STRVISX
878 /* Define to 1 if you have the `svis' function. */
879 #undef HAVE_SVIS
881 /* Define if you have the function `swab'. */
882 #undef HAVE_SWAB
884 /* Define to 1 if you have the `sysconf' function. */
885 #undef HAVE_SYSCONF
887 /* Define to 1 if you have the `sysctl' function. */
888 #undef HAVE_SYSCTL
890 /* Define to 1 if you have the `syslog' function. */
891 #undef HAVE_SYSLOG
893 /* Define to 1 if you have the <syslog.h> header file. */
894 #undef HAVE_SYSLOG_H
896 /* Define to 1 if you have the <sys/bitypes.h> header file. */
897 #undef HAVE_SYS_BITYPES_H
899 /* Define to 1 if you have the <sys/bswap.h> header file. */
900 #undef HAVE_SYS_BSWAP_H
902 /* Define to 1 if you have the <sys/capability.h> header file. */
903 #undef HAVE_SYS_CAPABILITY_H
905 /* Define to 1 if you have the <sys/category.h> header file. */
906 #undef HAVE_SYS_CATEGORY_H
908 /* Define to 1 if you have the <sys/file.h> header file. */
909 #undef HAVE_SYS_FILE_H
911 /* Define to 1 if you have the <sys/filio.h> header file. */
912 #undef HAVE_SYS_FILIO_H
914 /* Define to 1 if you have the <sys/ioccom.h> header file. */
915 #undef HAVE_SYS_IOCCOM_H
917 /* Define to 1 if you have the <sys/ioctl.h> header file. */
918 #undef HAVE_SYS_IOCTL_H
920 /* Define to 1 if you have the <sys/mman.h> header file. */
921 #undef HAVE_SYS_MMAN_H
923 /* Define to 1 if you have the <sys/param.h> header file. */
924 #undef HAVE_SYS_PARAM_H
926 /* Define to 1 if you have the <sys/proc.h> header file. */
927 #undef HAVE_SYS_PROC_H
929 /* Define to 1 if you have the <sys/ptyio.h> header file. */
930 #undef HAVE_SYS_PTYIO_H
932 /* Define to 1 if you have the <sys/ptyvar.h> header file. */
933 #undef HAVE_SYS_PTYVAR_H
935 /* Define to 1 if you have the <sys/pty.h> header file. */
936 #undef HAVE_SYS_PTY_H
938 /* Define to 1 if you have the <sys/resource.h> header file. */
939 #undef HAVE_SYS_RESOURCE_H
941 /* Define to 1 if you have the <sys/select.h> header file. */
942 #undef HAVE_SYS_SELECT_H
944 /* Define to 1 if you have the <sys/socket.h> header file. */
945 #undef HAVE_SYS_SOCKET_H
947 /* Define to 1 if you have the <sys/sockio.h> header file. */
948 #undef HAVE_SYS_SOCKIO_H
950 /* Define to 1 if you have the <sys/stat.h> header file. */
951 #undef HAVE_SYS_STAT_H
953 /* Define to 1 if you have the <sys/stream.h> header file. */
954 #undef HAVE_SYS_STREAM_H
956 /* Define to 1 if you have the <sys/stropts.h> header file. */
957 #undef HAVE_SYS_STROPTS_H
959 /* Define to 1 if you have the <sys/strtty.h> header file. */
960 #undef HAVE_SYS_STRTTY_H
962 /* Define to 1 if you have the <sys/str_tty.h> header file. */
963 #undef HAVE_SYS_STR_TTY_H
965 /* Define to 1 if you have the <sys/syscall.h> header file. */
966 #undef HAVE_SYS_SYSCALL_H
968 /* Define to 1 if you have the <sys/sysctl.h> header file. */
969 #undef HAVE_SYS_SYSCTL_H
971 /* Define to 1 if you have the <sys/termio.h> header file. */
972 #undef HAVE_SYS_TERMIO_H
974 /* Define to 1 if you have the <sys/timeb.h> header file. */
975 #undef HAVE_SYS_TIMEB_H
977 /* Define to 1 if you have the <sys/times.h> header file. */
978 #undef HAVE_SYS_TIMES_H
980 /* Define to 1 if you have the <sys/time.h> header file. */
981 #undef HAVE_SYS_TIME_H
983 /* Define to 1 if you have the <sys/tty.h> header file. */
984 #undef HAVE_SYS_TTY_H
986 /* Define to 1 if you have the <sys/types.h> header file. */
987 #undef HAVE_SYS_TYPES_H
989 /* Define to 1 if you have the <sys/ucred.h> header file. */
990 #undef HAVE_SYS_UCRED_H
992 /* Define to 1 if you have the <sys/uio.h> header file. */
993 #undef HAVE_SYS_UIO_H
995 /* Define to 1 if you have the <sys/un.h> header file. */
996 #undef HAVE_SYS_UN_H
998 /* Define to 1 if you have the <sys/utsname.h> header file. */
999 #undef HAVE_SYS_UTSNAME_H
1001 /* Define to 1 if you have the <sys/wait.h> header file. */
1002 #undef HAVE_SYS_WAIT_H
1004 /* Define to 1 if you have the <termcap.h> header file. */
1005 #undef HAVE_TERMCAP_H
1007 /* Define to 1 if you have the <termios.h> header file. */
1008 #undef HAVE_TERMIOS_H
1010 /* Define to 1 if you have the <termio.h> header file. */
1011 #undef HAVE_TERMIO_H
1013 /* Define to 1 if you have the <term.h> header file. */
1014 #undef HAVE_TERM_H
1016 /* Define to 1 if you have the `tgetent' function. */
1017 #undef HAVE_TGETENT
1019 /* Define if you have the function `timegm'. */
1020 #undef HAVE_TIMEGM
1022 /* Define if you have the `timezone' variable. */
1023 #undef HAVE_TIMEZONE
1025 /* Define to 1 if you have the <time.h> header file. */
1026 #undef HAVE_TIME_H
1028 /* Define to 1 if you have the <tmpdir.h> header file. */
1029 #undef HAVE_TMPDIR_H
1031 /* Define to 1 if you have the `ttyname' function. */
1032 #undef HAVE_TTYNAME
1034 /* Define to 1 if you have the `ttyslot' function. */
1035 #undef HAVE_TTYSLOT
1037 /* Define to 1 if you have the <udb.h> header file. */
1038 #undef HAVE_UDB_H
1040 /* Define to 1 if the system has the type `uint16_t'. */
1041 #undef HAVE_UINT16_T
1043 /* Define to 1 if the system has the type `uint32_t'. */
1044 #undef HAVE_UINT32_T
1046 /* Define to 1 if the system has the type `uint64_t'. */
1047 #undef HAVE_UINT64_T
1049 /* Define to 1 if the system has the type `uint8_t'. */
1050 #undef HAVE_UINT8_T
1052 /* Define to 1 if the system has the type `uintptr_t'. */
1053 #undef HAVE_UINTPTR_T
1055 /* Define to 1 if you have the `umask' function. */
1056 #undef HAVE_UMASK
1058 /* Define to 1 if you have the `uname' function. */
1059 #undef HAVE_UNAME
1061 /* Define to 1 if you have the <unistd.h> header file. */
1062 #undef HAVE_UNISTD_H
1064 /* Define to 1 if you have the `unlockpt' function. */
1065 #undef HAVE_UNLOCKPT
1067 /* Define if you have the function `unsetenv'. */
1068 #undef HAVE_UNSETENV
1070 /* Define to 1 if you have the `unvis' function. */
1071 #undef HAVE_UNVIS
1073 /* Define to 1 if you have the <userconf.h> header file. */
1074 #undef HAVE_USERCONF_H
1076 /* Define to 1 if you have the <usersec.h> header file. */
1077 #undef HAVE_USERSEC_H
1079 /* Define to 1 if you have the <util.h> header file. */
1080 #undef HAVE_UTIL_H
1082 /* Define to 1 if you have the <utmpx.h> header file. */
1083 #undef HAVE_UTMPX_H
1085 /* Define to 1 if you have the <utmp.h> header file. */
1086 #undef HAVE_UTMP_H
1088 /* Define to 1 if the system has the type `u_int16_t'. */
1089 #undef HAVE_U_INT16_T
1091 /* Define to 1 if the system has the type `u_int32_t'. */
1092 #undef HAVE_U_INT32_T
1094 /* Define to 1 if the system has the type `u_int64_t'. */
1095 #undef HAVE_U_INT64_T
1097 /* Define to 1 if the system has the type `u_int8_t'. */
1098 #undef HAVE_U_INT8_T
1100 /* Define to 1 if you have the `vasnprintf' function. */
1101 #undef HAVE_VASNPRINTF
1103 /* Define to 1 if you have the `vasprintf' function. */
1104 #undef HAVE_VASPRINTF
1106 /* Define if you have the function `verr'. */
1107 #undef HAVE_VERR
1109 /* Define if you have the function `verrx'. */
1110 #undef HAVE_VERRX
1112 /* Define to 1 if you have the `vhangup' function. */
1113 #undef HAVE_VHANGUP
1115 /* Define to 1 if you have the `vis' function. */
1116 #undef HAVE_VIS
1118 /* Define to 1 if you have the <vis.h> header file. */
1119 #undef HAVE_VIS_H
1121 /* define if you have a working vsnprintf */
1122 #undef HAVE_VSNPRINTF
1124 /* Define if you have the function `vsyslog'. */
1125 #undef HAVE_VSYSLOG
1127 /* Define if you have the function `vwarn'. */
1128 #undef HAVE_VWARN
1130 /* Define if you have the function `vwarnx'. */
1131 #undef HAVE_VWARNX
1133 /* Define if you have the function `warn'. */
1134 #undef HAVE_WARN
1136 /* Define if you have the function `warnx'. */
1137 #undef HAVE_WARNX
1139 /* Define if you have the function `writev'. */
1140 #undef HAVE_WRITEV
1142 /* define if struct winsize has ws_xpixel */
1143 #undef HAVE_WS_XPIXEL
1145 /* define if struct winsize has ws_ypixel */
1146 #undef HAVE_WS_YPIXEL
1148 /* Define to 1 if you have the `XauFileName' function. */
1149 #undef HAVE_XAUFILENAME
1151 /* Define to 1 if you have the `XauReadAuth' function. */
1152 #undef HAVE_XAUREADAUTH
1154 /* Define to 1 if you have the `XauWriteAuth' function. */
1155 #undef HAVE_XAUWRITEAUTH
1157 /* Define to 1 if you have the `yp_get_default_domain' function. */
1158 #undef HAVE_YP_GET_DEFAULT_DOMAIN
1160 /* Define to 1 if you have the `_getpty' function. */
1161 #undef HAVE__GETPTY
1163 /* Define if you have the `_res' variable. */
1164 #undef HAVE__RES
1166 /* Define to 1 if you have the `_scrsize' function. */
1167 #undef HAVE__SCRSIZE
1169 /* define if your compiler has __attribute__ */
1170 #undef HAVE___ATTRIBUTE__
1172 /* Define if you have the `__progname' variable. */
1173 #undef HAVE___PROGNAME
1175 /* Define if you have the hesiod package. */
1176 #undef HESIOD
1178 /* Define if you are running IRIX 4. */
1179 #undef IRIX4
1181 /* Enable Kerberos 5 support in applications. */
1182 #undef KRB5
1184 /* path to lib */
1185 #undef LIBDIR
1187 /* path to libexec */
1188 #undef LIBEXECDIR
1190 /* path to localstate */
1191 #undef LOCALSTATEDIR
1193 /* define if the system is missing a prototype for asnprintf() */
1194 #undef NEED_ASNPRINTF_PROTO
1196 /* define if the system is missing a prototype for asprintf() */
1197 #undef NEED_ASPRINTF_PROTO
1199 /* define if the system is missing a prototype for crypt() */
1200 #undef NEED_CRYPT_PROTO
1202 /* define if the system is missing a prototype for daemon() */
1203 #undef NEED_DAEMON_PROTO
1205 /* define if the system is missing a prototype for gethostname() */
1206 #undef NEED_GETHOSTNAME_PROTO
1208 /* define if the system is missing a prototype for getusershell() */
1209 #undef NEED_GETUSERSHELL_PROTO
1211 /* define if the system is missing a prototype for glob() */
1212 #undef NEED_GLOB_PROTO
1214 /* define if the system is missing a prototype for hstrerror() */
1215 #undef NEED_HSTRERROR_PROTO
1217 /* define if the system is missing a prototype for inet_aton() */
1218 #undef NEED_INET_ATON_PROTO
1220 /* define if the system is missing a prototype for iruserok() */
1221 #undef NEED_IRUSEROK_PROTO
1223 /* define if the system is missing a prototype for mkstemp() */
1224 #undef NEED_MKSTEMP_PROTO
1226 /* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1227 #undef NEED_SECKEYGETCSPHANDLE_PROTO
1229 /* define if the system is missing a prototype for setenv() */
1230 #undef NEED_SETENV_PROTO
1232 /* define if the system is missing a prototype for snprintf() */
1233 #undef NEED_SNPRINTF_PROTO
1235 /* define if the system is missing a prototype for strndup() */
1236 #undef NEED_STRNDUP_PROTO
1238 /* define if the system is missing a prototype for strsep() */
1239 #undef NEED_STRSEP_PROTO
1241 /* define if the system is missing a prototype for strsvis() */
1242 #undef NEED_STRSVIS_PROTO
1244 /* define if the system is missing a prototype for strtok_r() */
1245 #undef NEED_STRTOK_R_PROTO
1247 /* define if the system is missing a prototype for strunvis() */
1248 #undef NEED_STRUNVIS_PROTO
1250 /* define if the system is missing a prototype for strvisx() */
1251 #undef NEED_STRVISX_PROTO
1253 /* define if the system is missing a prototype for strvis() */
1254 #undef NEED_STRVIS_PROTO
1256 /* define if the system is missing a prototype for svis() */
1257 #undef NEED_SVIS_PROTO
1259 /* define if the system is missing a prototype for unsetenv() */
1260 #undef NEED_UNSETENV_PROTO
1262 /* define if the system is missing a prototype for unvis() */
1263 #undef NEED_UNVIS_PROTO
1265 /* define if the system is missing a prototype for vasnprintf() */
1266 #undef NEED_VASNPRINTF_PROTO
1268 /* define if the system is missing a prototype for vasprintf() */
1269 #undef NEED_VASPRINTF_PROTO
1271 /* define if the system is missing a prototype for vis() */
1272 #undef NEED_VIS_PROTO
1274 /* define if the system is missing a prototype for vsnprintf() */
1275 #undef NEED_VSNPRINTF_PROTO
1277 /* Define if you don't wan't support for AFS. */
1278 #undef NO_AFS
1280 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1281 #undef NO_MINUS_C_MINUS_O
1283 /* Define if you don't want to use mmap. */
1284 #undef NO_MMAP
1286 /* Define this to enable old environment option in telnet. */
1287 #undef OLD_ENVIRON
1289 /* Define if you have the openldap package. */
1290 #undef OPENLDAP
1292 /* Define if you want support for hdb ldap module */
1293 #undef OPENLDAP_MODULE
1295 /* define if prototype of openlog is compatible with void openlog(const char
1296 *, int, int) */
1297 #undef OPENLOG_PROTO_COMPATIBLE
1299 /* Define if you want OTP support in applications. */
1300 #undef OTP
1302 /* Name of package */
1303 #undef PACKAGE
1305 /* Define to the address where bug reports for this package should be sent. */
1306 #undef PACKAGE_BUGREPORT
1308 /* Define to the full name of this package. */
1309 #undef PACKAGE_NAME
1311 /* Define to the full name and version of this package. */
1312 #undef PACKAGE_STRING
1314 /* Define to the one symbol short name of this package. */
1315 #undef PACKAGE_TARNAME
1317 /* Define to the version of this package. */
1318 #undef PACKAGE_VERSION
1320 /* Define to enable PKINIT. */
1321 #undef PKINIT
1323 /* Define if getlogin has POSIX flavour (and not BSD). */
1324 #undef POSIX_GETLOGIN
1326 /* Define if getpwnam_r has POSIX flavour. */
1327 #undef POSIX_GETPWNAM_R
1329 /* Define if you have the readline package. */
1330 #undef READLINE
1332 /* Define as the return type of signal handlers (`int' or `void'). */
1333 #undef RETSIGTYPE
1335 /* path to sbin */
1336 #undef SBINDIR
1338 /* Define if you want to use samba socket wrappers. */
1339 #undef SOCKET_WRAPPER_REPLACE
1341 /* Define to 1 if you have the ANSI C header files. */
1342 #undef STDC_HEADERS
1344 /* Define if you have streams ptys. */
1345 #undef STREAMSPTY
1347 /* path to sysconf */
1348 #undef SYSCONFDIR
1350 /* Define to what version of SunOS you are running. */
1351 #undef SunOS
1353 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1354 #undef TIME_WITH_SYS_TIME
1356 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1357 #undef TM_IN_SYS_TIME
1359 /* Version number of package */
1360 #undef VERSION
1362 /* Define if signal handlers return void. */
1363 #undef VOID_RETSIGTYPE
1365 /* define if target is big endian */
1366 #undef WORDS_BIGENDIAN
1368 /* Define to 1 if the X Window System is missing or not being used. */
1369 #undef X_DISPLAY_MISSING
1371 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1372 `char[]'. */
1373 #undef YYTEXT_POINTER
1375 /* Number of bits in a file offset, on hosts where this is settable. */
1376 #undef _FILE_OFFSET_BITS
1378 /* Define to enable extensions on glibc-based systems such as Linux. */
1379 #undef _GNU_SOURCE
1381 /* Define for large files, on AIX-style hosts. */
1382 #undef _LARGE_FILES
1384 /* Define to empty if `const' does not conform to ANSI C. */
1385 #undef const
1387 /* Define to `int' if <sys/types.h> doesn't define. */
1388 #undef gid_t
1390 /* Define to `__inline__' or `__inline' if that's what the C compiler
1391 calls it, or to nothing if 'inline' is not supported under any name. */
1392 #ifndef __cplusplus
1393 #undef inline
1394 #endif
1396 /* Define this to what the type mode_t should be. */
1397 #undef mode_t
1399 /* Define to `long int' if <sys/types.h> does not define. */
1400 #undef off_t
1402 /* Define to `int' if <sys/types.h> does not define. */
1403 #undef pid_t
1405 /* Define this to what the type sig_atomic_t should be. */
1406 #undef sig_atomic_t
1408 /* Define to `unsigned int' if <sys/types.h> does not define. */
1409 #undef size_t
1411 /* Define to `int' if <sys/types.h> doesn't define. */
1412 #undef uid_t
1414 #ifdef ROKEN_RENAME
1415 #include "roken_rename.h"
1416 #endif
1418 #ifdef VOID_RETSIGTYPE
1419 #define SIGRETURN(x) return
1420 #else
1421 #define SIGRETURN(x) return (RETSIGTYPE)(x)
1422 #endif
1424 #ifdef BROKEN_REALLOC
1425 #define realloc(X, Y) rk_realloc((X), (Y))
1426 #endif
1429 #if ENDIANESS_IN_SYS_PARAM_H
1430 # include <sys/types.h>
1431 # include <sys/param.h>
1432 # if BYTE_ORDER == BIG_ENDIAN
1433 # define WORDS_BIGENDIAN 1
1434 # endif
1435 #endif
1438 #if _AIX
1439 #define _ALL_SOURCE
1440 /* XXX this is gross, but kills about a gazillion warnings */
1441 struct ether_addr;
1442 struct sockaddr;
1443 struct sockaddr_dl;
1444 struct sockaddr_in;
1445 #endif
1448 /* IRIX 4 braindamage */
1449 #if IRIX == 4 && !defined(__STDC__)
1450 #define __STDC__ 0
1451 #endif
1455 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1456 #define AUTHENTICATION 1
1457 #endif
1459 /* Set this to the default system lead string for telnetd
1460 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1461 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1463 #undef USE_IM
1465 /* Used with login -p */
1466 #undef LOGIN_ARGS
1468 /* set this to a sensible login */
1469 #ifndef LOGIN_PATH
1470 #define LOGIN_PATH BINDIR "/login"
1471 #endif