Skip to content
Snippets Groups Projects
Commit 7b97371a authored by Gisle Vanem's avatar Gisle Vanem
Browse files

No <sys/uio.h> on DOS/Win32

parent b17e32ba
No related branches found
No related tags found
No related merge requests found
...@@ -19,12 +19,6 @@ ...@@ -19,12 +19,6 @@
#else #else
/* simple work-around for now, for systems without configure support */ /* simple work-around for now, for systems without configure support */
#define ssize_t int #define ssize_t int
#ifdef __MINGW32__
#define HAVE_SYS_TIME_H
#define HAVE_UNISTD_H
#endif
#endif #endif
/* Recent autoconf versions define these symbols in config.h. We don't want /* Recent autoconf versions define these symbols in config.h. We don't want
...@@ -58,7 +52,7 @@ typedef int ares_socket_t; ...@@ -58,7 +52,7 @@ typedef int ares_socket_t;
#define HAVE_UNISTD_H #define HAVE_UNISTD_H
#endif #endif
#if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) #if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) && !defined(MSDOS)
#define HAVE_SYS_UIO_H #define HAVE_SYS_UIO_H
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment