From e44cca47c569ce0bf6738caf0029e399123cb1ec Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Fri, 14 Apr 2017 12:04:20 +0900 Subject: configure.in: don't check for time.h It's part of C89. --- win32/Makefile.sub | 1 - 1 file changed, 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 147a6171a3..7aab81deb4 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -635,7 +635,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define HAVE_DECL_SYS_NERR 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_UTIME_H 1 -#define HAVE_TIME_H 1 #define rb_pid_t int #define rb_gid_t int #define rb_uid_t int -- cgit v1.2.3