summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-04-10 18:23:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-04-10 18:23:38 (GMT)
commitd7df48b8d95354eba515ca1e50b6818a48fbfe10 (patch)
tree977cc9baef36fa4a6df0a097c37751070ac058e6 /acconfig.h
parent408574794a7438854cf4d981ba11bbc29f5253cc (diff)
downloadhdf5-d7df48b8d95354eba515ca1e50b6818a48fbfe10.zip
hdf5-d7df48b8d95354eba515ca1e50b6818a48fbfe10.tar.gz
hdf5-d7df48b8d95354eba515ca1e50b6818a48fbfe10.tar.bz2
[svn-r2101] Added --enable-threadsafe option to support the Thread-safe option.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index e801f91..1a35ac6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -7,6 +7,9 @@
/* Define if we have parallel support */
#undef HAVE_PARALLEL
+/* Define if we have thread safe support */
+#undef HAVE_THREADSAFE
+
/* Define if it's safe to use `long long' for hsize_t and hssize_t */
#undef HAVE_LARGE_HSIZET