summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-05-23 17:29:14 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-05-23 17:29:14 (GMT)
commit3cfec078a6d5305657380b68558900d8aa955470 (patch)
tree61d1850eced904bad37ad61be552de3a291d4b68 /src/H5config.h.in
parentc8d91d05a40a05e0d73202ad1348294a5446d42e (diff)
downloadhdf5-3cfec078a6d5305657380b68558900d8aa955470.zip
hdf5-3cfec078a6d5305657380b68558900d8aa955470.tar.gz
hdf5-3cfec078a6d5305657380b68558900d8aa955470.tar.bz2
[svn-r20892] Purpose:
Adds a check for the mach_time header file. Description: The mach time header file is needed for the monotonic timer / log VFD work. No code in the trunk depends on this file at this time. Tested on: jam(linux32-LE) tejeda(darwin32 LE) local darwin64 (snow leopard)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index c53ccca..628996a 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -226,6 +226,9 @@
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
+/* Define to 1 if you have the <mach/mach_time.h> header file. */
+#undef HAVE_MACH_MACH_TIME_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H