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