[svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRITING under

CodeWarrior as a work-around to broken open() functionality (it's not clear
which version). The only effect of this #define was to cause test_file_close()
in test/tfile.c to be skipped.

Fixes HDFFV-9080

Tested on: jam

We don't have CodeWarrior, so I just ensured the deletion didn't adversely
affect a typical build.
This commit is contained in:
Dana Robinson
2015-01-26 05:06:53 -05:00
parent c5741c15d2
commit 699b27ee4e
6 changed files with 0 additions and 30 deletions

View File

@@ -482,9 +482,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