summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-24 22:06:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-24 22:06:27 (GMT)
commit460b629e0384bd8780e0a47407d4b33a8e02b1f4 (patch)
tree56ecf3d4cbb8f8bb0ee75a1afcb8e4951797f062 /config/cmake/H5pubconf.h.in
parent92b1916151c9162141f153136117b03730882873 (diff)
downloadhdf5-460b629e0384bd8780e0a47407d4b33a8e02b1f4.zip
hdf5-460b629e0384bd8780e0a47407d4b33a8e02b1f4.tar.gz
hdf5-460b629e0384bd8780e0a47407d4b33a8e02b1f4.tar.bz2
[svn-r26560] Description:
Bring r26483 from autotools_rework branch back to trunk: Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
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 d59032f..1698005 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -453,10 +453,6 @@
/* Define if HDF5's high-level library headers should be included in hdf5.h */
#cmakedefine H5_INCLUDE_HL @H5_INCLUDE_HL@
-/* Define if your system can accurately convert from integers to long double
- values. */
-#cmakedefine H5_INTEGER_TO_LDOUBLE_ACCURATE @H5_INTEGER_TO_LDOUBLE_ACCURATE@
-
/* Define if your system can convert long double to (unsigned) long long
values correctly. */
#cmakedefine H5_LDOUBLE_TO_LLONG_ACCURATE @H5_LDOUBLE_TO_LLONG_ACCURATE@