mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
Undo previous change, and remove AC_HEADER_TIOCGWINSZ.
This commit is contained in:
@@ -50,7 +50,6 @@ AC_CHECK_FUNCS(gethostid,
|
||||
|
||||
gl_MACROS
|
||||
|
||||
AC_HEADER_TIOCGWINSZ()
|
||||
gl_WINSIZE_IN_PTEM
|
||||
|
||||
AC_MSG_CHECKING(whether localtime caches TZ)
|
||||
@@ -244,12 +243,6 @@ if test $jm_cv_sys_tiocgwinsz_needs_termios_h = no && \
|
||||
[Define if your system defines TIOCGWINSZ in sys/pty.h.])
|
||||
fi
|
||||
|
||||
# For src/cat.c.
|
||||
AC_CHECK_DECL([FIONREAD],
|
||||
[AC_DEFINE([HAVE_FIONREAD_IN_SYS_IOCTL], 1,
|
||||
[Define to 1 if <sys/ioctl.h> defines FIONREAD.])],
|
||||
[], [#include <sys/ioctl.h>])
|
||||
|
||||
# For src/kill.c.
|
||||
AC_CHECK_DECLS([strsignal, sys_siglist, _sys_siglist, __sys_siglist], , ,
|
||||
[AC_INCLUDES_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user