pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2015-10-17
2015-10-17 22:55:06 by Martin Nilsson <nilsson@fastmail.com>
4dbca3969c0b7639ce2a95798cbaa4e65144f614 (
9
lines) (+
2
/-
7
)
[
Show
|
Annotate
]
Branch:
8.1
No need to check for time.h. It's part of C89 and we don't use HAVE_TIME_H everywhere.
3202:
# Note: winsock2.h has to be included before winsock.h to avoid # conflict. Thus check for winsock2.h before anything else in case # winsock.h is included indirectly.
-
AC_CHECK_HEADERS(winsock2.h sys/rusage.h
time.h
sys/time.h sys/types.h \
+
AC_CHECK_HEADERS(winsock2.h sys/rusage.h sys/time.h sys/types.h \
memory.h strings.h \ fcntl.h sys/filio.h sys/sockio.h crypt.h \ sys/select.h net/socket.h sys/param.h io.h \
3378:
#ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif /* HAVE_SYS_TYPES_H */
-
#ifdef HAVE_TIME_H
+
#include <time.h>
-
#endif /* HAVE_TIME_H */
+
#ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif /* HAVE_SYS_TIME_H */
7082:
# if HAVE_SYS_TIME_H # include <sys/time.h> # else
-
# if HAVE_TIME_H
+
# include <time.h>
-
# endif
+
# endif #endif
7112:
# if HAVE_SYS_TIME_H # include <sys/time.h> # else
-
# if HAVE_TIME_H
+
# include <time.h>
-
# endif
+
# endif #endif