diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 01:47:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 01:47:41 (GMT) |
commit | b03d04742d4d169ed851b3cd154c42a1c075da1e (patch) | |
tree | 561f8f19426d948d11c3d7d33d04c19e8ee8b54e /src/H5config.h.in | |
parent | c622cc7b38791567a6e41d147121a76a20837e96 (diff) | |
download | hdf5-b03d04742d4d169ed851b3cd154c42a1c075da1e.zip hdf5-b03d04742d4d169ed851b3cd154c42a1c075da1e.tar.gz hdf5-b03d04742d4d169ed851b3cd154c42a1c075da1e.tar.bz2 |
[svn-r26596] Description:
Bring r26499 from autotools_rework branch to trunk:
Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older
platforms we aren't supporting any longer.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
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 81a214e..2ab7837 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -560,10 +560,6 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME -/* Define if your system can compile unsigned long long to floating-point - casts. */ -#undef ULLONG_TO_FP_CAST_WORKS - /* Define if your system can convert unsigned long long to long double with correct precision. */ #undef ULLONG_TO_LDOUBLE_PRECISION |