diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 21:25:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 21:25:12 (GMT) |
commit | 2da4c9cfaa3cd17c3d189e4650097e8a2e07f010 (patch) | |
tree | d37c83027cac5b920d22aec9c97a87792b199ed7 /acconfig.h | |
parent | d1b421f1959b5d6a5b3524535b1f7bc7e1a99388 (diff) | |
download | hdf5-2da4c9cfaa3cd17c3d189e4650097e8a2e07f010.zip hdf5-2da4c9cfaa3cd17c3d189e4650097e8a2e07f010.tar.gz hdf5-2da4c9cfaa3cd17c3d189e4650097e8a2e07f010.tar.bz2 |
[svn-r2885] Purpose:
Backward compatibility additions
Description:
Added "--enable-hdf5v1_2" flag to enable HDF5 v1.2 compatibility API
functions (H5Tget_member_dims & H5Tinsert_array) being built in the
library.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ /* Define if it's safe to use `long long' for hsize_t and hssize_t */ #undef HAVE_LARGE_HSIZET +/* Define if the HDF5 v1.2 compatibility functions are to be compiled in */ +#undef WANT_H5_V1_2_COMPAT + /* Width for printf() for type `long long' or `__int64', us. `ll' */ #undef PRINTF_LL_WIDTH |