summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 11:11:32 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 11:11:32 (GMT)
commitacbcc04f88d9745215d01542b44ccb4c037ae4ce (patch)
tree6c6032f0345e063231494ffb873d01fe686b484e /config/cmake/H5pubconf.h.in
parent982ec313d61fda25b3eb27f2c3193f7ca5201a31 (diff)
downloadhdf5-acbcc04f88d9745215d01542b44ccb4c037ae4ce.zip
hdf5-acbcc04f88d9745215d01542b44ccb4c037ae4ce.tar.gz
hdf5-acbcc04f88d9745215d01542b44ccb4c037ae4ce.tar.bz2
[svn-r27743] Merge of r26625 from the trunk
Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: jam (minor change that has baked in the trunk for months)
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 3bdf81e..4084adf 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -369,10 +369,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@