diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-16 17:44:42 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-16 17:44:42 (GMT) |
commit | b2dab0602a642d433fdd110f3d816639133e3db0 (patch) | |
tree | b8aab1f0fab64d03e5e9731a1fa5339c9fcb46d7 /src/H5config.h.in | |
parent | 20ee439d337fe1dd845ae1ed809f18bdfeefeeb6 (diff) | |
download | hdf5-b2dab0602a642d433fdd110f3d816639133e3db0.zip hdf5-b2dab0602a642d433fdd110f3d816639133e3db0.tar.gz hdf5-b2dab0602a642d433fdd110f3d816639133e3db0.tar.bz2 |
[svn-r25298] run reconfigure.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 19694eb..92276c0 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -123,6 +123,9 @@ /* Define if library information should be embedded in the executables */ #undef HAVE_EMBEDDED_LIBINFO +/* Define if FastBit indexing is supported. */ +#undef HAVE_FASTBIT + /* Define to 1 if you have the <features.h> header file. */ #undef HAVE_FEATURES_H @@ -195,6 +198,9 @@ /* Define to 1 if you have the `get_fpc_csr' function. */ #undef HAVE_GET_FPC_CSR +/* Define to 1 if you have the <iapi.h> header file. */ +#undef HAVE_IAPI_H + /* Define id indexing code should be enabled. */ #undef HAVE_INDEXING @@ -238,6 +244,9 @@ /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ #undef HAVE_LIBDMALLOC +/* Define to 1 if you have the `fastbit' library (-lfastbit). */ +#undef HAVE_LIBFASTBIT + /* Define to 1 if you have the `iod' library (-liod). */ #undef HAVE_LIBIOD |