aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-03 08:06:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-03 08:06:23 +0000
commit7c6424f0a92fa45181d56113adbe5eae95a2e89d (patch)
tree6bab2d806aba44567a0b8ecc8e12316edff76dfe /src
parentbc942de6f1e650d372805294c8e019297fc7654d (diff)
we want the time defines too
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index b306a123e..b9111250d 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -38,3 +38,11 @@
/* Define if you can write to argc[] strings */
#undef HAVE_WRITABLE_ARGV
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <time.h> header file. */
+#undef HAVE_TIME_H
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME