summaryrefslogtreecommitdiffstats
path: root/src/H5Pxxpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pxxpl.c')
-rw-r--r--src/H5Pxxpl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Pxxpl.c b/src/H5Pxxpl.c
index 2fea732..e2172ff 100644
--- a/src/H5Pxxpl.c
+++ b/src/H5Pxxpl.c
@@ -39,7 +39,7 @@
#include "H5Xprivate.h" /* Index */
#include "H5Ppkg.h" /* Property lists */
-
+#ifdef H5_HAVE_INDEXING
/****************/
/* Local Macros */
/****************/
@@ -112,3 +112,5 @@ H5P__xxfr_reg_prop(H5P_genclass_t *pclass)
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5P__xxfr_reg_prop() */
+
+#endif /* H5_HAVE_INDEXING */