summaryrefslogtreecommitdiffstats
path: root/config/cmake/LIBAEC/config.h.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-02-22 23:03:40 (GMT)
committerGitHub <noreply@github.com>2023-02-22 23:03:40 (GMT)
commit0662ff97124ce2a04436877fd4966dd105d60b45 (patch)
tree022fc5e3da8bb5f1367c121cf1f57d0e2f298318 /config/cmake/LIBAEC/config.h.in
parent832ac883f41001ea83e63ecffcab9b23cf19306a (diff)
downloadhdf5-0662ff97124ce2a04436877fd4966dd105d60b45.zip
hdf5-0662ff97124ce2a04436877fd4966dd105d60b45.tar.gz
hdf5-0662ff97124ce2a04436877fd4966dd105d60b45.tar.bz2
1.10 Add fetchcontent for compression libs and fix cmake config #2487 (#2494)
* Add fetchcontent for compression libs and fix cmake config #2487 * Add CI test for FetchContent
Diffstat (limited to 'config/cmake/LIBAEC/config.h.in')
-rw-r--r--config/cmake/LIBAEC/config.h.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/config/cmake/LIBAEC/config.h.in b/config/cmake/LIBAEC/config.h.in
new file mode 100644
index 0000000..0442548
--- /dev/null
+++ b/config/cmake/LIBAEC/config.h.in
@@ -0,0 +1,36 @@
+#cmakedefine WORDS_BIGENDIAN
+#cmakedefine01 HAVE_DECL___BUILTIN_CLZLL
+#cmakedefine01 HAVE_BSR64
+#cmakedefine HAVE_SNPRINTF
+#cmakedefine HAVE__SNPRINTF
+#cmakedefine HAVE__SNPRINTF_S
+
+/* Name of package */
+#cmakedefine LIBAEC_PACKAGE "@LIBAEC_PACKAGE@"
+
+/* Define to the address where bug reports for this package should be sent. */
+#cmakedefine LIBAEC_PACKAGE_BUGREPORT "@LIBAEC_PACKAGE_BUGREPORT@"
+
+/* Define to the full name of this package. */
+#cmakedefine LIBAEC_PACKAGE_NAME "@LIBAEC_PACKAGE_NAME@"
+
+/* Define to the full name and version of this package. */
+#cmakedefine LIBAEC_PACKAGE_STRING "@LIBAEC_PACKAGE_STRING@"
+
+/* Define to the one symbol short name of this package. */
+#cmakedefine LIBAEC_PACKAGE_TARNAME "@LIBAEC_PACKAGE_TARNAME@"
+
+/* Define to the version of this package. */
+#cmakedefine LIBAEC_PACKAGE_VERSION "@LIBAEC_PACKAGE_VERSION@"
+
+/* Define to 1 if you have the ANSI C header files. */
+#cmakedefine STDC_HEADERS @STDC_HEADERS@
+
+/* Version number of package */
+#define VERSION "@LIBAEC_PACKAGE_VERSION@"
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#cmakedefine const
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#cmakedefine size_t