diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 21:02:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 21:02:19 (GMT) |
commit | f44d493a4b9769b105024e2a06e0cc7ba2fe83b6 (patch) | |
tree | 37e04e547f7860064a0f7d1aa9dafa87ac83d3d3 /vms | |
parent | a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9 (diff) | |
download | hdf5-f44d493a4b9769b105024e2a06e0cc7ba2fe83b6.zip hdf5-f44d493a4b9769b105024e2a06e0cc7ba2fe83b6.tar.gz hdf5-f44d493a4b9769b105024e2a06e0cc7ba2fe83b6.tar.bz2 |
[svn-r26076] Removed gettimeofday() time zone struct functionality.
Part of HDFFV-9085
Tested on: jam
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 634ee66..9cf0a53 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -61,9 +61,6 @@ long long values. */ #define H5_FP_TO_ULLONG_RIGHT_MAXIMUM 1 -/* Define if gettimeofday() populates the tz pointer passed in */ -/* #undef H5_GETTIMEOFDAY_GIVES_TZ */ - /* Define to 1 if you have the `alarm' function. */ #define H5_HAVE_ALARM 1 @@ -307,9 +304,6 @@ /* Define if `struct text_info' is defined */ /* #undef H5_HAVE_STRUCT_TEXT_INFO */ -/* Define if `struct timezone' is defined */ -/* #undef H5_HAVE_STRUCT_TIMEZONE */ - /* Define to 1 if `tm_zone' is member of `struct tm'. */ #define H5_HAVE_STRUCT_TM_TM_ZONE 1 |