diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-14 20:41:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-14 20:41:17 (GMT) |
commit | ea92781324c5ab1553d99e555f1bce477789e65b (patch) | |
tree | b308dc8ff72558b3edb0211cfd674241b99f1c96 /vms/src | |
parent | 6564dbcfaa09da479cc5e393693799e329fc1330 (diff) | |
download | hdf5-ea92781324c5ab1553d99e555f1bce477789e65b.zip hdf5-ea92781324c5ab1553d99e555f1bce477789e65b.tar.gz hdf5-ea92781324c5ab1553d99e555f1bce477789e65b.tar.bz2 |
[svn-r16316] Added support for OpenVMS pathname for external links.
Tested on jam. Tested v1.8 on OpenVMS.
Diffstat (limited to 'vms/src')
-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 34dbac1..4892ebe 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -349,6 +349,9 @@ /* Define to 1 if you have the `waitpid' function. */ /*#undefine H5_HAVE_WAITPID */ +/* 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 */ |