From: Daniel Stenberg Date: Tue, 6 Apr 2004 07:49:57 +0000 (+0000) Subject: added HAVE_GETTIMEOFDAY, we need it for better time resolution X-Git-Tag: curl-7_11_2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ec465bfc3a04b55cdf55cc8534d725dd1ad998;p=thirdparty%2Fcurl.git added HAVE_GETTIMEOFDAY, we need it for better time resolution --- diff --git a/src/config.h.in b/src/config.h.in index a6b89f3ad3..ca36f2b3f9 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