summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-13 21:25:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-13 21:25:12 (GMT)
commit2da4c9cfaa3cd17c3d189e4650097e8a2e07f010 (patch)
treed37c83027cac5b920d22aec9c97a87792b199ed7 /acconfig.h
parentd1b421f1959b5d6a5b3524535b1f7bc7e1a99388 (diff)
downloadhdf5-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 40eacb5..7a1ae84 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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