diff options
author | Christian Heimes <christian@python.org> | 2022-07-01 19:48:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 19:48:38 (GMT) |
commit | ec5e253556875640b1ac514e85c545346ac3f1e0 (patch) | |
tree | 261032faba2fe39a417a6811e10f70466756c485 /pyconfig.h.in | |
parent | 80aaeabb8bd1e6b49598a7e23e0f8d99b3fcecaf (diff) | |
download | cpython-ec5e253556875640b1ac514e85c545346ac3f1e0.zip cpython-ec5e253556875640b1ac514e85c545346ac3f1e0.tar.gz cpython-ec5e253556875640b1ac514e85c545346ac3f1e0.tar.bz2 |
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 15933e7..b05ddd4 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -640,18 +640,12 @@ /* Define to 1 if you have the `dld' library (-ldld). */ #undef HAVE_LIBDLD -/* Define to 1 if you have the `gdbm_compat' library (-lgdbm_compat). */ -#undef HAVE_LIBGDBM_COMPAT - /* Define to 1 if you have the `ieee' library (-lieee). */ #undef HAVE_LIBIEEE /* Define to 1 if you have the <libintl.h> header file. */ #undef HAVE_LIBINTL_H -/* Define to 1 if you have the `ndbm' library (-lndbm). */ -#undef HAVE_LIBNDBM - /* Define to build the readline module. */ #undef HAVE_LIBREADLINE |