header files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@232 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,12 +41,6 @@
|
|||||||
/* */
|
/* */
|
||||||
#undef OLD_ENVIRON
|
#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 */
|
/* Define if there are working stream ptys */
|
||||||
#undef STREAMSPTY
|
#undef STREAMSPTY
|
||||||
|
|
||||||
@@ -59,9 +53,6 @@
|
|||||||
/* Define if you have the frevoke function. */
|
/* Define if you have the frevoke function. */
|
||||||
#undef HAVE_FREVOKE
|
#undef HAVE_FREVOKE
|
||||||
|
|
||||||
/* Define if you have the gethostbyname function. */
|
|
||||||
#undef HAVE_GETHOSTBYNAME
|
|
||||||
|
|
||||||
/* Define if you have the getmsg function. */
|
/* Define if you have the getmsg function. */
|
||||||
#undef HAVE_GETMSG
|
#undef HAVE_GETMSG
|
||||||
|
|
||||||
@@ -89,9 +80,6 @@
|
|||||||
/* Define if you have the setupterm function. */
|
/* Define if you have the setupterm function. */
|
||||||
#undef HAVE_SETUPTERM
|
#undef HAVE_SETUPTERM
|
||||||
|
|
||||||
/* Define if you have the socket function. */
|
|
||||||
#undef HAVE_SOCKET
|
|
||||||
|
|
||||||
/* Define if you have the tgetent function. */
|
/* Define if you have the tgetent function. */
|
||||||
#undef HAVE_TGETENT
|
#undef HAVE_TGETENT
|
||||||
|
|
||||||
@@ -122,6 +110,9 @@
|
|||||||
/* Define if you have the <sys/select.h> header file. */
|
/* Define if you have the <sys/select.h> header file. */
|
||||||
#undef HAVE_SYS_SELECT_H
|
#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. */
|
/* Define if you have the <sys/stream.h> header file. */
|
||||||
#undef HAVE_SYS_STREAM_H
|
#undef HAVE_SYS_STREAM_H
|
||||||
|
|
||||||
@@ -131,6 +122,9 @@
|
|||||||
/* Define if you have the <sys/tty.h> header file. */
|
/* Define if you have the <sys/tty.h> header file. */
|
||||||
#undef HAVE_SYS_TTY_H
|
#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. */
|
/* Define if you have the <termio.h> header file. */
|
||||||
#undef HAVE_TERMIO_H
|
#undef HAVE_TERMIO_H
|
||||||
|
|
||||||
@@ -140,12 +134,18 @@
|
|||||||
/* Define if you have the <utmpx.h> header file. */
|
/* Define if you have the <utmpx.h> header file. */
|
||||||
#undef HAVE_UTMPX_H
|
#undef HAVE_UTMPX_H
|
||||||
|
|
||||||
|
/* Define if you have the curses library (-lcurses). */
|
||||||
|
#undef HAVE_LIBCURSES
|
||||||
|
|
||||||
/* Define if you have the nsl library (-lnsl). */
|
/* Define if you have the nsl library (-lnsl). */
|
||||||
#undef HAVE_LIBNSL
|
#undef HAVE_LIBNSL
|
||||||
|
|
||||||
/* Define if you have the socket library (-lsocket). */
|
/* Define if you have the socket library (-lsocket). */
|
||||||
#undef HAVE_LIBSOCKET
|
#undef HAVE_LIBSOCKET
|
||||||
|
|
||||||
|
/* Define if you have the termcap library (-ltermcap). */
|
||||||
|
#undef HAVE_LIBTERMCAP
|
||||||
|
|
||||||
/* Define if you have the util library (-lutil). */
|
/* Define if you have the util library (-lutil). */
|
||||||
#undef HAVE_LIBUTIL
|
#undef HAVE_LIBUTIL
|
||||||
|
|
||||||
|
685
appl/telnet/configure
vendored
685
appl/telnet/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -271,8 +271,8 @@ AC_CHECK_LIB(util, logout)
|
|||||||
AC_SUBST(HAVE_LIBTERMCAP)
|
AC_SUBST(HAVE_LIBTERMCAP)
|
||||||
|
|
||||||
AC_CHECK_HEADERS(sys/filio.h sys/ioctl.h sys/ptyvar.h sys/resource.h)
|
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(sys/select.h sys/stream.h sys/strtty.h sys/str_tty.h)
|
||||||
AC_CHECK_HEADERS(termio.h termios.h utmpx.h)
|
AC_CHECK_HEADERS(sys/tty.h termio.h termios.h utmpx.h sys/uio.h)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user