summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-05-04 16:35:11 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-05-04 16:35:11 (GMT)
commit7cb55dd05270a5c6df2e492c14490bc2ddd4dc41 (patch)
treed35975a058421107b1cd3d92f41e7dccec7a8040 /src
parentf80d971c3b7add9517b15df7c62b38b45ba8643a (diff)
downloadhdf5-7cb55dd05270a5c6df2e492c14490bc2ddd4dc41.zip
hdf5-7cb55dd05270a5c6df2e492c14490bc2ddd4dc41.tar.gz
hdf5-7cb55dd05270a5c6df2e492c14490bc2ddd4dc41.tar.bz2
[svn-r18696] I added a macro definition if the system is Cygwin in configure.in. This macro is used to skip
the data conversion test from unsigned long long to long double. The GCC on Cygwin seems to have rounding problem when doing conversion from unsigned long long to long double (Please bug #1813). Tested on jam. I'll test it on Cygwin after this checkin.
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 8210f38..08b51b3 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -17,6 +17,9 @@
/* Define if C++ compiler recognizes offsetof */
#undef CXX_HAVE_OFFSETOF
+/* Define a macro for Cygwin system */
+#undef CYGWIN
+
/* Define the default virtual file driver to compile */
#undef DEFAULT_VFD