From d44e26b78a60bdccb59e2935a07a0cbef7eb5321 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Fri, 30 Apr 2010 10:58:23 -0500 Subject: [svn-r18679] Albert fixed the bug (#1764) in H5detect.c and added a few new macros in H5config.h.in. I added them - H5_HAVE_SETJMP, H5_HAVE_SIGPROCMASK, and H5_HAVE_SIGSETJMP. Tested on OpenVMS and everything passed. --- vms/src/h5pubconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 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 -- cgit v0.12