diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-24 22:06:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-24 22:06:27 (GMT) |
commit | 460b629e0384bd8780e0a47407d4b33a8e02b1f4 (patch) | |
tree | 56ecf3d4cbb8f8bb0ee75a1afcb8e4951797f062 /src/H5config.h.in | |
parent | 92b1916151c9162141f153136117b03730882873 (diff) | |
download | hdf5-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 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index e96fcdd..00fb8be 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -382,10 +382,6 @@ /* Define if HDF5's high-level library headers should be included in hdf5.h */ #undef INCLUDE_HL -/* Define if your system can accurately convert from integers to long double - values. */ -#undef INTEGER_TO_LDOUBLE_ACCURATE - /* Define if your system can convert long double to (unsigned) long long values correctly. */ #undef LDOUBLE_TO_LLONG_ACCURATE |