HAMMER 60I/Many: Mirroring
[dragonfly.git] / kerberos5 / include / config.h
blobb1a78e9a60188076659458cdcd95b9d03c048065
1 /* $DragonFly: src/kerberos5/include/config.h,v 1.6 2007/01/23 10:22:55 swildner Exp $ */
2 /* include/config.h. Generated by configure. */
3 /* include/config.h.in. Generated from configure.in by autoheader. */
5 #ifndef RCSID
6 #define RCSID(msg) \
7 static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
8 #endif
10 /* Maximum values on all known systems */
11 #define MaxHostNameLen (64+4)
12 #define MaxPathLen (1024+4)
16 /* Define if you want authentication support in telnet. */
17 #define AUTHENTICATION 1
19 /* path to bin */
20 #define BINDIR "/usr/bin"
22 /* Define if realloc(NULL) doesn't work. */
23 /* #undef BROKEN_REALLOC */
25 /* Define if you want support for DCE/DFS PAG's. */
26 /* #undef DCE */
28 /* Define if you want to use DES encryption in telnet. */
29 #define DES_ENCRYPTION 1
31 /* Define this to enable diagnostics in telnet. */
32 #define DIAGNOSTICS 1
34 /* Define if you want encryption support in telnet. */
35 #define ENCRYPTION 1
37 /* define if sys/param.h defines the endiness */
38 #define ENDIANESS_IN_SYS_PARAM_H 1
40 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
41 /* #undef ENV_HACK */
43 /* define if prototype of gethostbyaddr is compatible with struct hostent
44 *gethostbyaddr(const void *, size_t, int) */
45 /* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
47 /* define if prototype of gethostbyname is compatible with struct hostent
48 *gethostbyname(const char *) */
49 #define GETHOSTBYNAME_PROTO_COMPATIBLE 1
51 /* define if prototype of getservbyname is compatible with struct servent
52 *getservbyname(const char *, const char *) */
53 #define GETSERVBYNAME_PROTO_COMPATIBLE 1
55 /* define if prototype of getsockname is compatible with int getsockname(int,
56 struct sockaddr*, socklen_t*) */
57 #define GETSOCKNAME_PROTO_COMPATIBLE 1
59 /* Define if you have the `altzone' variable. */
60 /* #undef HAVE_ALTZONE */
62 /* define if your system declares altzone */
63 /* #undef HAVE_ALTZONE_DECLARATION */
65 /* Define to 1 if you have the <arpa/ftp.h> header file. */
66 #define HAVE_ARPA_FTP_H 1
68 /* Define to 1 if you have the <arpa/inet.h> header file. */
69 #define HAVE_ARPA_INET_H 1
71 /* Define to 1 if you have the <arpa/nameser.h> header file. */
72 #define HAVE_ARPA_NAMESER_H 1
74 /* Define to 1 if you have the <arpa/telnet.h> header file. */
75 #define HAVE_ARPA_TELNET_H 1
77 /* Define to 1 if you have the `asnprintf' function. */
78 /* #undef HAVE_ASNPRINTF */
80 /* Define to 1 if you have the `asprintf' function. */
81 #define HAVE_ASPRINTF 1
83 /* Define to 1 if you have the `atexit' function. */
84 #define HAVE_ATEXIT 1
86 /* Define to 1 if you have the <bind/bitypes.h> header file. */
87 /* #undef HAVE_BIND_BITYPES_H */
89 /* Define to 1 if you have the <bsdsetjmp.h> header file. */
90 /* #undef HAVE_BSDSETJMP_H */
92 /* Define to 1 if you have the `bswap16' function. */
93 /* #undef HAVE_BSWAP16 */
95 /* Define to 1 if you have the `bswap32' function. */
96 /* #undef HAVE_BSWAP32 */
98 /* Define to 1 if you have the <capability.h> header file. */
99 /* #undef HAVE_CAPABILITY_H */
101 /* Define to 1 if you have the `cap_set_proc' function. */
102 /* #undef HAVE_CAP_SET_PROC */
104 /* Define to 1 if you have the `cgetent' function. */
105 #define HAVE_CGETENT 1
107 /* Define if you have the function `chown'. */
108 #define HAVE_CHOWN 1
110 /* Define to 1 if you have the <config.h> header file. */
111 /* #undef HAVE_CONFIG_H */
113 /* Define if you have the function `copyhostent'. */
114 /* #undef HAVE_COPYHOSTENT */
116 /* Define to 1 if you have the `crypt' function. */
117 #define HAVE_CRYPT 1
119 /* Define to 1 if you have the <crypt.h> header file. */
120 /* #undef HAVE_CRYPT_H */
122 /* Define to 1 if you have the <curses.h> header file. */
123 #define HAVE_CURSES_H 1
125 /* Define if you have the function `daemon'. */
126 #define HAVE_DAEMON 1
128 /* define if you have a berkeley db1/2 library */
129 #define HAVE_DB1 1
131 /* define if you have a berkeley db3/4 library */
132 /* #undef HAVE_DB3 */
134 /* Define to 1 if you have the <db3/db.h> header file. */
135 /* #undef HAVE_DB3_DB_H */
137 /* Define to 1 if you have the <db4/db.h> header file. */
138 /* #undef HAVE_DB4_DB_H */
140 /* Define to 1 if you have the `dbm_firstkey' function. */
141 #define HAVE_DBM_FIRSTKEY 1
143 /* Define to 1 if you have the <dbm.h> header file. */
144 /* #undef HAVE_DBM_H */
146 /* Define to 1 if you have the `dbopen' function. */
147 #define HAVE_DBOPEN 1
149 /* Define to 1 if you have the <db_185.h> header file. */
150 /* #undef HAVE_DB_185_H */
152 /* Define to 1 if you have the `db_create' function. */
153 /* #undef HAVE_DB_CREATE */
155 /* Define to 1 if you have the <db.h> header file. */
156 #define HAVE_DB_H 1
158 /* define if you have ndbm compat in db */
159 /* #undef HAVE_DB_NDBM */
161 /* Define to 1 if you have the <dirent.h> header file. */
162 #define HAVE_DIRENT_H 1
164 /* Define to 1 if you have the <dlfcn.h> header file. */
165 #define HAVE_DLFCN_H 1
167 /* Define to 1 if you have the `dlopen' function. */
168 #define HAVE_DLOPEN 1
170 /* Define to 1 if you have the `dn_expand' function. */
171 #define HAVE_DN_EXPAND 1
173 /* Define if you have the function `ecalloc'. */
174 /* #undef HAVE_ECALLOC */
176 /* Define to 1 if you have the `el_init' function. */
177 #define HAVE_EL_INIT 1
179 /* Define if you have the function `emalloc'. */
180 /* #undef HAVE_EMALLOC */
182 /* define if your system declares environ */
183 /* #undef HAVE_ENVIRON_DECLARATION */
185 /* Define if you have the function `erealloc'. */
186 /* #undef HAVE_EREALLOC */
188 /* Define if you have the function `err'. */
189 #define HAVE_ERR 1
191 /* Define to 1 if you have the <errno.h> header file. */
192 #define HAVE_ERRNO_H 1
194 /* Define if you have the function `errx'. */
195 #define HAVE_ERRX 1
197 /* Define to 1 if you have the <err.h> header file. */
198 #define HAVE_ERR_H 1
200 /* Define if you have the function `estrdup'. */
201 /* #undef HAVE_ESTRDUP */
203 /* Define if you have the function `fchown'. */
204 #define HAVE_FCHOWN 1
206 /* Define to 1 if you have the `fcntl' function. */
207 #define HAVE_FCNTL 1
209 /* Define to 1 if you have the <fcntl.h> header file. */
210 #define HAVE_FCNTL_H 1
212 /* Define if you have the function `flock'. */
213 #define HAVE_FLOCK 1
215 /* Define if you have the function `fnmatch'. */
216 #define HAVE_FNMATCH 1
218 /* Define to 1 if you have the <fnmatch.h> header file. */
219 #define HAVE_FNMATCH_H 1
221 /* Define if el_init takes four arguments. */
222 #define HAVE_FOUR_VALUED_EL_INIT 1
224 /* define if krb_put_int takes four arguments. */
225 /* #undef HAVE_FOUR_VALUED_KRB_PUT_INT */
227 /* Define to 1 if you have the `freeaddrinfo' function. */
228 #define HAVE_FREEADDRINFO 1
230 /* Define if you have the function `freehostent'. */
231 #define HAVE_FREEHOSTENT 1
233 /* Define to 1 if you have the `gai_strerror' function. */
234 #define HAVE_GAI_STRERROR 1
236 /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
237 /* #undef HAVE_GDBM_NDBM_H */
239 /* Define to 1 if you have the `getaddrinfo' function. */
240 #define HAVE_GETADDRINFO 1
242 /* Define to 1 if you have the `getconfattr' function. */
243 /* #undef HAVE_GETCONFATTR */
245 /* Define if you have the function `getcwd'. */
246 #define HAVE_GETCWD 1
248 /* Define if you have the function `getdtablesize'. */
249 #define HAVE_GETDTABLESIZE 1
251 /* Define if you have the function `getegid'. */
252 #define HAVE_GETEGID 1
254 /* Define if you have the function `geteuid'. */
255 #define HAVE_GETEUID 1
257 /* Define if you have the function `getgid'. */
258 #define HAVE_GETGID 1
260 /* Define to 1 if you have the `gethostbyname' function. */
261 #define HAVE_GETHOSTBYNAME 1
263 /* Define to 1 if you have the `gethostbyname2' function. */
264 #define HAVE_GETHOSTBYNAME2 1
266 /* Define if you have the function `gethostname'. */
267 #define HAVE_GETHOSTNAME 1
269 /* Define if you have the function `getifaddrs'. */
270 #define HAVE_GETIFADDRS 1
272 /* Define if you have the function `getipnodebyaddr'. */
273 #define HAVE_GETIPNODEBYADDR 1
275 /* Define if you have the function `getipnodebyname'. */
276 #define HAVE_GETIPNODEBYNAME 1
278 /* Define to 1 if you have the `getlogin' function. */
279 #define HAVE_GETLOGIN 1
281 /* Define if you have a working getmsg. */
282 /* #undef HAVE_GETMSG */
284 /* Define to 1 if you have the `getnameinfo' function. */
285 #define HAVE_GETNAMEINFO 1
287 /* Define if you have the function `getopt'. */
288 #define HAVE_GETOPT 1
290 /* Define to 1 if you have the `getpagesize' function. */
291 #define HAVE_GETPAGESIZE 1
293 /* Define to 1 if you have the `getprogname' function. */
294 #define HAVE_GETPROGNAME 1
296 /* Define to 1 if you have the `getpwnam_r' function. */
297 /* #undef HAVE_GETPWNAM_R */
299 /* Define to 1 if you have the `getrlimit' function. */
300 #define HAVE_GETRLIMIT 1
302 /* Define to 1 if you have the `getsockopt' function. */
303 #define HAVE_GETSOCKOPT 1
305 /* Define to 1 if you have the `getspnam' function. */
306 /* #undef HAVE_GETSPNAM */
308 /* Define if you have the function `gettimeofday'. */
309 #define HAVE_GETTIMEOFDAY 1
311 /* Define to 1 if you have the `getudbnam' function. */
312 /* #undef HAVE_GETUDBNAM */
314 /* Define if you have the function `getuid'. */
315 #define HAVE_GETUID 1
317 /* Define if you have the function `getusershell'. */
318 #define HAVE_GETUSERSHELL 1
320 /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
321 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
322 #define HAVE_GLOB 1
324 /* Define to 1 if you have the `grantpt' function. */
325 /* #undef HAVE_GRANTPT */
327 /* Define to 1 if you have the <grp.h> header file. */
328 #define HAVE_GRP_H 1
330 /* Define to 1 if you have the `hstrerror' function. */
331 #define HAVE_HSTRERROR 1
333 /* Define if you have the `h_errlist' variable. */
334 #define HAVE_H_ERRLIST 1
336 /* define if your system declares h_errlist */
337 /* #undef HAVE_H_ERRLIST_DECLARATION */
339 /* Define if you have the `h_errno' variable. */
340 #define HAVE_H_ERRNO 1
342 /* define if your system declares h_errno */
343 #define HAVE_H_ERRNO_DECLARATION 1
345 /* Define if you have the `h_nerr' variable. */
346 #define HAVE_H_NERR 1
348 /* define if your system declares h_nerr */
349 /* #undef HAVE_H_NERR_DECLARATION */
351 /* Define to 1 if you have the <ifaddrs.h> header file. */
352 #define HAVE_IFADDRS_H 1
354 /* Define if you have the in6addr_loopback variable */
355 #define HAVE_IN6ADDR_LOOPBACK 1
357 /* define */
358 #define HAVE_INET_ATON 1
360 /* define */
361 #define HAVE_INET_NTOP 1
363 /* define */
364 #define HAVE_INET_PTON 1
366 /* Define if you have the function `initgroups'. */
367 #define HAVE_INITGROUPS 1
369 /* Define to 1 if you have the `initstate' function. */
370 #define HAVE_INITSTATE 1
372 /* Define if you have the function `innetgr'. */
373 #define HAVE_INNETGR 1
375 /* Define to 1 if the system has the type `int16_t'. */
376 #define HAVE_INT16_T 1
378 /* Define to 1 if the system has the type `int32_t'. */
379 #define HAVE_INT32_T 1
381 /* Define to 1 if the system has the type `int64_t'. */
382 #define HAVE_INT64_T 1
384 /* Define to 1 if the system has the type `int8_t'. */
385 #define HAVE_INT8_T 1
387 /* Define to 1 if you have the <inttypes.h> header file. */
388 #define HAVE_INTTYPES_H 1
390 /* Define to 1 if you have the <io.h> header file. */
391 /* #undef HAVE_IO_H */
393 /* Define if you have IPv6. */
394 #define HAVE_IPV6 1
396 /* Define if you have the function `iruserok'. */
397 #define HAVE_IRUSEROK 1
399 /* Define to 1 if you have the `issetugid' function. */
400 #define HAVE_ISSETUGID 1
402 /* Define to 1 if you have the `krb_disable_debug' function. */
403 /* #undef HAVE_KRB_DISABLE_DEBUG */
405 /* Define to 1 if you have the `krb_enable_debug' function. */
406 /* #undef HAVE_KRB_ENABLE_DEBUG */
408 /* Define to 1 if you have the `krb_get_kdc_time_diff' function. */
409 /* #undef HAVE_KRB_GET_KDC_TIME_DIFF */
411 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
412 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
414 /* Define to 1 if you have the `krb_kdctimeofday' function. */
415 /* #undef HAVE_KRB_KDCTIMEOFDAY */
417 /* Define to 1 if you have the <libutil.h> header file. */
418 #define HAVE_LIBUTIL_H 1
420 /* Define to 1 if you have the <limits.h> header file. */
421 #define HAVE_LIMITS_H 1
423 /* Define to 1 if you have the `loadquery' function. */
424 /* #undef HAVE_LOADQUERY */
426 /* Define if you have the function `localtime_r'. */
427 #define HAVE_LOCALTIME_R 1
429 /* Define to 1 if you have the `logout' function. */
430 #define HAVE_LOGOUT 1
432 /* Define to 1 if you have the `logwtmp' function. */
433 #define HAVE_LOGWTMP 1
435 /* Define to 1 if the system has the type `long long'. */
436 #define HAVE_LONG_LONG 1
438 /* Define if you have the function `lstat'. */
439 #define HAVE_LSTAT 1
441 /* Define to 1 if you have the <maillock.h> header file. */
442 /* #undef HAVE_MAILLOCK_H */
444 /* Define if you have the function `memmove'. */
445 #define HAVE_MEMMOVE 1
447 /* Define to 1 if you have the <memory.h> header file. */
448 #define HAVE_MEMORY_H 1
450 /* Define if you have the function `mkstemp'. */
451 #define HAVE_MKSTEMP 1
453 /* Define to 1 if you have the `mktime' function. */
454 #define HAVE_MKTIME 1
456 /* Define to 1 if you have a working `mmap' system call. */
457 #define HAVE_MMAP 1
459 /* define if you have a ndbm library */
460 #define HAVE_NDBM 1
462 /* Define to 1 if you have the <ndbm.h> header file. */
463 #define HAVE_NDBM_H 1
465 /* Define to 1 if you have the <netdb.h> header file. */
466 #define HAVE_NETDB_H 1
468 /* Define to 1 if you have the <netgroup.h> header file. */
469 /* #undef HAVE_NETGROUP_H */
471 /* Define to 1 if you have the <netinet6/in6.h> header file. */
472 /* #undef HAVE_NETINET6_IN6_H */
474 /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
475 #define HAVE_NETINET6_IN6_VAR_H 1
477 /* Define to 1 if you have the <netinet/in6.h> header file. */
478 /* #undef HAVE_NETINET_IN6_H */
480 /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
481 /* #undef HAVE_NETINET_IN6_MACHTYPES_H */
483 /* Define to 1 if you have the <netinet/in.h> header file. */
484 #define HAVE_NETINET_IN_H 1
486 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
487 #define HAVE_NETINET_IN_SYSTM_H 1
489 /* Define to 1 if you have the <netinet/ip.h> header file. */
490 #define HAVE_NETINET_IP_H 1
492 /* Define to 1 if you have the <netinet/tcp.h> header file. */
493 #define HAVE_NETINET_TCP_H 1
495 /* Define if you want to use Netinfo instead of krb5.conf. */
496 /* #undef HAVE_NETINFO */
498 /* Define to 1 if you have the <netinfo/ni.h> header file. */
499 /* #undef HAVE_NETINFO_NI_H */
501 /* Define to 1 if you have the <net/if.h> header file. */
502 #define HAVE_NET_IF_H 1
504 /* Define if NDBM really is DB (creates files *.db) */
505 #define HAVE_NEW_DB 1
507 /* define if you have hash functions like md4_finito() */
508 /* #undef HAVE_OLD_HASH_NAMES */
510 /* Define to 1 if you have the `on_exit' function. */
511 /* #undef HAVE_ON_EXIT */
513 /* Define to 1 if you have the `openpty' function. */
514 #define HAVE_OPENPTY 1
516 /* define to use openssl's libcrypto */
517 #define HAVE_OPENSSL 1
519 /* define if your system declares optarg */
520 #define HAVE_OPTARG_DECLARATION 1
522 /* define if your system declares opterr */
523 #define HAVE_OPTERR_DECLARATION 1
525 /* define if your system declares optind */
526 #define HAVE_OPTIND_DECLARATION 1
528 /* define if your system declares optopt */
529 #define HAVE_OPTOPT_DECLARATION 1
531 /* Define to enable basic OSF C2 support. */
532 /* #undef HAVE_OSFC2 */
534 /* Define to 1 if you have the <paths.h> header file. */
535 #define HAVE_PATHS_H 1
537 /* Define to 1 if you have the `pidfile' function. */
538 #define HAVE_PIDFILE 1
540 /* Define to 1 if you have the <pthread.h> header file. */
541 #define HAVE_PTHREAD_H 1
543 /* Define to 1 if you have the `ptsname' function. */
544 /* #undef HAVE_PTSNAME */
546 /* Define to 1 if you have the <pty.h> header file. */
547 /* #undef HAVE_PTY_H */
549 /* Define if you have the function `putenv'. */
550 #define HAVE_PUTENV 1
552 /* Define to 1 if you have the <pwd.h> header file. */
553 #define HAVE_PWD_H 1
555 /* Define to 1 if you have the `rand' function. */
556 #define HAVE_RAND 1
558 /* Define to 1 if you have the `random' function. */
559 #define HAVE_RANDOM 1
561 /* Define if you have the function `rcmd'. */
562 #define HAVE_RCMD 1
564 /* Define if you have a readline compatible library. */
565 /* #undef HAVE_READLINE */
567 /* Define if you have the function `readv'. */
568 #define HAVE_READV 1
570 /* Define if you have the function `recvmsg'. */
571 #define HAVE_RECVMSG 1
573 /* Define to 1 if you have the <resolv.h> header file. */
574 #define HAVE_RESOLV_H 1
576 /* Define to 1 if you have the `res_nsearch' function. */
577 /* #undef HAVE_RES_NSEARCH */
579 /* Define to 1 if you have the `res_search' function. */
580 #define HAVE_RES_SEARCH 1
582 /* Define to 1 if you have the `revoke' function. */
583 #define HAVE_REVOKE 1
585 /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
586 #define HAVE_RPCSVC_YPCLNT_H 1
588 /* Define to 1 if you have the <sac.h> header file. */
589 /* #undef HAVE_SAC_H */
591 /* Define to 1 if the system has the type `sa_family_t'. */
592 #define HAVE_SA_FAMILY_T 1
594 /* Define to 1 if you have the <security/pam_modules.h> header file. */
595 #define HAVE_SECURITY_PAM_MODULES_H 1
597 /* Define to 1 if you have the `select' function. */
598 #define HAVE_SELECT 1
600 /* Define if you have the function `sendmsg'. */
601 #define HAVE_SENDMSG 1
603 /* Define if you have the function `setegid'. */
604 #define HAVE_SETEGID 1
606 /* Define if you have the function `setenv'. */
607 #define HAVE_SETENV 1
609 /* Define if you have the function `seteuid'. */
610 #define HAVE_SETEUID 1
612 /* Define to 1 if you have the `setitimer' function. */
613 #define HAVE_SETITIMER 1
615 /* Define to 1 if you have the `setlim' function. */
616 /* #undef HAVE_SETLIM */
618 /* Define to 1 if you have the `setlogin' function. */
619 #define HAVE_SETLOGIN 1
621 /* Define to 1 if you have the `setpcred' function. */
622 /* #undef HAVE_SETPCRED */
624 /* Define to 1 if you have the `setpgid' function. */
625 #define HAVE_SETPGID 1
627 /* Define to 1 if you have the `setproctitle' function. */
628 #define HAVE_SETPROCTITLE 1
630 /* Define to 1 if you have the `setprogname' function. */
631 #define HAVE_SETPROGNAME 1
633 /* Define to 1 if you have the `setregid' function. */
634 #define HAVE_SETREGID 1
636 /* Define to 1 if you have the `setresgid' function. */
637 #define HAVE_SETRESGID 1
639 /* Define to 1 if you have the `setresuid' function. */
640 #define HAVE_SETRESUID 1
642 /* Define to 1 if you have the `setreuid' function. */
643 #define HAVE_SETREUID 1
645 /* Define to 1 if you have the `setsid' function. */
646 #define HAVE_SETSID 1
648 /* Define to 1 if you have the `setsockopt' function. */
649 #define HAVE_SETSOCKOPT 1
651 /* Define to 1 if you have the `setstate' function. */
652 #define HAVE_SETSTATE 1
654 /* Define to 1 if you have the `setutent' function. */
655 /* #undef HAVE_SETUTENT */
657 /* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
658 /* #undef HAVE_SGI_GETCAPABILITYBYNAME */
660 /* Define to 1 if you have the <sgtty.h> header file. */
661 #define HAVE_SGTTY_H 1
663 /* Define to 1 if you have the <shadow.h> header file. */
664 /* #undef HAVE_SHADOW_H */
666 /* Define to 1 if you have the <siad.h> header file. */
667 /* #undef HAVE_SIAD_H */
669 /* Define to 1 if you have the `sigaction' function. */
670 #define HAVE_SIGACTION 1
672 /* Define to 1 if you have the <signal.h> header file. */
673 #define HAVE_SIGNAL_H 1
675 /* define if you have a working snprintf */
676 #define HAVE_SNPRINTF 1
678 /* Define to 1 if you have the `socket' function. */
679 #define HAVE_SOCKET 1
681 /* Define to 1 if the system has the type `socklen_t'. */
682 #define HAVE_SOCKLEN_T 1
684 /* Define to 1 if the system has the type `ssize_t'. */
685 #define HAVE_SSIZE_T 1
687 /* Define to 1 if you have the <standards.h> header file. */
688 /* #undef HAVE_STANDARDS_H */
690 /* Define to 1 if you have the <stdint.h> header file. */
691 #define HAVE_STDINT_H 1
693 /* Define to 1 if you have the <stdlib.h> header file. */
694 #define HAVE_STDLIB_H 1
696 /* Define if you have the function `strcasecmp'. */
697 #define HAVE_STRCASECMP 1
699 /* Define if you have the function `strdup'. */
700 #define HAVE_STRDUP 1
702 /* Define if you have the function `strerror'. */
703 #define HAVE_STRERROR 1
705 /* Define if you have the function `strftime'. */
706 #define HAVE_STRFTIME 1
708 /* Define to 1 if you have the <strings.h> header file. */
709 #define HAVE_STRINGS_H 1
711 /* Define to 1 if you have the <string.h> header file. */
712 #define HAVE_STRING_H 1
714 /* Define if you have the function `strlcat'. */
715 #define HAVE_STRLCAT 1
717 /* Define if you have the function `strlcpy'. */
718 #define HAVE_STRLCPY 1
720 /* Define if you have the function `strlwr'. */
721 /* #undef HAVE_STRLWR */
723 /* Define if you have the function `strncasecmp'. */
724 #define HAVE_STRNCASECMP 1
726 /* Define if you have the function `strndup'. */
727 /* #undef HAVE_STRNDUP */
729 /* Define if you have the function `strnlen'. */
730 /* #undef HAVE_STRNLEN */
732 /* Define to 1 if you have the <stropts.h> header file. */
733 /* #undef HAVE_STROPTS_H */
735 /* Define if you have the function `strptime'. */
736 #define HAVE_STRPTIME 1
738 /* Define if you have the function `strsep'. */
739 #define HAVE_STRSEP 1
741 /* Define if you have the function `strsep_copy'. */
742 /* #undef HAVE_STRSEP_COPY */
744 /* Define to 1 if you have the `strstr' function. */
745 #define HAVE_STRSTR 1
747 /* Define to 1 if you have the `strsvis' function. */
748 /* #undef HAVE_STRSVIS */
750 /* Define if you have the function `strtok_r'. */
751 #define HAVE_STRTOK_R 1
753 /* Define to 1 if the system has the type `struct addrinfo'. */
754 #define HAVE_STRUCT_ADDRINFO 1
756 /* Define to 1 if the system has the type `struct ifaddrs'. */
757 #define HAVE_STRUCT_IFADDRS 1
759 /* Define to 1 if the system has the type `struct iovec'. */
760 #define HAVE_STRUCT_IOVEC 1
762 /* Define to 1 if the system has the type `struct msghdr'. */
763 #define HAVE_STRUCT_MSGHDR 1
765 /* Define to 1 if the system has the type `struct sockaddr'. */
766 #define HAVE_STRUCT_SOCKADDR 1
768 /* Define if struct sockaddr has field sa_len. */
769 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
771 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
772 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
774 /* define if you have struct spwd */
775 /* #undef HAVE_STRUCT_SPWD */
777 /* Define if struct tm has field tm_gmtoff. */
778 #define HAVE_STRUCT_TM_TM_GMTOFF 1
780 /* Define if struct tm has field tm_zone. */
781 #define HAVE_STRUCT_TM_TM_ZONE 1
783 /* Define if struct utmpx has field ut_exit. */
784 /* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
786 /* Define if struct utmpx has field ut_syslen. */
787 /* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
789 /* Define if struct utmp has field ut_addr. */
790 /* #undef HAVE_STRUCT_UTMP_UT_ADDR */
792 /* Define if struct utmp has field ut_host. */
793 /* #undef HAVE_STRUCT_UTMP_UT_HOST */
795 /* Define if struct utmp has field ut_id. */
796 /* #undef HAVE_STRUCT_UTMP_UT_ID */
798 /* Define if struct utmp has field ut_pid. */
799 /* #undef HAVE_STRUCT_UTMP_UT_PID */
801 /* Define if struct utmp has field ut_type. */
802 /* #undef HAVE_STRUCT_UTMP_UT_TYPE */
804 /* Define if struct utmp has field ut_user. */
805 /* #undef HAVE_STRUCT_UTMP_UT_USER */
807 /* define if struct winsize is declared in sys/termios.h */
808 #define HAVE_STRUCT_WINSIZE 1
810 /* Define to 1 if you have the `strunvis' function. */
811 #define HAVE_STRUNVIS 1
813 /* Define if you have the function `strupr'. */
814 /* #undef HAVE_STRUPR */
816 /* Define to 1 if you have the `strvis' function. */
817 #define HAVE_STRVIS 1
819 /* Define to 1 if you have the `strvisx' function. */
820 #define HAVE_STRVISX 1
822 /* Define to 1 if you have the `svis' function. */
823 /* #undef HAVE_SVIS */
825 /* Define if you have the function `swab'. */
826 #define HAVE_SWAB 1
828 /* Define to 1 if you have the `sysconf' function. */
829 #define HAVE_SYSCONF 1
831 /* Define to 1 if you have the `sysctl' function. */
832 #define HAVE_SYSCTL 1
834 /* Define to 1 if you have the `syslog' function. */
835 #define HAVE_SYSLOG 1
837 /* Define to 1 if you have the <syslog.h> header file. */
838 #define HAVE_SYSLOG_H 1
840 /* Define to 1 if you have the <sys/bitypes.h> header file. */
841 /* #undef HAVE_SYS_BITYPES_H */
843 /* Define to 1 if you have the <sys/bswap.h> header file. */
844 /* #undef HAVE_SYS_BSWAP_H */
846 /* Define to 1 if you have the <sys/capability.h> header file. */
847 /* #undef HAVE_SYS_CAPABILITY_H */
849 /* Define to 1 if you have the <sys/category.h> header file. */
850 /* #undef HAVE_SYS_CATEGORY_H */
852 /* Define to 1 if you have the <sys/file.h> header file. */
853 #define HAVE_SYS_FILE_H 1
855 /* Define to 1 if you have the <sys/filio.h> header file. */
856 #define HAVE_SYS_FILIO_H 1
858 /* Define to 1 if you have the <sys/ioccom.h> header file. */
859 #define HAVE_SYS_IOCCOM_H 1
861 /* Define to 1 if you have the <sys/ioctl.h> header file. */
862 #define HAVE_SYS_IOCTL_H 1
864 /* Define to 1 if you have the <sys/mman.h> header file. */
865 #define HAVE_SYS_MMAN_H 1
867 /* Define to 1 if you have the <sys/param.h> header file. */
868 #define HAVE_SYS_PARAM_H 1
870 /* Define to 1 if you have the <sys/proc.h> header file. */
871 /* #undef HAVE_SYS_PROC_H */
873 /* Define to 1 if you have the <sys/ptyio.h> header file. */
874 /* #undef HAVE_SYS_PTYIO_H */
876 /* Define to 1 if you have the <sys/ptyvar.h> header file. */
877 /* #undef HAVE_SYS_PTYVAR_H */
879 /* Define to 1 if you have the <sys/pty.h> header file. */
880 /* #undef HAVE_SYS_PTY_H */
882 /* Define to 1 if you have the <sys/resource.h> header file. */
883 #define HAVE_SYS_RESOURCE_H 1
885 /* Define to 1 if you have the <sys/select.h> header file. */
886 #define HAVE_SYS_SELECT_H 1
888 /* Define to 1 if you have the <sys/socket.h> header file. */
889 #define HAVE_SYS_SOCKET_H 1
891 /* Define to 1 if you have the <sys/sockio.h> header file. */
892 #define HAVE_SYS_SOCKIO_H 1
894 /* Define to 1 if you have the <sys/stat.h> header file. */
895 #define HAVE_SYS_STAT_H 1
897 /* Define to 1 if you have the <sys/stream.h> header file. */
898 /* #undef HAVE_SYS_STREAM_H */
900 /* Define to 1 if you have the <sys/stropts.h> header file. */
901 /* #undef HAVE_SYS_STROPTS_H */
903 /* Define to 1 if you have the <sys/strtty.h> header file. */
904 /* #undef HAVE_SYS_STRTTY_H */
906 /* Define to 1 if you have the <sys/str_tty.h> header file. */
907 /* #undef HAVE_SYS_STR_TTY_H */
909 /* Define to 1 if you have the <sys/syscall.h> header file. */
910 #define HAVE_SYS_SYSCALL_H 1
912 /* Define to 1 if you have the <sys/sysctl.h> header file. */
913 #define HAVE_SYS_SYSCTL_H 1
915 /* Define to 1 if you have the <sys/termio.h> header file. */
916 /* #undef HAVE_SYS_TERMIO_H */
918 /* Define to 1 if you have the <sys/timeb.h> header file. */
919 #define HAVE_SYS_TIMEB_H 1
921 /* Define to 1 if you have the <sys/times.h> header file. */
922 #define HAVE_SYS_TIMES_H 1
924 /* Define to 1 if you have the <sys/time.h> header file. */
925 #define HAVE_SYS_TIME_H 1
927 /* Define to 1 if you have the <sys/tty.h> header file. */
928 #define HAVE_SYS_TTY_H 1
930 /* Define to 1 if you have the <sys/types.h> header file. */
931 #define HAVE_SYS_TYPES_H 1
933 /* Define to 1 if you have the <sys/uio.h> header file. */
934 #define HAVE_SYS_UIO_H 1
936 /* Define to 1 if you have the <sys/un.h> header file. */
937 #define HAVE_SYS_UN_H 1
939 /* Define to 1 if you have the <sys/utsname.h> header file. */
940 #define HAVE_SYS_UTSNAME_H 1
942 /* Define to 1 if you have the <sys/wait.h> header file. */
943 #define HAVE_SYS_WAIT_H 1
945 /* Define to 1 if you have the <termcap.h> header file. */
946 #define HAVE_TERMCAP_H 1
948 /* Define to 1 if you have the <termios.h> header file. */
949 #define HAVE_TERMIOS_H 1
951 /* Define to 1 if you have the <termio.h> header file. */
952 /* #undef HAVE_TERMIO_H */
954 /* Define to 1 if you have the <term.h> header file. */
955 #define HAVE_TERM_H 1
957 /* Define to 1 if you have the `tgetent' function. */
958 #define HAVE_TGETENT 1
960 /* Define to 1 if you have the `timegm' function. */
961 #define HAVE_TIMEGM 1
963 /* Define if you have the `timezone' variable. */
964 #define HAVE_TIMEZONE 1
966 /* define if your system declares timezone */
967 #define HAVE_TIMEZONE_DECLARATION 1
969 /* Define to 1 if you have the <time.h> header file. */
970 #define HAVE_TIME_H 1
972 /* Define to 1 if you have the <tmpdir.h> header file. */
973 /* #undef HAVE_TMPDIR_H */
975 /* Define to 1 if you have the `ttyname' function. */
976 #define HAVE_TTYNAME 1
978 /* Define to 1 if you have the `ttyslot' function. */
979 #define HAVE_TTYSLOT 1
981 /* Define to 1 if you have the <udb.h> header file. */
982 /* #undef HAVE_UDB_H */
984 /* Define to 1 if the system has the type `uint16_t'. */
985 #define HAVE_UINT16_T 1
987 /* Define to 1 if the system has the type `uint32_t'. */
988 #define HAVE_UINT32_T 1
990 /* Define to 1 if the system has the type `uint64_t'. */
991 #define HAVE_UINT64_T 1
993 /* Define to 1 if the system has the type `uint8_t'. */
994 #define HAVE_UINT8_T 1
996 /* Define to 1 if you have the `umask' function. */
997 #define HAVE_UMASK 1
999 /* Define to 1 if you have the `uname' function. */
1000 #define HAVE_UNAME 1
1002 /* Define to 1 if you have the <unistd.h> header file. */
1003 #define HAVE_UNISTD_H 1
1005 /* Define to 1 if you have the `unlockpt' function. */
1006 /* #undef HAVE_UNLOCKPT */
1008 /* Define if you have the function `unsetenv'. */
1009 #define HAVE_UNSETENV 1
1011 /* Define to 1 if you have the `unvis' function. */
1012 #define HAVE_UNVIS 1
1014 /* Define to 1 if you have the <userconf.h> header file. */
1015 /* #undef HAVE_USERCONF_H */
1017 /* Define to 1 if you have the <usersec.h> header file. */
1018 /* #undef HAVE_USERSEC_H */
1020 /* Define to 1 if you have the <util.h> header file. */
1021 /* #undef HAVE_UTIL_H */
1023 /* Define to 1 if you have the <utmpx.h> header file. */
1024 /* #undef HAVE_UTMPX_H */
1026 /* Define to 1 if you have the <utmp.h> header file. */
1027 #define HAVE_UTMP_H 1
1029 /* Define to 1 if the system has the type `u_int16_t'. */
1030 #define HAVE_U_INT16_T 1
1032 /* Define to 1 if the system has the type `u_int32_t'. */
1033 #define HAVE_U_INT32_T 1
1035 /* Define to 1 if the system has the type `u_int64_t'. */
1036 #define HAVE_U_INT64_T 1
1038 /* Define to 1 if the system has the type `u_int8_t'. */
1039 #define HAVE_U_INT8_T 1
1041 /* Define to 1 if you have the `vasnprintf' function. */
1042 /* #undef HAVE_VASNPRINTF */
1044 /* Define to 1 if you have the `vasprintf' function. */
1045 #define HAVE_VASPRINTF 1
1047 /* Define if you have the function `verr'. */
1048 #define HAVE_VERR 1
1050 /* Define if you have the function `verrx'. */
1051 #define HAVE_VERRX 1
1053 /* Define to 1 if you have the `vhangup' function. */
1054 /* #undef HAVE_VHANGUP */
1056 /* Define to 1 if you have the `vis' function. */
1057 #define HAVE_VIS 1
1059 /* Define to 1 if you have the <vis.h> header file. */
1060 #define HAVE_VIS_H 1
1062 /* define if you have a working vsnprintf */
1063 #define HAVE_VSNPRINTF 1
1065 /* Define if you have the function `vsyslog'. */
1066 #define HAVE_VSYSLOG 1
1068 /* Define if you have the function `vwarn'. */
1069 #define HAVE_VWARN 1
1071 /* Define if you have the function `vwarnx'. */
1072 #define HAVE_VWARNX 1
1074 /* Define if you have the function `warn'. */
1075 #define HAVE_WARN 1
1077 /* Define if you have the function `warnx'. */
1078 #define HAVE_WARNX 1
1080 /* Define if you have the function `writev'. */
1081 #define HAVE_WRITEV 1
1083 /* define if struct winsize has ws_xpixel */
1084 #define HAVE_WS_XPIXEL 1
1086 /* define if struct winsize has ws_ypixel */
1087 #define HAVE_WS_YPIXEL 1
1089 /* Define to 1 if you have the `XauFileName' function. */
1090 #define HAVE_XAUFILENAME 1
1092 /* Define to 1 if you have the `XauReadAuth' function. */
1093 #define HAVE_XAUREADAUTH 1
1095 /* Define to 1 if you have the `XauWriteAuth' function. */
1096 #define HAVE_XAUWRITEAUTH 1
1098 /* Define to 1 if you have the `yp_get_default_domain' function. */
1099 #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1101 /* Define to 1 if you have the `_getpty' function. */
1102 /* #undef HAVE__GETPTY */
1104 /* Define if you have the `_res' variable. */
1105 #define HAVE__RES 1
1107 /* define if your system declares _res */
1108 #define HAVE__RES_DECLARATION 1
1110 /* Define to 1 if you have the `_scrsize' function. */
1111 /* #undef HAVE__SCRSIZE */
1113 /* define if your compiler has __attribute__ */
1114 #define HAVE___ATTRIBUTE__ 1
1116 /* Define if you have the `__progname' variable. */
1117 #define HAVE___PROGNAME 1
1119 /* define if your system declares __progname */
1120 /* #undef HAVE___PROGNAME_DECLARATION */
1122 /* Define if you have the hesiod package. */
1123 /* #undef HESIOD */
1125 /* Define if you are running IRIX 4. */
1126 /* #undef IRIX4 */
1128 /* Define if you have the krb4 package. */
1129 /* #undef KRB4 */
1131 /* Enable Kerberos 5 support in applications. */
1132 #define KRB5 1
1134 /* Define if krb_mk_req takes const char * */
1135 /* #undef KRB_MK_REQ_CONST */
1137 /* This is the krb4 sendauth version. */
1138 /* #undef KRB_SENDAUTH_VERS */
1140 /* Define to zero if your krb.h doesn't */
1141 /* #undef KRB_VERIFY_NOT_SECURE */
1143 /* Define to one if your krb.h doesn't */
1144 /* #undef KRB_VERIFY_SECURE */
1146 /* Define to two if your krb.h doesn't */
1147 /* #undef KRB_VERIFY_SECURE_FAIL */
1149 /* path to lib */
1150 #define LIBDIR "/usr/lib"
1152 /* path to libexec */
1153 #define LIBEXECDIR "/usr/libexec"
1155 /* path to localstate */
1156 #define LOCALSTATEDIR "/var/heimdal"
1158 /* define if the system is missing a prototype for asnprintf() */
1159 #define NEED_ASNPRINTF_PROTO 1
1161 /* define if the system is missing a prototype for asprintf() */
1162 /* #undef NEED_ASPRINTF_PROTO */
1164 /* define if the system is missing a prototype for crypt() */
1165 /* #undef NEED_CRYPT_PROTO */
1167 /* define if the system is missing a prototype for gethostname() */
1168 /* #undef NEED_GETHOSTNAME_PROTO */
1170 /* define if the system is missing a prototype for getusershell() */
1171 /* #undef NEED_GETUSERSHELL_PROTO */
1173 /* define if the system is missing a prototype for glob() */
1174 /* #undef NEED_GLOB_PROTO */
1176 /* define if the system is missing a prototype for hstrerror() */
1177 /* #undef NEED_HSTRERROR_PROTO */
1179 /* define if the system is missing a prototype for inet_aton() */
1180 /* #undef NEED_INET_ATON_PROTO */
1182 /* define if the system is missing a prototype for mkstemp() */
1183 /* #undef NEED_MKSTEMP_PROTO */
1185 /* define if the system is missing a prototype for setenv() */
1186 /* #undef NEED_SETENV_PROTO */
1188 /* define if the system is missing a prototype for snprintf() */
1189 /* #undef NEED_SNPRINTF_PROTO */
1191 /* define if the system is missing a prototype for strndup() */
1192 #define NEED_STRNDUP_PROTO 1
1194 /* define if the system is missing a prototype for strsep() */
1195 /* #undef NEED_STRSEP_PROTO */
1197 /* define if the system is missing a prototype for strsvis() */
1198 #define NEED_STRSVIS_PROTO 1
1200 /* define if the system is missing a prototype for strtok_r() */
1201 /* #undef NEED_STRTOK_R_PROTO */
1203 /* define if the system is missing a prototype for strunvis() */
1204 /* #undef NEED_STRUNVIS_PROTO */
1206 /* define if the system is missing a prototype for strvisx() */
1207 /* #undef NEED_STRVISX_PROTO */
1209 /* define if the system is missing a prototype for strvis() */
1210 /* #undef NEED_STRVIS_PROTO */
1212 /* define if the system is missing a prototype for svis() */
1213 #define NEED_SVIS_PROTO 1
1215 /* define if the system is missing a prototype for unsetenv() */
1216 /* #undef NEED_UNSETENV_PROTO */
1218 /* define if the system is missing a prototype for unvis() */
1219 /* #undef NEED_UNVIS_PROTO */
1221 /* define if the system is missing a prototype for vasnprintf() */
1222 #define NEED_VASNPRINTF_PROTO 1
1224 /* define if the system is missing a prototype for vasprintf() */
1225 /* #undef NEED_VASPRINTF_PROTO */
1227 /* define if the system is missing a prototype for vis() */
1228 /* #undef NEED_VIS_PROTO */
1230 /* define if the system is missing a prototype for vsnprintf() */
1231 /* #undef NEED_VSNPRINTF_PROTO */
1233 /* Define if you don't want to use mmap. */
1234 /* #undef NO_MMAP */
1236 /* Define this to enable old environment option in telnet. */
1237 #define OLD_ENVIRON 1
1239 /* Define if you have the openldap package. */
1240 /* #undef OPENLDAP */
1242 /* define if prototype of openlog is compatible with void openlog(const char
1243 *, int, int) */
1244 #define OPENLOG_PROTO_COMPATIBLE 1
1246 /* Define if you want OTP support in applications. */
1247 #define OTP 1
1249 /* Name of package */
1250 #define PACKAGE "heimdal"
1252 /* Define to the address where bug reports for this package should be sent. */
1253 #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se"
1255 /* Define to the full name of this package. */
1256 #define PACKAGE_NAME "Heimdal"
1258 /* Define to the full name and version of this package. */
1259 #define PACKAGE_STRING "Heimdal 0.6.3"
1261 /* Define to the one symbol short name of this package. */
1262 #define PACKAGE_TARNAME "heimdal"
1264 /* Define to the version of this package. */
1265 #define PACKAGE_VERSION "0.6.3"
1267 /* Define if getlogin has POSIX flavour (and not BSD). */
1268 /* #undef POSIX_GETLOGIN */
1270 /* Define if getpwnam_r has POSIX flavour. */
1271 /* #undef POSIX_GETPWNAM_R */
1273 /* Define if you have the readline package. */
1274 /* #undef READLINE */
1276 /* Define as the return type of signal handlers (`int' or `void'). */
1277 #define RETSIGTYPE void
1279 /* path to sbin */
1280 #define SBINDIR "/usr/sbin"
1282 /* Define to 1 if you have the ANSI C header files. */
1283 #define STDC_HEADERS 1
1285 /* Define if you have streams ptys. */
1286 /* #undef STREAMSPTY */
1288 /* path to sysconf */
1289 #define SYSCONFDIR "/etc"
1291 /* Define to what version of SunOS you are running. */
1292 /* #undef SunOS */
1294 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1295 #define TIME_WITH_SYS_TIME 1
1297 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1298 /* #undef TM_IN_SYS_TIME */
1300 /* Version number of package */
1301 #define VERSION "0.6.3"
1303 /* Define if signal handlers return void. */
1304 #define VOID_RETSIGTYPE 1
1306 /* define if target is big endian */
1307 /* #undef WORDS_BIGENDIAN */
1309 /* Define to 1 if the X Window System is missing or not being used. */
1310 /* #undef X_DISPLAY_MISSING */
1312 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1313 `char[]'. */
1314 #define YYTEXT_POINTER 1
1316 /* Number of bits in a file offset, on hosts where this is settable. */
1317 /* #undef _FILE_OFFSET_BITS */
1319 /* Define to enable extensions on glibc-based systems such as Linux. */
1320 #define _GNU_SOURCE 1
1322 /* Define for large files, on AIX-style hosts. */
1323 /* #undef _LARGE_FILES */
1325 /* Define to empty if `const' does not conform to ANSI C. */
1326 /* #undef const */
1328 /* Define to `int' if <sys/types.h> doesn't define. */
1329 /* #undef gid_t */
1331 /* Define to `__inline__' or `__inline' if that's what the C compiler
1332 calls it, or to nothing if 'inline' is not supported under any name. */
1333 #ifndef __cplusplus
1334 /* #undef inline */
1335 #endif
1337 /* Define this to what the type mode_t should be. */
1338 /* #undef mode_t */
1340 /* Define to `long' if <sys/types.h> does not define. */
1341 /* #undef off_t */
1343 /* Define to `int' if <sys/types.h> does not define. */
1344 /* #undef pid_t */
1346 /* Define this to what the type sig_atomic_t should be. */
1347 /* #undef sig_atomic_t */
1349 /* Define to `unsigned' if <sys/types.h> does not define. */
1350 /* #undef size_t */
1352 /* Define to `int' if <sys/types.h> doesn't define. */
1353 /* #undef uid_t */
1355 #if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
1356 #define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
1357 #else
1358 #define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
1359 #endif
1363 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1364 #define AUTHENTICATION 1
1365 #endif
1367 /* Set this to the default system lead string for telnetd
1368 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1369 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1371 /* #undef USE_IM */
1373 /* Used with login -p */
1374 /* #undef LOGIN_ARGS */
1376 /* set this to a sensible login */
1377 #ifndef LOGIN_PATH
1378 #define LOGIN_PATH BINDIR "/login"
1379 #endif
1382 #ifdef ROKEN_RENAME
1383 #include "roken_rename.h"
1384 #endif
1386 #ifndef HAVE_KRB_KDCTIMEOFDAY
1387 #define krb_kdctimeofday(X) gettimeofday((X), NULL)
1388 #endif
1390 #ifndef HAVE_KRB_GET_KDC_TIME_DIFF
1391 #define krb_get_kdc_time_diff() (0)
1392 #endif
1394 #ifdef VOID_RETSIGTYPE
1395 #define SIGRETURN(x) return
1396 #else
1397 #define SIGRETURN(x) return (RETSIGTYPE)(x)
1398 #endif
1400 #ifdef BROKEN_REALLOC
1401 #define realloc(X, Y) isoc_realloc((X), (Y))
1402 #define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
1403 #endif
1406 #if ENDIANESS_IN_SYS_PARAM_H
1407 # include <sys/types.h>
1408 # include <sys/param.h>
1409 # if BYTE_ORDER == BIG_ENDIAN
1410 # define WORDS_BIGENDIAN 1
1411 # endif
1412 #endif
1415 #if _AIX
1416 #define _ALL_SOURCE
1417 /* XXX this is gross, but kills about a gazillion warnings */
1418 struct ether_addr;
1419 struct sockaddr;
1420 struct sockaddr_dl;
1421 struct sockaddr_in;
1422 #endif
1425 /* IRIX 4 braindamage */
1426 #if IRIX == 4 && !defined(__STDC__)
1427 #define __STDC__ 0
1428 #endif