From 50c7d12be6c10c294143491b479c50349a3c84a3 Mon Sep 17 00:00:00 2001 From: malosek Date: Mon, 12 Oct 2009 22:53:11 +0200 Subject: added HAVE_LIBWS2_32 into platform.hpp.in --- src/platform.hpp.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/platform.hpp.in') diff --git a/src/platform.hpp.in b/src/platform.hpp.in index 2cae818..ffcf8ba 100644 --- a/src/platform.hpp.in +++ b/src/platform.hpp.in @@ -48,6 +48,9 @@ /* Define to 1 if you have the `uuid' library (-luuid). */ #undef HAVE_LIBUUID +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +#undef HAVE_LIBWS2_32 + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -- cgit v1.2.3