diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-08 16:00:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-08 16:00:58 (GMT) |
commit | dde94c349e8653028631f92ed06c40772c7876cc (patch) | |
tree | 6beb2e213ea79758060d22dcd373eb2837c66414 /src/H5config.h.in | |
parent | 0820bef83e258c42294583e140e59f0637a77694 (diff) | |
download | hdf5-dde94c349e8653028631f92ed06c40772c7876cc.zip hdf5-dde94c349e8653028631f92ed06c40772c7876cc.tar.gz hdf5-dde94c349e8653028631f92ed06c40772c7876cc.tar.bz2 |
[svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. Correct HAVE_WINSOCK name.
Tested: windows
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 6176b33..a8668b8 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -406,7 +406,7 @@ #undef HAVE_WINDOW_PATH /* Define to 1 if you have the <winsock2.h> header file. */ -#undef HAVE_WINSOCK2_H +#undef HAVE_WINSOCK_H /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H |