summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-14 05:17:23 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-14 05:17:23 (GMT)
commitfda4bd4fb48d87153325bd4e7b88241146fa92e8 (patch)
treea722e2b47c1e3e5ab168bc8b448e148c41678deb /config
parentadae34607538e7d0bcfc7ed5623cf31ff3721d9e (diff)
downloadhdf5-fda4bd4fb48d87153325bd4e7b88241146fa92e8.zip
hdf5-fda4bd4fb48d87153325bd4e7b88241146fa92e8.tar.gz
hdf5-fda4bd4fb48d87153325bd4e7b88241146fa92e8.tar.bz2
[svn-r5184] Added hard coded value of malloc for zero bytes into the cached list.
Tested: Tflops.
Diffstat (limited to 'config')
-rw-r--r--config/intel-osf13
1 files changed, 3 insertions, 0 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1
index bbe4c70..92bc813 100644
--- a/config/intel-osf1
+++ b/config/intel-osf1
@@ -57,6 +57,9 @@ hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
# Hard set sizeof of the following types to 0 because they are not supported.
ac_cv_sizeof___int64=${ac_cv_sizeof___int64='0'}
+# Hard set malloc of zero bytes to no because it does not work.
+hdf5_cv_malloc_works=${hdf5_cv_malloc_works='no'}
+
# Hard set sizeof_intN_t to 0 because they are not supported.
ac_cv_sizeof_int8_t=${ac_cv_sizeof_int8_t='0'}
ac_cv_sizeof_int16_t=${ac_cv_sizeof_int16_t='0'}