diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 16:12:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 16:12:49 (GMT) |
commit | d8572191812a3debcb172fe72f3ecc5b87e59eb3 (patch) | |
tree | 0ef2a9cdee70c7d903080af175f518b6063f4db8 /src/H5config.h.in | |
parent | ba0ea5dc9c8095f6097491ee63b27eeb6da40ebb (diff) | |
download | hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.zip hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.tar.gz hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.tar.bz2 |
[svn-r22451] Brought cmake configuration / configure changes from Trunk.
Tested jam, local linux
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 5603476..1dbb545 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -409,8 +409,8 @@ /* Define if your system has window style path name. */ #undef HAVE_WINDOW_PATH -/* Define to 1 if you have the <winsock.h> header file. */ -#undef HAVE_WINSOCK_H +/* Define to 1 if you have the <winsock2.h> header file. */ +#undef HAVE_WINSOCK2_H /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H |