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