summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-19 05:24:09 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-19 05:24:09 (GMT)
commita7f70203b41e52942c67e07b927291cc2a03ff8c (patch)
treefd926ea90e07684ed86a47f3af2a8825b2dc7709 /vms
parent32c030ad2b2451d6d71c029f1915c5149434b034 (diff)
downloadhdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.zip
hdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.tar.gz
hdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.tar.bz2
[svn-r26225] Removes broken open() call work-around that was specific to the now
unsupported Code Warrior compiler. Also removes the H5_NO_SHARED_WRITING symbol from the pubconf file. Fixes: HDFFV-9080 Tested on: jam only, after bin/reconfigure (all platforms should see no source changes)
Diffstat (limited to 'vms')
-rw-r--r--vms/src/h5pubconf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h
index 6cb2612..acb95c8 100644
--- a/vms/src/h5pubconf.h
+++ b/vms/src/h5pubconf.h
@@ -488,9 +488,6 @@
/* Define if deprecated public API symbols are disabled */
/* #undef H5_NO_DEPRECATED_SYMBOLS */
-/* Define if shared writing must be disabled (CodeWarrior only) */
-#define H5_NO_SHARED_WRITING 1
-
/* Name of package */
#define H5_PACKAGE "hdf5"