3 /* This should be handled by automake */
16 /* Define this to the type ssize_t should be */
19 /* Define this to the type sig_atomic_t should be */
22 /* Define this to the type mode_t should be */
25 /* Define this if struct utmp have ut_user */
28 /* Define this if struct utmp have ut_host */
31 /* Define this if struct utmp have ut_addr */
34 /* Define this if struct utmp have ut_type */
37 /* Define this if struct utmp have ut_pid */
40 /* Define this if struct utmp have ut_id */
43 /* Define this if struct utmpx have ut_syslen */
46 /* define if you have h_errno */
49 /* define if you have h_errlist but not hstrerror */
52 /* define if you have h_nerr but not hstrerror */
55 /* define if your system doesn't declare h_errlist */
56 #undef HAVE_H_ERRLIST_DECLARATION
58 /* define if your system doesn't declare h_nerr */
59 #undef HAVE_H_NERR_DECLARATION
61 /* define this if you need a declaration for h_errno */
62 #undef HAVE_H_ERRNO_DECLARATION
64 /* define if you need a declaration for optarg */
65 #undef HAVE_OPTARG_DECLARATION
67 /* define if you need a declaration for optind */
68 #undef HAVE_OPTIND_DECLARATION
70 /* define if you need a declaration for opterr */
71 #undef HAVE_OPTERR_DECLARATION
73 /* define if you need a declaration for optopt */
74 #undef HAVE_OPTOPT_DECLARATION
76 /* define if you need a declaration for __progname */
77 #undef HAVE___PROGNAME_DECLARATION
79 /* define if the system is missing a prototype for crypt() */
80 #undef NEED_CRYPT_PROTO
82 /* define if the system is missing a prototype for strtok_r() */
83 #undef NEED_STRTOK_R_PROTO
85 /* Define this if your `struct tm' has a field `tm_gmtoff' */
86 #undef HAVE_STRUCT_TM_TM_GMTOFF
88 /* define if getcwd() is broken (such as in SunOS) */
91 /* Define this if you have a variable `timezone' */
94 /* Define this if struct winsize is declared in sys/termios.h */
95 #undef HAVE_STRUCT_WINSIZE
97 /* Define this if struct winsize has ws_xpixel */
100 /* Define this if struct winsize has ws_ypixel */
101 #undef HAVE_WS_YPIXEL
103 /* Define this if struct sockaddr has sa_len */
104 #undef SOCKADDR_HAS_SA_LEN
106 /* Define to isoc_realloc if you have a broken realloc */
107 #undef BROKEN_REALLOC
108 #ifdef BROKEN_REALLOC
109 #define realloc(X, Y) isoc_realloc((X), (Y))
110 #define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
113 #undef VOID_RETSIGTYPE
115 #ifdef VOID_RETSIGTYPE
116 #define SIGRETURN(x) return
118 #define SIGRETURN(x) return (RETSIGTYPE)(x)
121 /* Define if you have a readline compatible library */
125 static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
129 /* Maximum values on all known systems */
130 #define MaxHostNameLen (64+4)
131 #define MaxPathLen (1024+4)
133 /* telnet stuff ----------------------------------------------- */
135 /* define this if you have kerberos 4 */
138 /* define this if you want to use the KDC as a kaserver */
141 /* define this if you have kerberos 5 */
144 /* define this if you want encryption */
147 /* define this if you want authentication */
148 #undef AUTHENTICATION
150 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
151 #define AUTHENTICATION 1
154 /* Set this if you want des encryption */
155 #undef DES_ENCRYPTION
157 /* Set this to the default system lead string for telnetd
158 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
159 * %v=os-version, %t=tty, %h=hostname, %d=date and time
163 /* define this if you want diagnostics in telnetd */
166 /* define this if you want support for broken ENV_{VALUE,VAR} systems */
172 /* Used with login -p */
175 /* Define if there are working stream ptys */
178 /* set this to a sensible login */
180 #define LOGIN_PATH BINDIR "/login"
183 /* operating system kludges ahead */