diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-24 18:33:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-24 18:33:45 (GMT) |
commit | 3e8dc8cccc5b907d93e7eeb61d26088142b3d982 (patch) | |
tree | af10d7b3e3ec99b809fa880af89e8fe8b48777b0 /vms/src | |
parent | f960ff573ea4d7c324be7a392f0b0c85bc796030 (diff) | |
download | hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.zip hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.gz hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.bz2 |
[svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the trunk for VMS work
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/h5pubconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 57650f8..328a090 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -65,7 +65,7 @@ #define H5_FP_TO_ULLONG_RIGHT_MAXIMUM 1 /* Define if gettimeofday() populates the tz pointer passed in */ -#define H5_GETTIMEOFDAY_GIVES_TZ 1 +/* #define H5_GETTIMEOFDAY_GIVES_TZ 1 */ /* Define to 1 if you have the `alarm' function. */ #define H5_HAVE_ALARM 1 @@ -314,7 +314,7 @@ /* #undef H5_HAVE_STRUCT_TEXT_INFO */ /* Define if `struct timezone' is defined */ -#define H5_HAVE_STRUCT_TIMEZONE 1 +/* #define H5_HAVE_STRUCT_TIMEZONE 1 */ /* Define to 1 if `tm_zone' is member of `struct tm'. */ #define H5_HAVE_STRUCT_TM_TM_ZONE 1 @@ -377,7 +377,7 @@ #define H5_HAVE_TMPFILE 1 /* Define if `tm_gmtoff' is a member of `struct tm' */ -#define H5_HAVE_TM_GMTOFF 1 +/* #define H5_HAVE_TM_GMTOFF 1 */ /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use `HAVE_STRUCT_TM_TM_ZONE' instead. */ |