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