summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-09-30 21:51:26 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-09-30 21:51:26 (GMT)
commit497507f5a90977efe1241eae0230b830f17ecbec (patch)
tree930d768bc3da01e8ae8429c1e18e4f215a7376e5 /src
parent03c29f0ffda11bf521c0951bca0a423c4b8258d9 (diff)
downloadhdf5-497507f5a90977efe1241eae0230b830f17ecbec.zip
hdf5-497507f5a90977efe1241eae0230b830f17ecbec.tar.gz
hdf5-497507f5a90977efe1241eae0230b830f17ecbec.tar.bz2
[svn-r24231] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. Allen confirmed the problem is gone. So I took
out the macro CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM. It skipped the test related to this issue. Tested with h5committest.
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 6e3b932..02bafd8 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -17,10 +17,6 @@
/* Define if C++ compiler recognizes offsetof */
#undef CXX_HAVE_OFFSETOF
-/* Define a macro for Cygwin (on XP only) where the compiler has rounding
- problem converting from unsigned long long to long double */
-#undef CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM
-
/* Define the default plugins path to compile */
#undef DEFAULT_PLUGINDIR