summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-03-27 21:47:00 (GMT)
committerGitHub <noreply@github.com>2021-03-27 21:47:00 (GMT)
commit064bc07f241dceec2fc577cbf5c31fa6d63fe320 (patch)
tree071dbf8d3fbe105183a03a9975f76b3a1053d843 /pyconfig.h.in
parent7990072999b7e9b4ef6b1f6bb376d441a5a41d74 (diff)
downloadcpython-064bc07f241dceec2fc577cbf5c31fa6d63fe320.zip
cpython-064bc07f241dceec2fc577cbf5c31fa6d63fe320.tar.gz
cpython-064bc07f241dceec2fc577cbf5c31fa6d63fe320.tar.bz2
[3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (GH-25034)
Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit 5d6e8c1c1a5f667cdce99cb3c563ac922198678d) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index f39858d..8510c87 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -281,6 +281,9 @@
/* Define to 1 if you have the `dup3' function. */
#undef HAVE_DUP3
+/* Define if you have the '_dyld_shared_cache_contains_path' function. */
+#undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH
+
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING
@@ -778,9 +781,6 @@
/* Define if you have the 'prlimit' functions. */
#undef HAVE_PRLIMIT
-/* Define if you have the '_dyld_shared_cache_contains_path' function. */
-#undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH
-
/* Define to 1 if you have the <process.h> header file. */
#undef HAVE_PROCESS_H