diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-19 21:59:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-19 21:59:19 (GMT) |
commit | d63acf93b96364d65f10856c02aab7dc305e929a (patch) | |
tree | ce46fc31b45bd3a2cead90f4fbbc803298030f6c /config/cmake/H5pubconf.h.in | |
parent | cea7454bef02d2c6656607703c122885c95c2fc6 (diff) | |
download | hdf5-d63acf93b96364d65f10856c02aab7dc305e929a.zip hdf5-d63acf93b96364d65f10856c02aab7dc305e929a.tar.gz hdf5-d63acf93b96364d65f10856c02aab7dc305e929a.tar.bz2 |
[svn-r26492] Description:
Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM
macros/defines, which were added to address problems with older PGI
compilers and HP-UX systems and are no longer supported.
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 4991104..9145712 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -78,14 +78,6 @@ integer values. */ #cmakedefine H5_FP_TO_INTEGER_OVERFLOW_WORKS @H5_FP_TO_INTEGER_OVERFLOW_WORKS@ -/* Define if your system roundup accurately converting floating-point to - unsigned long long values. */ -#cmakedefine H5_FP_TO_ULLONG_ACCURATE @H5_FP_TO_ULLONG_ACCURATE@ - -/* Define if your system has right maximum convert floating-point to unsigned - long long values. */ -#cmakedefine H5_FP_TO_ULLONG_RIGHT_MAXIMUM @H5_FP_TO_ULLONG_RIGHT_MAXIMUM@ - /* Define to 1 if you have the `alarm' function. */ #cmakedefine H5_HAVE_ALARM @H5_HAVE_ALARM@ |