summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_client.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-26 14:52:05 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-26 14:52:05 (GMT)
commit41cd6b928b76ba8c3c39027f3de2085544f44464 (patch)
treec969d3d1b096a8ea63431d546832badd88162b41 /src/H5VLiod_client.c
parent72553ef57e289352f7552a68704e97e684d56f1e (diff)
downloadhdf5-41cd6b928b76ba8c3c39027f3de2085544f44464.zip
hdf5-41cd6b928b76ba8c3c39027f3de2085544f44464.tar.gz
hdf5-41cd6b928b76ba8c3c39027f3de2085544f44464.tar.bz2
[svn-r23457] add --enable-eff to configure that defaults to no
add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not add an AM conditional to indicate whether the EFF test exampels should be compiled or not tested on jam
Diffstat (limited to 'src/H5VLiod_client.c')
-rw-r--r--src/H5VLiod_client.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5VLiod_client.c b/src/H5VLiod_client.c
index ba08762..34f4000 100644
--- a/src/H5VLiod_client.c
+++ b/src/H5VLiod_client.c
@@ -32,6 +32,8 @@
#include "H5VLiod_client.h"
#include "H5WBprivate.h" /* Wrapped Buffers */
+#ifdef H5_HAVE_EFF
+
herr_t
H5VL_iod_request_add(H5VL_iod_file_t *file, H5VL_iod_request_t *request)
{
@@ -484,3 +486,5 @@ done:
HDONE_ERROR(H5E_SYM, H5E_CANTRELEASE, FAIL, "can't release wrapped buffer")
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5VL_iod_local_traverse */
+
+#endif /* H5_HAVE_EFF */