]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
No <sys/uio.h> on DOS/Win32
authorGisle Vanem <gvanem@broadpark.no>
Fri, 20 Aug 2004 13:48:24 +0000 (13:48 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Fri, 20 Aug 2004 13:48:24 +0000 (13:48 +0000)
ares/setup.h

index 7b933531b0fb080fb5bfa28ceee58c3f9fdfb7ef..696f7c58deb82d788e22345d0ada8e1787daeb1b 100644 (file)
 #else
 /* simple work-around for now, for systems without configure support */
 #define ssize_t int
-
-#ifdef __MINGW32__
-#define HAVE_SYS_TIME_H
-#define HAVE_UNISTD_H
-#endif
-
 #endif
 
 /* Recent autoconf versions define these symbols in config.h. We don't want
@@ -58,7 +52,7 @@ typedef int ares_socket_t;
 #define HAVE_UNISTD_H 
 #endif
 
-#if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) 
+#if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) && !defined(MSDOS)
 #define HAVE_SYS_UIO_H
 #endif