From f4ec465bfc3a04b55cdf55cc8534d725dd1ad998 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Apr 2004 07:49:57 +0000 Subject: [PATCH] added HAVE_GETTIMEOFDAY, we need it for better time resolution --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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