]> git.llucax.com Git - software/libev.git/blobdiff - evdns.c
big win32 check-in
[software/libev.git] / evdns.c
diff --git a/evdns.c b/evdns.c
index e4e4e8f74f394dc1e18e7fddd13ab6aee7ac1dea..c12b4f6a0400374a70a00cae38cb7c98eda07ff7 100644 (file)
--- a/evdns.c
+++ b/evdns.c
@@ -1,4 +1,4 @@
-/* $Id: evdns.c,v 1.11 2007-11-04 19:45:09 root Exp $ */
+/* $Id: evdns.c,v 1.16 2007-11-06 16:09:37 root Exp $ */
 
 /* The original version of this module was written by Adam Langley; for
  * a history of modifications, check out the subversion logs.
 
 /* The original version of this module was written by Adam Langley; for
  * a history of modifications, check out the subversion logs.
@@ -40,7 +40,7 @@
 #endif
 
 #ifdef WIN32
 #endif
 
 #ifdef WIN32
-#ifndef EV_EMBED
+#ifndef EV_STANDALONE
 #include "misc.h"
 #endif
 #endif
 #include "misc.h"
 #endif
 #endif
@@ -80,7 +80,6 @@
 
 #include <string.h>
 #include <fcntl.h>
 
 #include <string.h>
 #include <fcntl.h>
-#include <sys/time.h>
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
@@ -88,7 +87,6 @@
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
-#include <unistd.h>
 #include <limits.h>
 #include <sys/stat.h>
 #include <ctype.h>
 #include <limits.h>
 #include <sys/stat.h>
 #include <ctype.h>