diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-26 20:27:07 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-26 20:27:07 (GMT) |
commit | f542f5aa37dea0f8dc15c3a5d91b4d12eda5fcf2 (patch) | |
tree | 474ec4e73befe3ac56debf6987f17190494be887 /src/H5FDhdfs.h | |
parent | f8e486a761a2f1e830af2cb1d0c26a927aa12a8b (diff) | |
download | hdf5-f542f5aa37dea0f8dc15c3a5d91b4d12eda5fcf2.zip hdf5-f542f5aa37dea0f8dc15c3a5d91b4d12eda5fcf2.tar.gz hdf5-f542f5aa37dea0f8dc15c3a5d91b4d12eda5fcf2.tar.bz2 |
Adds binary compatibility HDFS VFD stubs.
Diffstat (limited to 'src/H5FDhdfs.h')
-rw-r--r-- | src/H5FDhdfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDhdfs.h b/src/H5FDhdfs.h index e195550..58d7e6e 100644 --- a/src/H5FDhdfs.h +++ b/src/H5FDhdfs.h @@ -28,7 +28,6 @@ #define H5FD_HDFS (-1) #endif /* H5_HAVE_LIBHDFS */ -#ifdef H5_HAVE_LIBHDFS /**************************************************************************** * * Structure: H5FD_hdfs_fapl_t @@ -119,7 +118,6 @@ H5_DLL herr_t H5Pset_fapl_hdfs(hid_t fapl_id, H5FD_hdfs_fapl_t *fa); #ifdef __cplusplus } #endif -#endif /* H5_HAVE_LIBHDFS */ #endif /* ifndef H5FDhdfs_H */ |