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