summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-23 19:50:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-23 19:50:39 (GMT)
commitfe435e3dd4d03524a5387cd7e872350a314c3d92 (patch)
tree5e0c7ade0fd9c2c9d40f1f311be7f1f1e26d4ea4 /config/cmake/H5pubconf.h.in
parent7bfec19a02c63504a8db31e3f3163842a20afb25 (diff)
downloadhdf5-fe435e3dd4d03524a5387cd7e872350a314c3d92.zip
hdf5-fe435e3dd4d03524a5387cd7e872350a314c3d92.tar.gz
hdf5-fe435e3dd4d03524a5387cd7e872350a314c3d92.tar.bz2
[svn-r26543] Description:
Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not needed on this branch)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index aee2f2e..84fe073 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -440,10 +440,6 @@
special algorithm. */
#cmakedefine H5_LDOUBLE_TO_LONG_SPECIAL @H5_LDOUBLE_TO_LONG_SPECIAL@
-/* Define if your system can convert (unsigned) long long to long double
- values correctly. */
-#cmakedefine H5_LLONG_TO_LDOUBLE_CORRECT @H5_LLONG_TO_LDOUBLE_CORRECT@
-
/* Define if your system can convert (unsigned) long to long double values
with special algorithm. */
#cmakedefine H5_LONG_TO_LDOUBLE_SPECIAL @H5_LONG_TO_LDOUBLE_SPECIAL@