diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-04-10 18:23:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-04-10 18:23:38 (GMT) |
commit | d7df48b8d95354eba515ca1e50b6818a48fbfe10 (patch) | |
tree | 977cc9baef36fa4a6df0a097c37751070ac058e6 /src/H5config.h.in | |
parent | 408574794a7438854cf4d981ba11bbc29f5253cc (diff) | |
download | hdf5-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 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index f7a4928..66aa9ed 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -41,6 +41,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 |