diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-14 19:48:39 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-14 19:48:39 (GMT) |
commit | f677f9fbcfe035593cc1989c171215c43933b12d (patch) | |
tree | 8524fdf8ca3d19f5a72eff107af9de309622cc7c /vms | |
parent | 127792fc31119f192f6016871dcab29acc8504b4 (diff) | |
download | hdf5-f677f9fbcfe035593cc1989c171215c43933b12d.zip hdf5-f677f9fbcfe035593cc1989c171215c43933b12d.tar.gz hdf5-f677f9fbcfe035593cc1989c171215c43933b12d.tar.bz2 |
[svn-r16314] Added support for OpenVMS pathname for external link.
Tested on OpenVMS and jam.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 01a4608..22d32ee 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -372,6 +372,9 @@ /* Define if your system has window style path name. */ /* #undef H5_HAVE_WINDOW_PATH */ +/* Define if your system has OpenVMS path name. This macro is added by hand. */ +#define H5_HAVE_VMS_PATH 1 + /* Define to 1 if you have the <winsock.h> header file. */ /* #undef H5_HAVE_WINSOCK_H */ |