From 29bcbc5515ecf48aa8a19739ca7d0b80c9ff4008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 5 Oct 2013 22:41:09 +0000 Subject: (Hopefully) unbreak windows build (#define'ing to 0 is not undefined). svn path=/trunk/; revision=52387 --- config.h.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.win32') diff --git a/config.h.win32 b/config.h.win32 index 0f596fe7ac..f36148a245 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -224,7 +224,7 @@ /* Define to have ntddndis.h */ @HAVE_NTDDNDIS_H@ -#define HAVE_INET_ATON_H 0 +/* #undef HAVE_INET_ATON_H */ #define NEED_INET_V6DEFS_H 1 #define NEED_STRPTIME_H 1 -- cgit v1.2.3