aboutsummaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-22 15:52:29 +0200
committerGitHub <noreply@github.com>2021-11-22 14:52:29 +0100
commitd9cedabeba0d87799f99c0717e81743a1c2d34ce (patch)
treeaaf2829609eb71598aeba5c838e8bb76608b0a24 /pyconfig.h.in
parentb451673f93465a27ee61e408190ee61cb9dbd5b6 (diff)
downloadcpython3-d9cedabeba0d87799f99c0717e81743a1c2d34ce.tar.gz
bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 6f3adb2314..6672344437 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -595,9 +595,6 @@
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN
-/* Define to 1 if you have the `bz2' library (-lbz2). */
-#undef HAVE_LIBBZ2
-
/* Define to 1 if you have the `db' library (-ldb). */
#undef HAVE_LIBDB
@@ -619,9 +616,6 @@
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
-/* Define to 1 if you have the `lzma' library (-llzma). */
-#undef HAVE_LIBLZMA
-
/* Define to 1 if you have the `ndbm' library (-lndbm). */
#undef HAVE_LIBNDBM
@@ -640,9 +634,6 @@
/* Define to 1 if you have the `uuid' library (-luuid). */
#undef HAVE_LIBUUID
-/* Define to 1 if you have the `z' library (-lz). */
-#undef HAVE_LIBZ
-
/* Define if you have the 'link' function. */
#undef HAVE_LINK