diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-05-04 23:57:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-05-04 23:57:47 (GMT) |
commit | f20bd5f62411d6d45ce0dbea7ce9b45a022aa005 (patch) | |
tree | 5a443e2565a574d3922fba95dcf4fb7c2caa9970 /src/H5config.h.in | |
parent | 7cb55dd05270a5c6df2e492c14490bc2ddd4dc41 (diff) | |
download | hdf5-f20bd5f62411d6d45ce0dbea7ce9b45a022aa005.zip hdf5-f20bd5f62411d6d45ce0dbea7ce9b45a022aa005.tar.gz hdf5-f20bd5f62411d6d45ce0dbea7ce9b45a022aa005.tar.bz2 |
[svn-r18701] ID 1853:
Added the configure option --enable-h5dump-packed-bits for the h5dump
optional feature.
Tested:
Jam (default and --disable-h5dump-packed-bits).
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 08b51b3..ce5753a 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -168,6 +168,9 @@ /* Define to 1 if you have the <gpfs.h> header file. */ #undef HAVE_GPFS_H +/* Define if h5dump packed bits feature is enabled */ +#undef HAVE_H5DUMP_PACKED_BITS + /* Define if library will contain instrumentation to detect correct optimization operation */ #undef HAVE_INSTRUMENTED_LIBRARY |