aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-06 07:49:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-06 07:49:57 +0000
commitf4ec465bfc3a04b55cdf55cc8534d725dd1ad998 (patch)
treef5556da67e2230145b5d53004d9666820de9eeb8 /src
parent57c86a953dc28880e40d3450e635acdce9f2f50c (diff)
added HAVE_GETTIMEOFDAY, we need it for better time resolution
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index a6b89f3ad..ca36f2b3f 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -94,3 +94,6 @@
/* Define to 1 if you want the built-in manual */
#undef USE_MANUAL
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY