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