diff options
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/h5pubconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 7a1f7a9..06b6569 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -254,6 +254,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 @@ -266,6 +269,12 @@ /* Define to 1 if you have the `signal' function. */ #define H5_HAVE_SIGNAL 1 +/* Define to 1 if you have the `sigprocmask' function. */ +#define H5_HAVE_SIGPROCMASK 1 + +/* Define to 1 if you have the `sigsetjmp' function. */ +#define H5_HAVE_SIGSETJMP 1 + /* Define to 1 if you have the `snprintf' function. */ #define H5_HAVE_SNPRINTF 1 |