summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 22:08:36 (GMT)
committerGitHub <noreply@github.com>2023-05-24 22:08:36 (GMT)
commit17e1fe0f9ba87eb170493daa0a4de207425195fd (patch)
treedb9e645358037bcec78ab5f92ff53a1cb49e691a /PC/pyconfig.h
parentb1cb30ec8639e4e65f62e8f6cd44e979640431c8 (diff)
downloadcpython-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.h3
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 */