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