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