summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-10-12 16:46:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-10-12 16:46:15 (GMT)
commit3aa1b1d93cad549d092eba87826d207a5f04051b (patch)
tree1170db55d90874f6ba9ab9823a63ad6dd82804ed /src/H5config.h.in
parent21b235a43a0ddf6855eecb760bd9a9a6c0d0817e (diff)
downloadhdf5-3aa1b1d93cad549d092eba87826d207a5f04051b.zip
hdf5-3aa1b1d93cad549d092eba87826d207a5f04051b.tar.gz
hdf5-3aa1b1d93cad549d092eba87826d207a5f04051b.tar.bz2
[svn-r21528] Merge of 21517 and 21520 from trunk:
- Added checks for clock_gettime() to configure.in. Tested on Linux, FreeBSD, Solaris, MacOSX to ensure they are found correctly and everything builds. No code currently reliess on clock_gettime(). - Brought Windows and VMS H5pubconf.h files into sync with the Linux file. Some data sizes were corrected in both VMS and Windows. Tested on Windows. Ray will test on VMS when this is pushed to the 1.8.x branch.
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 5212eb0..5603476 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -72,6 +72,9 @@
/* Define if the compiler understands the __func__ keyword */
#undef HAVE_C99_FUNC
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
/* Define if the function stack tracing code is to be compiled in */
#undef HAVE_CODESTACK