summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-05-31 15:37:17 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-05-31 15:37:17 (GMT)
commit1187820c3bbd2fb21c3ca971e09e2df9317340d5 (patch)
tree8ea89b4a2e484f775d3193d8299a483ee851742f /src/H5PLprivate.h
parentcf0c06c96228f2b04305bb05d582f42741e81268 (diff)
downloadhdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.zip
hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.tar.gz
hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.tar.bz2
[svn-r23721] I used H5_VMS macro to comment out the code for dynamic filter since we don't plan to support it on OpenVMS. I updated vms/src/h5pubconf.h, too.
Tested on jam but not on OpenVMS yet.
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r--src/H5PLprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index b117613..ee03def 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -25,6 +25,7 @@
/* Private headers needed by this file */
#include "H5private.h" /* Generic Functions */
+#ifndef H5_VMS
/**************************/
/* Library Private Macros */
@@ -48,6 +49,7 @@
/* Internal API routines */
H5_DLL const void *H5PL_load(H5PL_type_t plugin_type, int type_id);
H5_DLL htri_t H5PL_no_plugin(void);
+#endif /*H5_VMS*/
#endif /* _H5PLprivate_H */