diff options
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 */ |