summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-09-21 13:41:09 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-09-21 13:41:09 (GMT)
commitd09ca66a26e1c7cd57d40fa3fc34f2b7b4c40986 (patch)
treeb24f9f73985b4fed56da48082f163a822b9595c4 /windows
parent4114f888c63ca1fed13d84a93c4bdf173cad443e (diff)
downloadhdf5-d09ca66a26e1c7cd57d40fa3fc34f2b7b4c40986.zip
hdf5-d09ca66a26e1c7cd57d40fa3fc34f2b7b4c40986.tar.gz
hdf5-d09ca66a26e1c7cd57d40fa3fc34f2b7b4c40986.tar.bz2
[svn-r11448] Purpose:
new features Description: add support for compiling the library and testphdf5 in Windows Solution: Platforms tested: Linux AIX Solaris Windows VC6 Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/src/H5pubconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index 02af03f..546d6b4 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -138,3 +138,6 @@ in the file file_io.win32.c and including it on the projects
/* Check exception handling functions during data conversions */
#define H5_WANT_DCONV_EXCEPTION 1
+
+/* uncomment the following line if we want parallel HDF5 support */
+/* #define H5_HAVE_PARALLEL */ \ No newline at end of file