diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-01-08 20:31:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-01-08 20:31:46 (GMT) |
commit | b88df58cc952563c35107daa1b8ced24b0cc03b5 (patch) | |
tree | 61c443e1320f90316c80889297ef313df918a3b9 /config | |
parent | 25f272b4cb8f8a45c94dddc020bbeb54cd884dfa (diff) | |
download | hdf5-b88df58cc952563c35107daa1b8ced24b0cc03b5.zip hdf5-b88df58cc952563c35107daa1b8ced24b0cc03b5.tar.gz hdf5-b88df58cc952563c35107daa1b8ced24b0cc03b5.tar.bz2 |
Add missing define created in configure.ac
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |