diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-08 16:07:02 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-08 16:07:02 (GMT) |
commit | 416af901799f3ab85b1578696ece3c319877add1 (patch) | |
tree | 4e43888288dd06705383002134110f40aeed7bde /vms | |
parent | 56f666d3303eaf1717d87e6972d283f8a0fe7906 (diff) | |
download | hdf5-416af901799f3ab85b1578696ece3c319877add1.zip hdf5-416af901799f3ab85b1578696ece3c319877add1.tar.gz hdf5-416af901799f3ab85b1578696ece3c319877add1.tar.bz2 |
[svn-r16276] Update. Commented out H5_HAVE_RAND_R because OpenVMS doesn't have rand_r function.
Tested on OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <setjmp.h> header file. */ #define H5_HAVE_SETJMP_H 1 |