Add missing define created in configure.ac

This commit is contained in:
Allen Byrne 2019-01-08 14:31:46 -06:00
parent 25f272b4cb
commit b88df58cc9

View File

@ -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@