From: Glenn Morris Date: Wed, 17 Feb 2021 04:34:26 +0000 (-0800) Subject: Remove TIME_WITH_SYS_TIME, unused for a long time X-Git-Tag: emacs-28.0.90~3691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45e964755bafec934b34f5c7c65e861fbe4c8aa6;p=emacs.git Remove TIME_WITH_SYS_TIME, unused for a long time * configure.ac (AC_HEADER_TIME): Remove. (Bug#46578) --- diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index a40b4302723..cb69b2c36c2 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -378,7 +378,6 @@ SYSTEM_MALLOC TAB3 TABDLY TERM -TIME_WITH_SYS_TIME TIOCSIGSEND TM_IN_SYS_TIME UNIX98_PTYS diff --git a/configure.ac b/configure.ac index 12cf36303b3..5fd0e76b823 100644 --- a/configure.ac +++ b/configure.ac @@ -1768,7 +1768,6 @@ fi dnl On Solaris 8 there's a compilation warning for term.h because dnl it doesn't define 'bool'. AC_CHECK_HEADERS(term.h, , , -) -AC_HEADER_TIME AC_HEADER_SYS_WAIT AC_CHECK_HEADERS_ONCE(sys/socket.h)