diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 15:49:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 15:49:25 (GMT) |
commit | 75f31948821d7b134f20948f1d3c18547c4c654f (patch) | |
tree | e6314a46e246b7ce56d8eadce1ea1994ca615576 /vms | |
parent | d1b7eede73dd9968042b3e8e1bbabe8949d670ed (diff) | |
download | hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.zip hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.tar.gz hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.tar.bz2 |
[svn-r22450] Update winsock define to match autotools configure check
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 889d7ba..48748b5 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -418,7 +418,7 @@ /* #undef H5_HAVE_WINDOW_PATH */ /* Define to 1 if you have the <winsock.h> header file. */ -/* #undef H5_HAVE_WINSOCK_H */ +/* #undef H5_HAVE_WINSOCK2_H */ /* Define to 1 if you have the <zlib.h> header file. */ #define H5_HAVE_ZLIB_H 1 |