summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/H5config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index cc8a59c..eb18a5e 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -470,9 +470,6 @@
/* Define if deprecated public API symbols are disabled */
#undef NO_DEPRECATED_SYMBOLS
-/* Define if shared writing must be disabled (CodeWarrior only) */
-#undef NO_SHARED_WRITING
-
/* Name of package */
#undef PACKAGE