From 416af901799f3ab85b1578696ece3c319877add1 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 8 Jan 2009 11:07:02 -0500 Subject: [svn-r16276] Update. Commented out H5_HAVE_RAND_R because OpenVMS doesn't have rand_r function. Tested on OpenVMS. --- vms/src/h5pubconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 67f8ff0..01a4608 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -236,7 +236,7 @@ #define H5_HAVE_RANDOM 1 /* Define to 1 if you have the `rand_r' function. */ -#define H5_HAVE_RAND_R 1 +/* #define H5_HAVE_RAND_R 1 */ /* Define to 1 if you have the header file. */ #define H5_HAVE_SETJMP_H 1 -- cgit v0.12