config.h.in revision 55682
1/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define to `int' if <sys/types.h> doesn't define.  */
7#undef gid_t
8
9/* Define as __inline if that's what the C compiler calls it.  */
10#undef inline
11
12/* Define to `long' if <sys/types.h> doesn't define.  */
13#undef off_t
14
15/* Define to `int' if <sys/types.h> doesn't define.  */
16#undef pid_t
17
18/* Define as the return type of signal handlers (int or void).  */
19#undef RETSIGTYPE
20
21/* Define to `unsigned' if <sys/types.h> doesn't define.  */
22#undef size_t
23
24/* Define if you have the ANSI C header files.  */
25#undef STDC_HEADERS
26
27/* Define if you can safely include both <sys/time.h> and <time.h>.  */
28#undef TIME_WITH_SYS_TIME
29
30/* Define if your <sys/time.h> declares struct tm.  */
31#undef TM_IN_SYS_TIME
32
33/* Define to `int' if <sys/types.h> doesn't define.  */
34#undef uid_t
35
36/* Define if the X Window System is missing or not being used.  */
37#undef X_DISPLAY_MISSING
38
39/* Define if lex declares yytext as a char * by default, not a char[].  */
40#undef YYTEXT_POINTER
41
42/* Define if you have the XauFileName function.  */
43#undef HAVE_XAUFILENAME
44
45/* Define if you have the XauReadAuth function.  */
46#undef HAVE_XAUREADAUTH
47
48/* Define if you have the XauWriteAuth function.  */
49#undef HAVE_XAUWRITEAUTH
50
51/* Define if you have the _getpty function.  */
52#undef HAVE__GETPTY
53
54/* Define if you have the _scrsize function.  */
55#undef HAVE__SCRSIZE
56
57/* Define if you have the asnprintf function.  */
58#undef HAVE_ASNPRINTF
59
60/* Define if you have the asprintf function.  */
61#undef HAVE_ASPRINTF
62
63/* Define if you have the cap_set_proc function.  */
64#undef HAVE_CAP_SET_PROC
65
66/* Define if you have the cgetent function.  */
67#undef HAVE_CGETENT
68
69/* Define if you have the chown function.  */
70#undef HAVE_CHOWN
71
72/* Define if you have the copyhostent function.  */
73#undef HAVE_COPYHOSTENT
74
75/* Define if you have the crypt function.  */
76#undef HAVE_CRYPT
77
78/* Define if you have the daemon function.  */
79#undef HAVE_DAEMON
80
81/* Define if you have the dbm_firstkey function.  */
82#undef HAVE_DBM_FIRSTKEY
83
84/* Define if you have the dbopen function.  */
85#undef HAVE_DBOPEN
86
87/* Define if you have the dlopen function.  */
88#undef HAVE_DLOPEN
89
90/* Define if you have the dn_expand function.  */
91#undef HAVE_DN_EXPAND
92
93/* Define if you have the el_init function.  */
94#undef HAVE_EL_INIT
95
96/* Define if you have the err function.  */
97#undef HAVE_ERR
98
99/* Define if you have the errx function.  */
100#undef HAVE_ERRX
101
102/* Define if you have the fchown function.  */
103#undef HAVE_FCHOWN
104
105/* Define if you have the fcntl function.  */
106#undef HAVE_FCNTL
107
108/* Define if you have the flock function.  */
109#undef HAVE_FLOCK
110
111/* Define if you have the fnmatch function.  */
112#undef HAVE_FNMATCH
113
114/* Define if you have the freeaddrinfo function.  */
115#undef HAVE_FREEADDRINFO
116
117/* Define if you have the freehostent function.  */
118#undef HAVE_FREEHOSTENT
119
120/* Define if you have the gai_strerror function.  */
121#undef HAVE_GAI_STRERROR
122
123/* Define if you have the getaddrinfo function.  */
124#undef HAVE_GETADDRINFO
125
126/* Define if you have the getcwd function.  */
127#undef HAVE_GETCWD
128
129/* Define if you have the getdtablesize function.  */
130#undef HAVE_GETDTABLESIZE
131
132/* Define if you have the getegid function.  */
133#undef HAVE_GETEGID
134
135/* Define if you have the geteuid function.  */
136#undef HAVE_GETEUID
137
138/* Define if you have the getgid function.  */
139#undef HAVE_GETGID
140
141/* Define if you have the gethostbyname function.  */
142#undef HAVE_GETHOSTBYNAME
143
144/* Define if you have the gethostbyname2 function.  */
145#undef HAVE_GETHOSTBYNAME2
146
147/* Define if you have the gethostname function.  */
148#undef HAVE_GETHOSTNAME
149
150/* Define if you have the getipnodebyaddr function.  */
151#undef HAVE_GETIPNODEBYADDR
152
153/* Define if you have the getipnodebyname function.  */
154#undef HAVE_GETIPNODEBYNAME
155
156/* Define if you have the getlogin function.  */
157#undef HAVE_GETLOGIN
158
159/* Define if you have the getmsg function.  */
160#undef HAVE_GETMSG
161
162/* Define if you have the getnameinfo function.  */
163#undef HAVE_GETNAMEINFO
164
165/* Define if you have the getopt function.  */
166#undef HAVE_GETOPT
167
168/* Define if you have the getpwnam_r function.  */
169#undef HAVE_GETPWNAM_R
170
171/* Define if you have the getrlimit function.  */
172#undef HAVE_GETRLIMIT
173
174/* Define if you have the getsockopt function.  */
175#undef HAVE_GETSOCKOPT
176
177/* Define if you have the getspnam function.  */
178#undef HAVE_GETSPNAM
179
180/* Define if you have the gettimeofday function.  */
181#undef HAVE_GETTIMEOFDAY
182
183/* Define if you have the getudbnam function.  */
184#undef HAVE_GETUDBNAM
185
186/* Define if you have the getuid function.  */
187#undef HAVE_GETUID
188
189/* Define if you have the getusershell function.  */
190#undef HAVE_GETUSERSHELL
191
192/* Define if you have the grantpt function.  */
193#undef HAVE_GRANTPT
194
195/* Define if you have the hstrerror function.  */
196#undef HAVE_HSTRERROR
197
198/* Define if you have the inet_aton function.  */
199#undef HAVE_INET_ATON
200
201/* Define if you have the inet_ntop function.  */
202#undef HAVE_INET_NTOP
203
204/* Define if you have the inet_pton function.  */
205#undef HAVE_INET_PTON
206
207/* Define if you have the initgroups function.  */
208#undef HAVE_INITGROUPS
209
210/* Define if you have the innetgr function.  */
211#undef HAVE_INNETGR
212
213/* Define if you have the iruserok function.  */
214#undef HAVE_IRUSEROK
215
216/* Define if you have the krb_disable_debug function.  */
217#undef HAVE_KRB_DISABLE_DEBUG
218
219/* Define if you have the krb_enable_debug function.  */
220#undef HAVE_KRB_ENABLE_DEBUG
221
222/* Define if you have the krb_get_our_ip_for_realm function.  */
223#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
224
225/* Define if you have the logwtmp function.  */
226#undef HAVE_LOGWTMP
227
228/* Define if you have the lstat function.  */
229#undef HAVE_LSTAT
230
231/* Define if you have the memmove function.  */
232#undef HAVE_MEMMOVE
233
234/* Define if you have the mkstemp function.  */
235#undef HAVE_MKSTEMP
236
237/* Define if you have the mktime function.  */
238#undef HAVE_MKTIME
239
240/* Define if you have the ptsname function.  */
241#undef HAVE_PTSNAME
242
243/* Define if you have the putenv function.  */
244#undef HAVE_PUTENV
245
246/* Define if you have the rand function.  */
247#undef HAVE_RAND
248
249/* Define if you have the random function.  */
250#undef HAVE_RANDOM
251
252/* Define if you have the rcmd function.  */
253#undef HAVE_RCMD
254
255/* Define if you have the readv function.  */
256#undef HAVE_READV
257
258/* Define if you have the recvmsg function.  */
259#undef HAVE_RECVMSG
260
261/* Define if you have the res_search function.  */
262#undef HAVE_RES_SEARCH
263
264/* Define if you have the revoke function.  */
265#undef HAVE_REVOKE
266
267/* Define if you have the sa_family_t function.  */
268#undef HAVE_SA_FAMILY_T
269
270/* Define if you have the select function.  */
271#undef HAVE_SELECT
272
273/* Define if you have the sendmsg function.  */
274#undef HAVE_SENDMSG
275
276/* Define if you have the setegid function.  */
277#undef HAVE_SETEGID
278
279/* Define if you have the setenv function.  */
280#undef HAVE_SETENV
281
282/* Define if you have the seteuid function.  */
283#undef HAVE_SETEUID
284
285/* Define if you have the setitimer function.  */
286#undef HAVE_SETITIMER
287
288/* Define if you have the setlim function.  */
289#undef HAVE_SETLIM
290
291/* Define if you have the setlogin function.  */
292#undef HAVE_SETLOGIN
293
294/* Define if you have the setpcred function.  */
295#undef HAVE_SETPCRED
296
297/* Define if you have the setpgid function.  */
298#undef HAVE_SETPGID
299
300/* Define if you have the setproctitle function.  */
301#undef HAVE_SETPROCTITLE
302
303/* Define if you have the setregid function.  */
304#undef HAVE_SETREGID
305
306/* Define if you have the setresgid function.  */
307#undef HAVE_SETRESGID
308
309/* Define if you have the setresuid function.  */
310#undef HAVE_SETRESUID
311
312/* Define if you have the setreuid function.  */
313#undef HAVE_SETREUID
314
315/* Define if you have the setsid function.  */
316#undef HAVE_SETSID
317
318/* Define if you have the setsockopt function.  */
319#undef HAVE_SETSOCKOPT
320
321/* Define if you have the setutent function.  */
322#undef HAVE_SETUTENT
323
324/* Define if you have the sgi_getcapabilitybyname function.  */
325#undef HAVE_SGI_GETCAPABILITYBYNAME
326
327/* Define if you have the sigaction function.  */
328#undef HAVE_SIGACTION
329
330/* Define if you have the socket function.  */
331#undef HAVE_SOCKET
332
333/* Define if you have the socklen_t function.  */
334#undef HAVE_SOCKLEN_T
335
336/* Define if you have the strcasecmp function.  */
337#undef HAVE_STRCASECMP
338
339/* Define if you have the strdup function.  */
340#undef HAVE_STRDUP
341
342/* Define if you have the strerror function.  */
343#undef HAVE_STRERROR
344
345/* Define if you have the strftime function.  */
346#undef HAVE_STRFTIME
347
348/* Define if you have the strlcat function.  */
349#undef HAVE_STRLCAT
350
351/* Define if you have the strlcpy function.  */
352#undef HAVE_STRLCPY
353
354/* Define if you have the strlwr function.  */
355#undef HAVE_STRLWR
356
357/* Define if you have the strncasecmp function.  */
358#undef HAVE_STRNCASECMP
359
360/* Define if you have the strndup function.  */
361#undef HAVE_STRNDUP
362
363/* Define if you have the strnlen function.  */
364#undef HAVE_STRNLEN
365
366/* Define if you have the strptime function.  */
367#undef HAVE_STRPTIME
368
369/* Define if you have the strsep function.  */
370#undef HAVE_STRSEP
371
372/* Define if you have the strstr function.  */
373#undef HAVE_STRSTR
374
375/* Define if you have the strtok_r function.  */
376#undef HAVE_STRTOK_R
377
378/* Define if you have the struct_addrinfo function.  */
379#undef HAVE_STRUCT_ADDRINFO
380
381/* Define if you have the struct_sockaddr function.  */
382#undef HAVE_STRUCT_SOCKADDR
383
384/* Define if you have the struct_sockaddr_storage function.  */
385#undef HAVE_STRUCT_SOCKADDR_STORAGE
386
387/* Define if you have the strupr function.  */
388#undef HAVE_STRUPR
389
390/* Define if you have the swab function.  */
391#undef HAVE_SWAB
392
393/* Define if you have the sysconf function.  */
394#undef HAVE_SYSCONF
395
396/* Define if you have the sysctl function.  */
397#undef HAVE_SYSCTL
398
399/* Define if you have the syslog function.  */
400#undef HAVE_SYSLOG
401
402/* Define if you have the tgetent function.  */
403#undef HAVE_TGETENT
404
405/* Define if you have the timegm function.  */
406#undef HAVE_TIMEGM
407
408/* Define if you have the ttyname function.  */
409#undef HAVE_TTYNAME
410
411/* Define if you have the ttyslot function.  */
412#undef HAVE_TTYSLOT
413
414/* Define if you have the umask function.  */
415#undef HAVE_UMASK
416
417/* Define if you have the uname function.  */
418#undef HAVE_UNAME
419
420/* Define if you have the unlockpt function.  */
421#undef HAVE_UNLOCKPT
422
423/* Define if you have the unsetenv function.  */
424#undef HAVE_UNSETENV
425
426/* Define if you have the vasnprintf function.  */
427#undef HAVE_VASNPRINTF
428
429/* Define if you have the vasprintf function.  */
430#undef HAVE_VASPRINTF
431
432/* Define if you have the verr function.  */
433#undef HAVE_VERR
434
435/* Define if you have the verrx function.  */
436#undef HAVE_VERRX
437
438/* Define if you have the vhangup function.  */
439#undef HAVE_VHANGUP
440
441/* Define if you have the vsyslog function.  */
442#undef HAVE_VSYSLOG
443
444/* Define if you have the vwarn function.  */
445#undef HAVE_VWARN
446
447/* Define if you have the vwarnx function.  */
448#undef HAVE_VWARNX
449
450/* Define if you have the warn function.  */
451#undef HAVE_WARN
452
453/* Define if you have the warnx function.  */
454#undef HAVE_WARNX
455
456/* Define if you have the writev function.  */
457#undef HAVE_WRITEV
458
459/* Define if you have the yp_get_default_domain function.  */
460#undef HAVE_YP_GET_DEFAULT_DOMAIN
461
462/* Define if you have the <arpa/ftp.h> header file.  */
463#undef HAVE_ARPA_FTP_H
464
465/* Define if you have the <arpa/inet.h> header file.  */
466#undef HAVE_ARPA_INET_H
467
468/* Define if you have the <arpa/nameser.h> header file.  */
469#undef HAVE_ARPA_NAMESER_H
470
471/* Define if you have the <arpa/telnet.h> header file.  */
472#undef HAVE_ARPA_TELNET_H
473
474/* Define if you have the <bind/bitypes.h> header file.  */
475#undef HAVE_BIND_BITYPES_H
476
477/* Define if you have the <bsdsetjmp.h> header file.  */
478#undef HAVE_BSDSETJMP_H
479
480/* Define if you have the <capability.h> header file.  */
481#undef HAVE_CAPABILITY_H
482
483/* Define if you have the <crypt.h> header file.  */
484#undef HAVE_CRYPT_H
485
486/* Define if you have the <curses.h> header file.  */
487#undef HAVE_CURSES_H
488
489/* Define if you have the <db.h> header file.  */
490#undef HAVE_DB_H
491
492/* Define if you have the <db_185.h> header file.  */
493#undef HAVE_DB_185_H
494
495/* Define if you have the <dbm.h> header file.  */
496#undef HAVE_DBM_H
497
498/* Define if you have the <dirent.h> header file.  */
499#undef HAVE_DIRENT_H
500
501/* Define if you have the <dlfcn.h> header file.  */
502#undef HAVE_DLFCN_H
503
504/* Define if you have the <err.h> header file.  */
505#undef HAVE_ERR_H
506
507/* Define if you have the <errno.h> header file.  */
508#undef HAVE_ERRNO_H
509
510/* Define if you have the <fcntl.h> header file.  */
511#undef HAVE_FCNTL_H
512
513/* Define if you have the <fnmatch.h> header file.  */
514#undef HAVE_FNMATCH_H
515
516/* Define if you have the <grp.h> header file.  */
517#undef HAVE_GRP_H
518
519/* Define if you have the <inttypes.h> header file.  */
520#undef HAVE_INTTYPES_H
521
522/* Define if you have the <io.h> header file.  */
523#undef HAVE_IO_H
524
525/* Define if you have the <limits.h> header file.  */
526#undef HAVE_LIMITS_H
527
528/* Define if you have the <maillock.h> header file.  */
529#undef HAVE_MAILLOCK_H
530
531/* Define if you have the <ndbm.h> header file.  */
532#undef HAVE_NDBM_H
533
534/* Define if you have the <net/if.h> header file.  */
535#undef HAVE_NET_IF_H
536
537/* Define if you have the <netdb.h> header file.  */
538#undef HAVE_NETDB_H
539
540/* Define if you have the <netinet/in.h> header file.  */
541#undef HAVE_NETINET_IN_H
542
543/* Define if you have the <netinet/in6.h> header file.  */
544#undef HAVE_NETINET_IN6_H
545
546/* Define if you have the <netinet/in6_machtypes.h> header file.  */
547#undef HAVE_NETINET_IN6_MACHTYPES_H
548
549/* Define if you have the <netinet/in6_var.h> header file.  */
550#undef HAVE_NETINET_IN6_VAR_H
551
552/* Define if you have the <netinet/in_systm.h> header file.  */
553#undef HAVE_NETINET_IN_SYSTM_H
554
555/* Define if you have the <netinet/ip.h> header file.  */
556#undef HAVE_NETINET_IP_H
557
558/* Define if you have the <netinet/tcp.h> header file.  */
559#undef HAVE_NETINET_TCP_H
560
561/* Define if you have the <netinet6/in6.h> header file.  */
562#undef HAVE_NETINET6_IN6_H
563
564/* Define if you have the <netinfo/ni.h> header file.  */
565#undef HAVE_NETINFO_NI_H
566
567/* Define if you have the <paths.h> header file.  */
568#undef HAVE_PATHS_H
569
570/* Define if you have the <pthread.h> header file.  */
571#undef HAVE_PTHREAD_H
572
573/* Define if you have the <pty.h> header file.  */
574#undef HAVE_PTY_H
575
576/* Define if you have the <pwd.h> header file.  */
577#undef HAVE_PWD_H
578
579/* Define if you have the <resolv.h> header file.  */
580#undef HAVE_RESOLV_H
581
582/* Define if you have the <rpcsvc/dbm.h> header file.  */
583#undef HAVE_RPCSVC_DBM_H
584
585/* Define if you have the <sac.h> header file.  */
586#undef HAVE_SAC_H
587
588/* Define if you have the <security/pam_modules.h> header file.  */
589#undef HAVE_SECURITY_PAM_MODULES_H
590
591/* Define if you have the <sgtty.h> header file.  */
592#undef HAVE_SGTTY_H
593
594/* Define if you have the <shadow.h> header file.  */
595#undef HAVE_SHADOW_H
596
597/* Define if you have the <siad.h> header file.  */
598#undef HAVE_SIAD_H
599
600/* Define if you have the <signal.h> header file.  */
601#undef HAVE_SIGNAL_H
602
603/* Define if you have the <standards.h> header file.  */
604#undef HAVE_STANDARDS_H
605
606/* Define if you have the <stropts.h> header file.  */
607#undef HAVE_STROPTS_H
608
609/* Define if you have the <sys/bitypes.h> header file.  */
610#undef HAVE_SYS_BITYPES_H
611
612/* Define if you have the <sys/capability.h> header file.  */
613#undef HAVE_SYS_CAPABILITY_H
614
615/* Define if you have the <sys/category.h> header file.  */
616#undef HAVE_SYS_CATEGORY_H
617
618/* Define if you have the <sys/file.h> header file.  */
619#undef HAVE_SYS_FILE_H
620
621/* Define if you have the <sys/filio.h> header file.  */
622#undef HAVE_SYS_FILIO_H
623
624/* Define if you have the <sys/ioccom.h> header file.  */
625#undef HAVE_SYS_IOCCOM_H
626
627/* Define if you have the <sys/ioctl.h> header file.  */
628#undef HAVE_SYS_IOCTL_H
629
630/* Define if you have the <sys/param.h> header file.  */
631#undef HAVE_SYS_PARAM_H
632
633/* Define if you have the <sys/proc.h> header file.  */
634#undef HAVE_SYS_PROC_H
635
636/* Define if you have the <sys/pty.h> header file.  */
637#undef HAVE_SYS_PTY_H
638
639/* Define if you have the <sys/ptyio.h> header file.  */
640#undef HAVE_SYS_PTYIO_H
641
642/* Define if you have the <sys/ptyvar.h> header file.  */
643#undef HAVE_SYS_PTYVAR_H
644
645/* Define if you have the <sys/resource.h> header file.  */
646#undef HAVE_SYS_RESOURCE_H
647
648/* Define if you have the <sys/select.h> header file.  */
649#undef HAVE_SYS_SELECT_H
650
651/* Define if you have the <sys/socket.h> header file.  */
652#undef HAVE_SYS_SOCKET_H
653
654/* Define if you have the <sys/sockio.h> header file.  */
655#undef HAVE_SYS_SOCKIO_H
656
657/* Define if you have the <sys/stat.h> header file.  */
658#undef HAVE_SYS_STAT_H
659
660/* Define if you have the <sys/str_tty.h> header file.  */
661#undef HAVE_SYS_STR_TTY_H
662
663/* Define if you have the <sys/stream.h> header file.  */
664#undef HAVE_SYS_STREAM_H
665
666/* Define if you have the <sys/stropts.h> header file.  */
667#undef HAVE_SYS_STROPTS_H
668
669/* Define if you have the <sys/strtty.h> header file.  */
670#undef HAVE_SYS_STRTTY_H
671
672/* Define if you have the <sys/syscall.h> header file.  */
673#undef HAVE_SYS_SYSCALL_H
674
675/* Define if you have the <sys/sysctl.h> header file.  */
676#undef HAVE_SYS_SYSCTL_H
677
678/* Define if you have the <sys/termio.h> header file.  */
679#undef HAVE_SYS_TERMIO_H
680
681/* Define if you have the <sys/time.h> header file.  */
682#undef HAVE_SYS_TIME_H
683
684/* Define if you have the <sys/timeb.h> header file.  */
685#undef HAVE_SYS_TIMEB_H
686
687/* Define if you have the <sys/times.h> header file.  */
688#undef HAVE_SYS_TIMES_H
689
690/* Define if you have the <sys/tty.h> header file.  */
691#undef HAVE_SYS_TTY_H
692
693/* Define if you have the <sys/types.h> header file.  */
694#undef HAVE_SYS_TYPES_H
695
696/* Define if you have the <sys/uio.h> header file.  */
697#undef HAVE_SYS_UIO_H
698
699/* Define if you have the <sys/un.h> header file.  */
700#undef HAVE_SYS_UN_H
701
702/* Define if you have the <sys/utsname.h> header file.  */
703#undef HAVE_SYS_UTSNAME_H
704
705/* Define if you have the <sys/wait.h> header file.  */
706#undef HAVE_SYS_WAIT_H
707
708/* Define if you have the <syslog.h> header file.  */
709#undef HAVE_SYSLOG_H
710
711/* Define if you have the <term.h> header file.  */
712#undef HAVE_TERM_H
713
714/* Define if you have the <termio.h> header file.  */
715#undef HAVE_TERMIO_H
716
717/* Define if you have the <termios.h> header file.  */
718#undef HAVE_TERMIOS_H
719
720/* Define if you have the <time.h> header file.  */
721#undef HAVE_TIME_H
722
723/* Define if you have the <tmpdir.h> header file.  */
724#undef HAVE_TMPDIR_H
725
726/* Define if you have the <udb.h> header file.  */
727#undef HAVE_UDB_H
728
729/* Define if you have the <unistd.h> header file.  */
730#undef HAVE_UNISTD_H
731
732/* Define if you have the <util.h> header file.  */
733#undef HAVE_UTIL_H
734
735/* Define if you have the <utmp.h> header file.  */
736#undef HAVE_UTMP_H
737
738/* Define if you have the <utmpx.h> header file.  */
739#undef HAVE_UTMPX_H
740
741/* Define if you have the X11 library (-lX11).  */
742#undef HAVE_LIBX11
743
744/* Define if you have the Xau library (-lXau).  */
745#undef HAVE_LIBXAU
746
747/* Define if you have the c_r library (-lc_r).  */
748#undef HAVE_LIBC_R
749
750/* Define if you have the crypt library (-lcrypt).  */
751#undef HAVE_LIBCRYPT
752
753/* Define if you have the curses library (-lcurses).  */
754#undef HAVE_LIBCURSES
755
756/* Define if you have the dl library (-ldl).  */
757#undef HAVE_LIBDL
758
759/* Define if you have the edit library (-ledit).  */
760#undef HAVE_LIBEDIT
761
762/* Define if you have the gdbm library (-lgdbm).  */
763#undef HAVE_LIBGDBM
764
765/* Define if you have the inet6 library (-linet6).  */
766#undef HAVE_LIBINET6
767
768/* Define if you have the ip6 library (-lip6).  */
769#undef HAVE_LIBIP6
770
771/* Define if you have the ncurses library (-lncurses).  */
772#undef HAVE_LIBNCURSES
773
774/* Define if you have the ndbm library (-lndbm).  */
775#undef HAVE_LIBNDBM
776
777/* Define if you have the nsl library (-lnsl).  */
778#undef HAVE_LIBNSL
779
780/* Define if you have the resolv library (-lresolv).  */
781#undef HAVE_LIBRESOLV
782
783/* Define if you have the socket library (-lsocket).  */
784#undef HAVE_LIBSOCKET
785
786/* Define if you have the syslog library (-lsyslog).  */
787#undef HAVE_LIBSYSLOG
788
789/* Define if you have the termcap library (-ltermcap).  */
790#undef HAVE_LIBTERMCAP
791
792/* Define if you have the util library (-lutil).  */
793#undef HAVE_LIBUTIL
794
795/* Name of package */
796#undef PACKAGE
797
798/* Version number of package */
799#undef VERSION
800
801/* Define to what version of SunOS you are running. */
802#undef SunOS
803
804/* define if your compiler has __attribute__ */
805#undef HAVE___ATTRIBUTE__
806
807/* Define if you have the krb4 package. */
808#undef KRB4
809
810/* define if krb_put_int takes four arguments. */
811#undef HAVE_FOUR_VALUED_KRB_PUT_INT
812
813/* Define to one if your krb.h doesn't */
814#undef KRB_VERIFY_SECURE
815
816/* Define to two if your krb.h doesn't */
817#undef KRB_VERIFY_SECURE_FAIL
818
819/* Define to zero if your krb.h doesn't */
820#undef KRB_VERIFY_NOT_SECURE
821
822/* Enable Kerberos 5 support in applications. */
823#undef KRB5
824
825/* Define if you want to use the KDC as a kaserver. */
826#undef KASERVER
827
828/* Define if you want support in hprop for reading kaserver databases */
829#undef KASERVER_DB
830
831/* Define if you want OTP support in applications. */
832#undef OTP
833
834/* Define to enable basic OSF C2 support. */
835#undef HAVE_OSFC2
836
837/* Define if you have the readline package. */
838#undef READLINE
839
840/* Define if you have the hesiod package. */
841#undef HESIOD
842
843/* define if target is big endian */
844#undef WORDS_BIGENDIAN
845
846/* define if sys/param.h defines the endiness */
847#undef ENDIANESS_IN_SYS_PARAM_H
848
849/* Define this to what the type ssize_t should be. */
850#undef ssize_t
851
852/* Define this to what the type mode_t should be. */
853#undef mode_t
854
855/* Define this to what the type sig_atomic_t should be. */
856#undef sig_atomic_t
857
858/* Define if you want to use Netinfo instead of krb5.conf. */
859#undef HAVE_NETINFO
860
861/* Define if you have IPv6. */
862#undef HAVE_IPV6
863
864/* define if you have a working snprintf */
865#undef HAVE_SNPRINTF
866
867/* define if the system is missing a prototype for snprintf() */
868#undef NEED_SNPRINTF_PROTO
869
870/* define if you have a working vsnprintf */
871#undef HAVE_VSNPRINTF
872
873/* define if the system is missing a prototype for vsnprintf() */
874#undef NEED_VSNPRINTF_PROTO
875
876/* define if you have a glob() that groks 
877	GLOB_BRACE, GLOB_NOCHECK, GLOB_QUOTE, and GLOB_TILDE */
878#undef HAVE_GLOB
879
880/* define if the system is missing a prototype for glob() */
881#undef NEED_GLOB_PROTO
882
883/* Define if getlogin has POSIX flavour (and not BSD). */
884#undef POSIX_GETLOGIN
885
886/* Define if getpwnam_r has POSIX flavour. */
887#undef POSIX_GETPWNAM_R
888
889/* Define if signal handlers return void. */
890#undef VOID_RETSIGTYPE
891
892/* define if the system is missing a prototype for hstrerror() */
893#undef NEED_HSTRERROR_PROTO
894
895/* define if the system is missing a prototype for asprintf() */
896#undef NEED_ASPRINTF_PROTO
897
898/* define if the system is missing a prototype for vasprintf() */
899#undef NEED_VASPRINTF_PROTO
900
901/* define if the system is missing a prototype for asnprintf() */
902#undef NEED_ASNPRINTF_PROTO
903
904/* define if the system is missing a prototype for vasnprintf() */
905#undef NEED_VASNPRINTF_PROTO
906
907/* define if the system is missing a prototype for setenv() */
908#undef NEED_SETENV_PROTO
909
910/* define if the system is missing a prototype for unsetenv() */
911#undef NEED_UNSETENV_PROTO
912
913/* define if the system is missing a prototype for gethostname() */
914#undef NEED_GETHOSTNAME_PROTO
915
916/* define if the system is missing a prototype for mkstemp() */
917#undef NEED_MKSTEMP_PROTO
918
919/* define if the system is missing a prototype for getusershell() */
920#undef NEED_GETUSERSHELL_PROTO
921
922/* define if the system is missing a prototype for inet_aton() */
923#undef NEED_INET_ATON_PROTO
924
925/* Define if realloc(NULL) doesn't work. */
926#undef BROKEN_REALLOC
927
928/* define if prototype of gethostbyname is compatible with
929	struct hostent *gethostbyname(const char *) */
930#undef GETHOSTBYNAME_PROTO_COMPATIBLE
931
932/* define if prototype of gethostbyaddr is compatible with
933	struct hostent *gethostbyaddr(const void *, size_t, int) */
934#undef GETHOSTBYADDR_PROTO_COMPATIBLE
935
936/* define if prototype of getservbyname is compatible with
937	struct servent *getservbyname(const char *, const char *) */
938#undef GETSERVBYNAME_PROTO_COMPATIBLE
939
940/* define if prototype of openlog is compatible with
941	void openlog(const char *, int, int) */
942#undef OPENLOG_PROTO_COMPATIBLE
943
944/* define if the system is missing a prototype for crypt() */
945#undef NEED_CRYPT_PROTO
946
947/* define if the system is missing a prototype for strtok_r() */
948#undef NEED_STRTOK_R_PROTO
949
950/* define if the system is missing a prototype for strsep() */
951#undef NEED_STRSEP_PROTO
952
953/* define if you have h_errno */
954#undef HAVE_H_ERRNO
955
956/* define if your system declares h_errno */
957#undef HAVE_H_ERRNO_DECLARATION
958
959/* define if you have h_errlist */
960#undef HAVE_H_ERRLIST
961
962/* define if your system declares h_errlist */
963#undef HAVE_H_ERRLIST_DECLARATION
964
965/* define if you have h_nerr */
966#undef HAVE_H_NERR
967
968/* define if your system declares h_nerr */
969#undef HAVE_H_NERR_DECLARATION
970
971/* define if you have __progname */
972#undef HAVE___PROGNAME
973
974/* define if your system declares __progname */
975#undef HAVE___PROGNAME_DECLARATION
976
977/* define if your system declares optarg */
978#undef HAVE_OPTARG_DECLARATION
979
980/* define if your system declares optind */
981#undef HAVE_OPTIND_DECLARATION
982
983/* define if your system declares opterr */
984#undef HAVE_OPTERR_DECLARATION
985
986/* define if your system declares optopt */
987#undef HAVE_OPTOPT_DECLARATION
988
989/* define if your system declares environ */
990#undef HAVE_ENVIRON_DECLARATION
991
992/* Define if struct utmp has field ut_addr. */
993#undef HAVE_STRUCT_UTMP_UT_ADDR
994
995/* Define if struct utmp has field ut_host. */
996#undef HAVE_STRUCT_UTMP_UT_HOST
997
998/* Define if struct utmp has field ut_id. */
999#undef HAVE_STRUCT_UTMP_UT_ID
1000
1001/* Define if struct utmp has field ut_pid. */
1002#undef HAVE_STRUCT_UTMP_UT_PID
1003
1004/* Define if struct utmp has field ut_type. */
1005#undef HAVE_STRUCT_UTMP_UT_TYPE
1006
1007/* Define if struct utmp has field ut_user. */
1008#undef HAVE_STRUCT_UTMP_UT_USER
1009
1010/* Define if struct utmpx has field ut_exit. */
1011#undef HAVE_STRUCT_UTMPX_UT_EXIT
1012
1013/* Define if struct utmpx has field ut_syslen. */
1014#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
1015
1016/* Define if struct tm has field tm_gmtoff. */
1017#undef HAVE_STRUCT_TM_TM_GMTOFF
1018
1019/* Define if struct tm has field tm_zone. */
1020#undef HAVE_STRUCT_TM_TM_ZONE
1021
1022/* define if you have timezone */
1023#undef HAVE_TIMEZONE
1024
1025/* define if your system declares timezone */
1026#undef HAVE_TIMEZONE_DECLARATION
1027
1028/* define if struct winsize is declared in sys/termios.h */
1029#undef HAVE_STRUCT_WINSIZE
1030
1031/* define if struct winsize has ws_xpixel */
1032#undef HAVE_WS_XPIXEL
1033
1034/* define if struct winsize has ws_ypixel */
1035#undef HAVE_WS_YPIXEL
1036
1037/* define if you have struct spwd */
1038#undef HAVE_STRUCT_SPWD
1039
1040/* Define if struct sockaddr has field sa_len. */
1041#undef HAVE_STRUCT_SOCKADDR_SA_LEN
1042
1043/* Define if el_init takes four arguments. */
1044#undef HAVE_FOUR_VALUED_EL_INIT
1045
1046/* Define if you have a readline compatible library. */
1047#undef HAVE_READLINE
1048
1049/* Define if you want authentication support in telnet. */
1050#undef AUTHENTICATION
1051
1052/* Define if you want encryption support in telnet. */
1053#undef ENCRYPTION
1054
1055/* Define if you want to use DES encryption in telnet. */
1056#undef DES_ENCRYPTION
1057
1058/* Define this to enable diagnostics in telnet. */
1059#undef DIAGNOSTICS
1060
1061/* Define this to enable old environment option in telnet. */
1062#undef OLD_ENVIRON
1063
1064/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
1065#undef ENV_HACK
1066
1067/* Define if you have streams ptys. */
1068#undef STREAMSPTY
1069
1070
1071#undef BINDIR 
1072#undef LIBDIR
1073#undef LIBEXECDIR
1074#undef SBINDIR
1075
1076#undef HAVE_INT8_T
1077#undef HAVE_INT16_T
1078#undef HAVE_INT32_T
1079#undef HAVE_INT64_T
1080#undef HAVE_U_INT8_T
1081#undef HAVE_U_INT16_T
1082#undef HAVE_U_INT32_T
1083#undef HAVE_U_INT64_T
1084
1085#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
1086#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
1087#else
1088#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
1089#endif
1090
1091#ifdef BROKEN_REALLOC
1092#define realloc(X, Y) isoc_realloc((X), (Y))
1093#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
1094#endif
1095
1096#ifdef VOID_RETSIGTYPE
1097#define SIGRETURN(x) return
1098#else
1099#define SIGRETURN(x) return (RETSIGTYPE)(x)
1100#endif
1101
1102#define RCSID(msg) \
1103static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
1104
1105#undef PROTOTYPES
1106
1107/* Maximum values on all known systems */
1108#define MaxHostNameLen (64+4)
1109#define MaxPathLen (1024+4)
1110
1111#if defined(HAVE_SGTTY_H) && defined(__NeXT__)
1112#define SGTTY
1113#endif
1114
1115/*
1116 * Define NDBM if you are using the 4.3 ndbm library (which is part of
1117 * libc).  If not defined, 4.2 dbm will be assumed.
1118 */
1119#if defined(HAVE_DBM_FIRSTKEY)
1120#define NDBM
1121#endif
1122
1123/* telnet stuff ----------------------------------------------- */
1124
1125#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1126#define AUTHENTICATION 1
1127#endif
1128
1129/* Set this to the default system lead string for telnetd 
1130 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1131 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1132 */
1133#undef USE_IM
1134
1135/* Used with login -p */
1136#undef LOGIN_ARGS
1137
1138/* set this to a sensible login */
1139#ifndef LOGIN_PATH
1140#define LOGIN_PATH BINDIR "/login"
1141#endif
1142
1143/* random defines */
1144
1145/*
1146 * Defining this enables lots of useful (and used) extensions on
1147 * glibc-based systems such as Linux
1148 */
1149
1150#define _GNU_SOURCE
1151
1152/*
1153 * this assumes that KRB_C_BIGENDIAN is used.
1154 * if we can find out endianess at compile-time, do so,
1155 * otherwise WORDS_BIGENDIAN should already have been defined
1156 */
1157
1158#if ENDIANESS_IN_SYS_PARAM_H
1159#  include <sys/types.h>
1160#  include <sys/param.h>
1161#  if BYTE_ORDER == BIG_ENDIAN
1162#  define WORDS_BIGENDIAN 1
1163#  endif
1164#endif
1165