aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-08-30 16:18:03 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-08-30 16:18:03 +0000
commitc9c8ee3796dc2ab71a04c9b5bfb23dd98b47ddf5 (patch)
tree40ce672793592d3c76e643d7370f23ad7d683870 /lib
parentc7aae1030004da71c7c046fd6af259f91bbfa991 (diff)
Added HAVE_SYS_TIME_H for djgpp and HighC.
Diffstat (limited to 'lib')
-rw-r--r--lib/config.dos5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/config.dos b/lib/config.dos
index a9150d903..a5df499c0 100644
--- a/lib/config.dos
+++ b/lib/config.dos
@@ -116,6 +116,7 @@
#define HAVE_STRCASECMP 1
#define HAVE_SIGACTION 1
#define HAVE_SIGSETJMP 1
+ #define HAVE_SYS_TIME_H 1
#if (DJGPP_MINOR >= 4)
#define HAVE_STRLCAT 1
@@ -133,6 +134,10 @@
#define HAVE_STRCASECMP 1
#endif
+#if defined(__HIGHC__)
+ #define HAVE_SYS_TIME_H 1
+#endif
+
#include <stdlib.h>
#include <string.h>
#include <tcp.h> /* Watt-32 API */