From b88df58cc952563c35107daa1b8ced24b0cc03b5 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 8 Jan 2019 14:31:46 -0600 Subject: Add missing define created in configure.ac --- config/cmake/H5pubconf.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index c42d93a..1678466 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -599,6 +599,9 @@ /* The size of `short', as computed by sizeof. */ #cmakedefine H5_SIZEOF_SHORT @H5_SIZEOF_SHORT@ +/* The size of `time_t', as computed by sizeof. */ +#cmakedefine H5_SIZEOF_TIME_T @H5_SIZEOF_TIME_T@ + /* The size of `uint16_t', as computed by sizeof. */ #cmakedefine H5_SIZEOF_UINT16_T @H5_SIZEOF_UINT16_T@ -- cgit v0.12