pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-28
2000-12-28 13:04:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b5fac70c05ebd91dd96ee9362531c145e76444d2 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
More fixes of the <sys/resource.h> test.
Rev: src/configure.in:1.451
1:
-
AC_REVISION("$Id: configure.in,v 1.
450
2000/12/
27
23
:
09
:
11
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
451
2000/12/
28
13
:
04
:
58
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1502:
#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 */
#include <sys/resource.h>