diff options
author | malosek <malosek@fastmq.com> | 2009-10-12 22:53:11 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-10-12 22:53:11 +0200 |
commit | 50c7d12be6c10c294143491b479c50349a3c84a3 (patch) | |
tree | e8044d8f8dac8fc856fa9f7041ee978f5429e80d /src | |
parent | 0ce02058ebc35184b91399eee35d44ef01cd9e38 (diff) |
added HAVE_LIBWS2_32 into platform.hpp.in
Diffstat (limited to 'src')
-rw-r--r-- | src/platform.hpp.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <limits.h> header file. */ #undef HAVE_LIMITS_H |