diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 20:28:13 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 20:28:13 (GMT) |
commit | a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9 (patch) | |
tree | f6c8046440213c2ad3367c153782fdc69f34b2f1 /vms/src | |
parent | 682dcf403acdac33dd0aa059f24436212f428d0d (diff) | |
download | hdf5-a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9.zip hdf5-a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9.tar.gz hdf5-a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9.tar.bz2 |
[svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is an obsolete
system call from Irix 5.3.
Part of HDFFV-9085
Tested on: jam
Diffstat (limited to 'vms/src')
-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 21986b3..634ee66 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -70,9 +70,6 @@ /* Define if the __attribute__(()) extension is present */ /* #undef H5_HAVE_ATTRIBUTE */ -/* Define to 1 if you have the `BSDgettimeofday' function. */ -/* #undef H5_HAVE_BSDGETTIMEOFDAY */ - /* Define if the compiler understands C99 designated initialization of structs and unions */ #define H5_HAVE_C99_DESIGNATED_INITIALIZER 1 |