summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 03:23:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 03:23:40 (GMT)
commit7655dd3b0fd82bac9d187b16497784267cfc5b9b (patch)
tree7ccf1f9de748dc681d5dcf67493b2f0029ff9087 /config
parenteec2aa6e8ce680de8273564d88ee043c4f64c4b5 (diff)
downloadhdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.zip
hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.tar.gz
hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.tar.bz2
[svn-r27736] Merge of r26605 from trunk
Remove CONVERT_DENORMAL_FLOAT, since this was only set in obsolete configure files. Tested on: jam (has baked in the trunk for over 6 months)
Diffstat (limited to 'config')
-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 79adf68..e1eb57e 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -25,10 +25,6 @@
writing. */
#cmakedefine H5_CLEAR_MEMORY @H5_CLEAR_MEMORY@
-/* Define if your system can handle converting denormalized floating-point
- values. */
-#cmakedefine H5_CONVERT_DENORMAL_FLOAT @H5_CONVERT_DENORMAL_FLOAT@
-
/* Define if C++ compiler recognizes offsetof */
#cmakedefine H5_CXX_HAVE_OFFSETOF @H5_CXX_HAVE_OFFSETOF@