From 33f3645ecd03849e847ba0cf395bbaafb6a63892 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 29 Nov 2010 20:30:52 +0000 Subject: [PATCH] Don't define HAVE_SYS_SOCKET_H in dnet_winconfig.h. That it was wrongly defined was noticed by Gisle Vanem. It makes no difference because this macro isn't used in any source files for Windows (or any platform). --- libdnet-stripped/include/dnet_winconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdnet-stripped/include/dnet_winconfig.h b/libdnet-stripped/include/dnet_winconfig.h index e81144654..6abd94371 100644 --- a/libdnet-stripped/include/dnet_winconfig.h +++ b/libdnet-stripped/include/dnet_winconfig.h @@ -195,7 +195,7 @@ /* #undef HAVE_SYS_NDD_VAR_H */ /* Define if you have the header file. */ -#define HAVE_SYS_SOCKET_H 1 +/* #undef HAVE_SYS_SOCKET_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_SOCKIO_H */