summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-28 02:19:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-28 02:19:21 (GMT)
commitc183d0d6f32504fc4829c57e9b9ef0d66a3923cd (patch)
tree94397a18a7f375b07d1a855d12833c42386f6ff2 /config/cmake/H5pubconf.h.in
parent87db75e2e6f88b3dfdaf1c8758a1dbb2396d9105 (diff)
downloadhdf5-c183d0d6f32504fc4829c57e9b9ef0d66a3923cd.zip
hdf5-c183d0d6f32504fc4829c57e9b9ef0d66a3923cd.tar.gz
hdf5-c183d0d6f32504fc4829c57e9b9ef0d66a3923cd.tar.bz2
[svn-r26638] Description:
Bring r26598 from trunk to 1.8 branch: Bring r26501 from the autotools_rework branch to the trunk: Remove ULLONG_TO_LDOUBLE_PRECISION macro/define, as it's targeting bugs in the FreeBSD and Cygwin compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index aa96d1c..3b46d62 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -646,10 +646,6 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#cmakedefine H5_TM_IN_SYS_TIME @H5_TM_IN_SYS_TIME@
-/* Define if your system can convert unsigned long long to long double with
- correct precision. */
-#cmakedefine H5_ULLONG_TO_LDOUBLE_PRECISION @H5_ULLONG_TO_LDOUBLE_PRECISION@
-
/* Define using v1.6 public API symbols by default */
#cmakedefine H5_USE_16_API_DEFAULT @H5_USE_16_API_DEFAULT@