summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-05-05 15:47:44 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-05-05 15:47:44 (GMT)
commitb93621ecf54c7df71408c46107adbe0e7a1c8b28 (patch)
tree9772e986cb77e480c2d56eb51147ac89247e4c94 /src
parent3f3a900177d9464376ea7baf5f989cbfa0e86b0a (diff)
downloadhdf5-b93621ecf54c7df71408c46107adbe0e7a1c8b28.zip
hdf5-b93621ecf54c7df71408c46107adbe0e7a1c8b28.tar.gz
hdf5-b93621ecf54c7df71408c46107adbe0e7a1c8b28.tar.bz2
[svn-r18706] I changed the macro H5_CYGWIN (checked in with round 18696) to H5_CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM to make it more descriptive.
I tested on jam and Cygwin.
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index ce5753a..0534b74 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -17,8 +17,9 @@
/* Define if C++ compiler recognizes offsetof */
#undef CXX_HAVE_OFFSETOF
-/* Define a macro for Cygwin system */
-#undef CYGWIN
+/* 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 virtual file driver to compile */
#undef DEFAULT_VFD