diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 20:50:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 20:50:44 (GMT) |
commit | c2472b4d006b6d036ec9e037fa5c677f71e9ac25 (patch) | |
tree | 76add37163afca6cdc73a6339d9ef3d27550078b /src/H5config.h.in | |
parent | 79f59eaf4dcf7a958881936d645c5c1a47484cd9 (diff) | |
download | hdf5-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 '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 4bc97b3..1a5b34f 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -366,10 +366,6 @@ special algorithm. */ #undef LDOUBLE_TO_LONG_SPECIAL -/* Define if your system can convert (unsigned) long long to long double - values correctly. */ -#undef LLONG_TO_LDOUBLE_CORRECT - /* Define if your system can convert (unsigned) long to long double values with special algorithm. */ #undef LONG_TO_LDOUBLE_SPECIAL |