diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-08-21 22:44:22 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-08-21 22:44:22 (GMT) |
commit | ab7d724ffd5749c1e3666fd1be0b92f41613af1e (patch) | |
tree | f3e820daa24477263f5fc3efd43bf459865f260b /config/cmake/H5pubconf.h.in | |
parent | 7ce2d52cf69f6f6477e0f16e9d85d67cc54d5949 (diff) | |
download | hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.zip hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.gz hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.bz2 |
[svn-r27548] Revert r27545
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index bbc1b95..37bcfbf 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -581,12 +581,6 @@ /* The size of `__int64', as computed by sizeof. */ #define H5_SIZEOF___INT64 @H5_SIZEOF___INT64@ -/* Define to 1 if you have the <stdbool.h> header file. */ -#cmakedefine H5_HAVE_STDBOOL_H @H5_HAVE_STDBOOL_H@ - -/* The size of `bool', as computed by sizeof. */ -#cmakedefine H5_SIZEOF_BOOL @H5_SIZEOF_BOOL@ - /* Define to 1 if you have the ANSI C header files. */ #cmakedefine H5_STDC_HEADERS @H5_STDC_HEADERS@ |