]> granicus.if.org Git - curl/commitdiff
although the check for HAVE_STRUCT_TIMEVAL solved the redefine it is incorrect; lets...
authorGunter Knauf <gk@gknw.de>
Wed, 4 Jul 2007 10:54:15 +0000 (10:54 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 4 Jul 2007 10:54:15 +0000 (10:54 +0000)
ares/nameser.h

index a2e8e3731567deca1fb64d6445bb3e232ad38189..34f8dab32c9b3c69a03cf03902ded2f1a12e53a4 100644 (file)
@@ -32,7 +32,7 @@ struct iovec
 int ares_writev (SOCKET s, const struct iovec *vector, size_t count);
 #define writev(s,vect,count)  ares_writev(s,vect,count)
 
-#ifndef HAVE_STRUCT_TIMEVAL
+#ifndef HAVE_GETTIMEOFDAY
 struct timezone { int dummy; };
 #endif