summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-27 20:50:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-27 20:50:44 (GMT)
commitc2472b4d006b6d036ec9e037fa5c677f71e9ac25 (patch)
tree76add37163afca6cdc73a6339d9ef3d27550078b /config/cmake/H5pubconf.h.in
parent79f59eaf4dcf7a958881936d645c5c1a47484cd9 (diff)
downloadhdf5-c2472b4d006b6d036ec9e037fa5c677f71e9ac25.zip
hdf5-c2472b4d006b6d036ec9e037fa5c677f71e9ac25.tar.gz
hdf5-c2472b4d006b6d036ec9e037fa5c677f71e9ac25.tar.bz2
[svn-r26625] Description:
Bring r26543 from autotools_rework branch to trunk: Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
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 47dd7ed..ab7dcc4 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -433,10 +433,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@