summaryrefslogtreecommitdiffstats
path: root/vms
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 /vms
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 'vms')
-rw-r--r--vms/src/h5pubconf.h9
-rw-r--r--vms/test/make.com12
2 files changed, 21 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h
index 4cc1946..c7819df 100644
--- a/vms/src/h5pubconf.h
+++ b/vms/src/h5pubconf.h
@@ -99,6 +99,9 @@
/* Define if the direct I/O virtual file driver should be compiled */
/* #undef H5_HAVE_DIRECT */
+/* Define to 1 if you have the <dirent.h> header file. */
+#define H5_HAVE_DIRENT_H 1
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define H5_HAVE_DLFCN_H 1
@@ -196,6 +199,9 @@
/* Define to 1 if you have the <io.h> header file. */
/* #undef H5_HAVE_IO_H */
+/* Define to 1 if you have the `dl' library (-ldl). */
+#define H5_HAVE_LIBDL 1
+
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
/* #undef H5_HAVE_LIBDMALLOC */
@@ -274,6 +280,9 @@
/* Define to 1 if you have the `rand_r' function. */
/* #define H5_HAVE_RAND_R 1 */
+/* Define to 1 if you have the `setjmp' function. */
+#define H5_HAVE_SETJMP 1
+
/* Define to 1 if you have the <setjmp.h> header file. */
#define H5_HAVE_SETJMP_H 1
diff --git a/vms/test/make.com b/vms/test/make.com
index 8748925..562260a 100644
--- a/vms/test/make.com
+++ b/vms/test/make.com
@@ -169,6 +169,12 @@ $ link fheap, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
$ type sys$input
+ Creating file_image test
+$ ccc file_image
+$ link file_image, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
+$ type sys$input
Creating fillval test
$ ccc fillval
$ link fillval, -
@@ -316,6 +322,12 @@ $ link unlink, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
$ type sys$input
+ Creating unregister test
+$ ccc unregister
+$ link unregister, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
+$ type sys$input
Creating vfd test
$ ccc vfd
$ link vfd, -