aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-20 19:55:05 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-20 19:55:05 +0200
commitd7315a72c1313e5f7ecc3034311f0543800fe8fa (patch)
treef007fe62304ba76b2c6f0af2323801856495ea0e /config.h.in
parentqmanifest: new applet to verify and generate thick Manifests (diff)
downloadportage-utils-d7315a72c1313e5f7ecc3034311f0543800fe8fa.tar.gz
portage-utils-d7315a72c1313e5f7ecc3034311f0543800fe8fa.tar.bz2
portage-utils-d7315a72c1313e5f7ecc3034311f0543800fe8fa.zip
build-sys: regenerate
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c2992836..1f3a257a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -59,6 +59,9 @@
/* Define to 1 if // is a file system root distinct from /. */
#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
+/* Define if qmanifest should be compiled */
+#undef ENABLE_QMANIFEST
+
/* Define this to 1 if F_DUPFD behavior does not match POSIX */
#undef FCNTL_DUPFD_BUGGY
@@ -319,6 +322,12 @@
*/
#undef HAVE_ALLOCA_H
+/* Define if you have blake2b */
+#undef HAVE_BLAKE2B
+
+/* Define to 1 if you have the <blake2.h> header file. */
+#undef HAVE_BLAKE2_H
+
/* Define to 1 if you have the <bp-sym.h> header file. */
#undef HAVE_BP_SYM_H
@@ -537,6 +546,9 @@
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
+/* Define if you have zlib */
+#undef HAVE_LIBZ
+
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
@@ -596,6 +608,12 @@
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
+/* Define to 1 if you have the <openssl/err.h> header file. */
+#undef HAVE_OPENSSL_ERR_H
+
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
+#undef HAVE_OPENSSL_SSL_H
+
/* Define to 1 if you have the `pipe' function. */
#undef HAVE_PIPE
@@ -643,6 +661,9 @@
buffer had been large enough. */
#undef HAVE_SNPRINTF_RETVAL_C99
+/* Define if you have ssl */
+#undef HAVE_SSL
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -792,6 +813,9 @@
/* Define if utimes works properly. */
#undef HAVE_WORKING_UTIMES
+/* Define to 1 if you have the <zlib.h> header file. */
+#undef HAVE_ZLIB_H
+
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL