diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 22:33:01 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 22:33:01 (GMT) |
commit | da2a2d940057ad7c5c224bdc00035d867725e9a1 (patch) | |
tree | 451beca7916508d44eca234673ca3e8ebbf554d2 /vms | |
parent | 5bf140387f08a9395768acfd48e20abe0d3c6b49 (diff) | |
download | hdf5-da2a2d940057ad7c5c224bdc00035d867725e9a1.zip hdf5-da2a2d940057ad7c5c224bdc00035d867725e9a1.tar.gz hdf5-da2a2d940057ad7c5c224bdc00035d867725e9a1.tar.bz2 |
[svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact of the Linux
fork of glibc. It's been deprecated since at least 1997.
Part of HDFFV-9085
Tested on: jam
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index a6eb514..6f6a8a2 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -401,9 +401,6 @@ /* Define to 1 if you have the `_scrsize' function. */ /* #undef H5_HAVE__SCRSIZE */ -/* Define if `__tm_gmtoff' is a member of `struct tm' */ -/* #undef H5_HAVE___TM_GMTOFF */ - /* Define if your system can't handle converting floating-point values to long long. */ /* #undef H5_HW_FP_TO_LLONG_NOT_WORKS */ |