summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-04-14 19:41:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-04-14 19:41:03 (GMT)
commitc62953eb427d3db8f147dd0c618cdb604235b42a (patch)
tree1add1f776797cdd9d2bea116878bb401435fd81f /windows
parent9978868c117845a1a54a516ca5cc9657c83a83c1 (diff)
downloadhdf5-c62953eb427d3db8f147dd0c618cdb604235b42a.zip
hdf5-c62953eb427d3db8f147dd0c618cdb604235b42a.tar.gz
hdf5-c62953eb427d3db8f147dd0c618cdb604235b42a.tar.bz2
[svn-r20501] Added missing '1' to #define H5_HAVE_GETTIMEOFDAY
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/src/H5pubconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index ad4ea72..86870c3 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -169,7 +169,7 @@
/* #undef H5_HAVE_GETTEXTINFO */
/* Define to 1 if you have the `gettimeofday' function. */
-#define H5_HAVE_GETTIMEOFDAY
+#define H5_HAVE_GETTIMEOFDAY 1
/* Define to 1 if you have the `get_fpc_csr' function. */
/* #undef H5_HAVE_GET_FPC_CSR */