diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 23:48:20 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 23:48:20 (GMT) |
commit | adc1845b485b1917049a10a285ce91b3aad21261 (patch) | |
tree | db0c798e011b63e2bdd22cb808a4bf4005d75b1e /src/H5config.h.in | |
parent | 190ff778afcb887acd64a90dc8734377751223c8 (diff) | |
download | hdf5-adc1845b485b1917049a10a285ce91b3aad21261.zip hdf5-adc1845b485b1917049a10a285ce91b3aad21261.tar.gz hdf5-adc1845b485b1917049a10a285ce91b3aad21261.tar.bz2 |
[svn-r26081] Moved the check for pthread_attr_setscope() into the thread-safe checks
section. Documented its necessity and added a cross-compiling option
and helpful comment.
Also removed a check for BSDgettimeofday from configure.ac, which
was for Irix 5.3 support.
Part of HDFFV-9087
Tested on: jam with threadsafe
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 119763f..5a3159e 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -58,9 +58,6 @@ /* Define if the __attribute__(()) extension is present */ #undef HAVE_ATTRIBUTE -/* Define to 1 if you have the `BSDgettimeofday' function. */ -#undef HAVE_BSDGETTIMEOFDAY - /* Define if the compiler understands C99 designated initialization of structs and unions */ #undef HAVE_C99_DESIGNATED_INITIALIZER |