aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-13 10:32:14 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-13 10:32:14 +0100
commit9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d (patch)
tree07f5807ca5664844a8f9664979a6700fb82fd516 /config.h.in
parentqmerge: don't call zstd with --long=31 on 32-bits platforms (diff)
downloadportage-utils-9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d.tar.gz
portage-utils-9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d.tar.bz2
portage-utils-9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d.zip
buildsys: regenv0.90.1
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c8155e2..9b75f3a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -670,6 +670,9 @@
/* Define if you have ssl */
#undef HAVE_SSL
+/* Define to 1 if you have the <stddef.h> header file. */
+#undef HAVE_STDDEF_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -987,6 +990,9 @@
'sig_atomic_t'. */
#undef SIG_ATOMIC_T_SUFFIX
+/* The number of bytes in type size_t */
+#undef SIZEOF_SIZE_T
+
/* Define as the maximum value of type 'size_t', if the system doesn't define
it. */
#ifndef SIZE_MAX