added HAVE_GETTIMEOFDAY, we need it for better time resolution
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Apr 2004 07:49:57 +0000 (07:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Apr 2004 07:49:57 +0000 (07:49 +0000)
src/config.h.in

index a6b89f3..ca36f2b 100644 (file)
@@ -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