header files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@232 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-02-04 16:16:32 +00:00
parent c6cf92f26a
commit 77fc22571b
3 changed files with 228 additions and 485 deletions

View File

@@ -41,12 +41,6 @@
/* */
#undef OLD_ENVIRON
/* Define if you have setupterm() */
#undef HAVE_SETUPTERM
/* Define if you have tgetent() */
#undef HAVE_TGETENT
/* Define if there are working stream ptys */
#undef STREAMSPTY
@@ -59,9 +53,6 @@
/* Define if you have the frevoke function. */
#undef HAVE_FREVOKE
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the getmsg function. */
#undef HAVE_GETMSG
@@ -89,9 +80,6 @@
/* Define if you have the setupterm function. */
#undef HAVE_SETUPTERM
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the tgetent function. */
#undef HAVE_TGETENT
@@ -122,6 +110,9 @@
/* 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
@@ -131,6 +122,9 @@
/* 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
@@ -140,12 +134,18 @@
/* 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

685
appl/telnet/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -271,8 +271,8 @@ AC_CHECK_LIB(util, logout)
AC_SUBST(HAVE_LIBTERMCAP)
AC_CHECK_HEADERS(sys/filio.h sys/ioctl.h sys/ptyvar.h sys/resource.h)
AC_CHECK_HEADERS(sys/select.h sys/stream.h sys/strtty.h sys/tty.h)
AC_CHECK_HEADERS(termio.h termios.h utmpx.h)
AC_CHECK_HEADERS(sys/select.h sys/stream.h sys/strtty.h sys/str_tty.h)
AC_CHECK_HEADERS(sys/tty.h termio.h termios.h utmpx.h sys/uio.h)
#