diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 22:08:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 22:08:36 (GMT) |
commit | 17e1fe0f9ba87eb170493daa0a4de207425195fd (patch) | |
tree | db9e645358037bcec78ab5f92ff53a1cb49e691a /PC/pyconfig.h | |
parent | b1cb30ec8639e4e65f62e8f6cd44e979640431c8 (diff) | |
download | cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.zip cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.tar.gz cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.tar.bz2 |
gh-104773: PEP 594: Remove the nis module (#104897)
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index f9250d6..ac20129 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -675,9 +675,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* Define if you have the mpc library (-lmpc). */ /* #undef HAVE_LIBMPC */ -/* Define if you have the nsl library (-lnsl). */ -#define HAVE_LIBNSL 1 - /* Define if you have the seq library (-lseq). */ /* #undef HAVE_LIBSEQ */ |