Files
heimdal/appl/telnet/config.h.in
Unknown User d91-jda 55db31afbe General cleanup of old and ugly code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@235 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-02-07 10:48:34 +00:00

181 lines
4.1 KiB
C

/* config.h.in. Generated automatically from configure.in by autoheader. */
/*
* configuration file for telnet
*
* $Id$
*
*/
#ifndef T_CONFIG_H
#define T_CONFIG_H
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* define this if you want authentication */
#undef AUTHENTICATION
/* define this if you have kerberos 4 */
#undef KRB4
/* define this if you want encryption */
#undef ENCRYPTION
/* Set this if you want des encryption */
#undef DES_ENCRYPTION
/* Set this to the default system lead string for telnetd
* can contain %-escapes: %s=sysname, %m=machine, %r=os-release
* %v=os-version, %t=tty, %h=hostname, %d=date and time
*/
#undef USE_IM
/* define this if you want diagnostics in telnetd */
#undef DIAGNOSTICS
/* define this if you want support for 4.3BSD kludged line mode */
#undef KLUDGELINEMODE
/* */
#undef OLD_ENVIRON
/* Define if there are working stream ptys */
#undef STREAMSPTY
/* Define if you have the cgetent function. */
#undef HAVE_CGETENT
/* Define if you have the cgetstr function. */
#undef HAVE_CGETSTR
/* Define if you have the frevoke function. */
#undef HAVE_FREVOKE
/* Define if you have the getmsg function. */
#undef HAVE_GETMSG
/* Define if you have the getstr function. */
#undef HAVE_GETSTR
/* Define if you have the grantpt function. */
#undef HAVE_GRANTPT
/* Define if you have the mktime function. */
#undef HAVE_MKTIME
/* Define if you have the ptsname function. */
#undef HAVE_PTSNAME
/* Define if you have the revoke function. */
#undef HAVE_REVOKE
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID
/* Define if you have the setsid function. */
#undef HAVE_SETSID
/* Define if you have the setupterm function. */
#undef HAVE_SETUPTERM
/* Define if you have the tgetent function. */
#undef HAVE_TGETENT
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
/* Define if you have the uname function. */
#undef HAVE_UNAME
/* Define if you have the unlockpt function. */
#undef HAVE_UNLOCKPT
/* Define if you have the vhangup function. */
#undef HAVE_VHANGUP
/* Define if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <sys/ptyvar.h> header file. */
#undef HAVE_SYS_PTYVAR_H
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/str_tty.h> header file. */
#undef HAVE_SYS_STR_TTY_H
/* Define if you have the <sys/stream.h> header file. */
#undef HAVE_SYS_STREAM_H
/* Define if you have the <sys/strtty.h> header file. */
#undef HAVE_SYS_STRTTY_H
/* Define if you have the <sys/tty.h> header file. */
#undef HAVE_SYS_TTY_H
/* Define if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
/* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Define if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define if you have the <utmpx.h> header file. */
#undef HAVE_UTMPX_H
/* Define if you have the curses library (-lcurses). */
#undef HAVE_LIBCURSES
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the termcap library (-ltermcap). */
#undef HAVE_LIBTERMCAP
/* Define if you have the util library (-lutil). */
#undef HAVE_LIBUTIL
#ifdef __STDC__
#define RCSID(msg) static const char *rcsid[] = { (char *)rcsid, "@(#)" msg }
#else
#define RCSID(msg) static char *rcsid[] = { (char *)rcsid, msg }
#endif
/* set this to a sensible login */
#ifndef LOGIN_PATH
#define LOGIN_PATH "/usr/athena/bin/login"
#endif
/* this is left for hysteric reasons :-) */
#ifdef _AIX
#define unix /* well, ok... */
#endif
/*
* SunOS braindamage! (Sun include files are generally braindead)
*/
#if (defined(sun) || defined(__sun))
#if defined(__svr4__) || defined(__SVR4)
#define SunOS 5
#else
#define SunOS 4
#endif
#endif
#endif /* T_CONFIG_H */