Update config.h.win32 for more recent versions of mingw32.
authorMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 02:42:52 +0000 (21:42 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 02:42:52 +0000 (21:42 -0500)
src/config.h.win32

index 9fa87b754b8e0e4154d68d838a4b81926fa5100c..ddc85200716aa574f87ac1927e7196cb94fd4371 100644 (file)
@@ -67,6 +67,9 @@
 /* Define to 1 if you have the `getnameinfo' function. */
 #define HAVE_GETNAMEINFO 1
 
+/* Define to 1 if you have the `getnameinfo' function. */
+#define HAVE_GAI_STRERROR 1
+
 /* Define to 1 if you have the `getopt' function. */
 #undef HAVE_GETOPT
 
@@ -83,7 +86,7 @@
 #define HAVE_GETPROCESSTIMES 1
 
 /* Define to 1 if you have the `gettimeofday' function. */
-#undef HAVE_GETTIMEOFDAY
+#define HAVE_GETTIMEOFDAY 1
 
 /* Define to 1 if you have the `inet_aton' function. */
 #undef HAVE_INET_ATON