summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-29 23:48:20 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-29 23:48:20 (GMT)
commitadc1845b485b1917049a10a285ce91b3aad21261 (patch)
treedb0c798e011b63e2bdd22cb808a4bf4005d75b1e /src
parent190ff778afcb887acd64a90dc8734377751223c8 (diff)
downloadhdf5-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')
-rw-r--r--src/H5config.h.in3
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