diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 02:25:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 02:25:32 (GMT) |
commit | 27dd4e0f05c72c9ec3745965d525cc4637fc2e0a (patch) | |
tree | c06d56a41195c4711155f1f668163b9b9cd21200 /config/cmake/H5pubconf.h.in | |
parent | b03d04742d4d169ed851b3cd154c42a1c075da1e (diff) | |
download | hdf5-27dd4e0f05c72c9ec3745965d525cc4637fc2e0a.zip hdf5-27dd4e0f05c72c9ec3745965d525cc4637fc2e0a.tar.gz hdf5-27dd4e0f05c72c9ec3745965d525cc4637fc2e0a.tar.bz2 |
[svn-r26597] Description:
Bring r26500 from autotools_rework branch to trunk:
Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with
the Visual Studio 6 compilers.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index ea5df09..39b6a60 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -449,9 +449,6 @@ special algorithm. */ #cmakedefine H5_LDOUBLE_TO_LONG_SPECIAL @H5_LDOUBLE_TO_LONG_SPECIAL@ -/* Define if your system can compile long long to floating-point casts. */ -#cmakedefine H5_LLONG_TO_FP_CAST_WORKS @H5_LLONG_TO_FP_CAST_WORKS@ - /* 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@ |