]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 65273] configure.ac: Remove check for sys/timeb.h
authorPaul Smith <psmith@gnu.org>
Sun, 24 Mar 2024 18:19:23 +0000 (14:19 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 24 Mar 2024 19:25:18 +0000 (15:25 -0400)
commitb8a2a4424bb28c0c51e48b17f48d211d622b363f
tree10f5b8e8266bc7b17dce93e3c56c018303ffc79f
parentbfbf169b63dcfdc734b3c3187c903e361d702b1a
[SV 65273] configure.ac: Remove check for sys/timeb.h

GNU Make doesn't use ftime(); we only checked for this to work around
an error in the completely obsolete SCO 3.2 system.  Since ftime() is
deprecated, including sys/timeb.h has started throwing warnings on
newer systems so just remove it completely.
Reported by: Collin Funk <collin.funk1@gmail.com>

* configure.ac: Remove the check for sys/timeb.h.
* src/makeint.h: Remove the include of sys/timeb.h.
* src/config.h-vms: Don't define HAVE_SYS_TIMEB_H.
* src/config.h.W32: Ditto.
configure.ac
src/config.h-vms
src/config.h.W32
src/makeint.h