From: Michael Poole Date: Fri, 14 Dec 2007 02:42:52 +0000 (-0500) Subject: Update config.h.win32 for more recent versions of mingw32. X-Git-Tag: v1.4.0-rc3~51 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=b116cebd87576151bd16c2ebb556f1f214160b65 Update config.h.win32 for more recent versions of mingw32. --- diff --git a/src/config.h.win32 b/src/config.h.win32 index 9fa87b7..ddc8520 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -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