summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-21 13:52:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-21 13:52:48 (GMT)
commit0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63 (patch)
tree418e38c9b85f1906eefaa962c30f5053e0503642 /config
parent2b195049effb4bfd58a03d4b87037da35b5bccc5 (diff)
downloadhdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.zip
hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.gz
hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.bz2
[svn-r26264] Merge of r26225 from trunk.
Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
Diffstat (limited to 'config')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 79c6c1a..ef78950 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -536,9 +536,6 @@
/* Define if deprecated public API symbols are disabled */
#cmakedefine H5_NO_DEPRECATED_SYMBOLS @H5_NO_DEPRECATED_SYMBOLS@
-/* Define if shared writing must be disabled (CodeWarrior only) */
-#cmakedefine H5_NO_SHARED_WRITING @H5_NO_SHARED_WRITING@
-
/* Name of package */
#define H5_PACKAGE "@HDF5_PACKAGE@"