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 /config | |
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 'config')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 7551df6..0455724 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -98,9 +98,6 @@ /* Define if the __attribute__(()) extension is present */ #cmakedefine H5_HAVE_ATTRIBUTE @H5_HAVE_ATTRIBUTE@ -/* Define to 1 if you have the `BSDgettimeofday' function. */ -#cmakedefine H5_HAVE_BSDGETTIMEOFDAY @H5_HAVE_BSDGETTIMEOFDAY@ - /* Define if the compiler understands C99 designated initialization of structs and unions */ #cmakedefine H5_HAVE_C99_DESIGNATED_INITIALIZER @H5_HAVE_C99_DESIGNATED_INITIALIZER@ |