Skip to content

Commit

Permalink
Remove more references to nsl library, NIS and nismodule
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 24, 2023
1 parent dbc4742 commit 4530100
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
1 change: 0 additions & 1 deletion Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def clean_lines(text):
# possible system-installed headers, just in case
Modules/_tkinter.c /usr/include/tcl8.6
Modules/_uuidmodule.c /usr/include/uuid
Modules/nismodule.c /usr/include/tirpc
Modules/tkappinit.c /usr/include/tcl
# @end=tsv@
Expand Down
3 changes: 0 additions & 3 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,6 @@ Modules/_tkinter.c - trbInCmd -
##-----------------------
## initialized once

## pre-allocated buffer
Modules/nismodule.c nisproc_maplist_2 res -

## other
Include/datetime.h - PyDateTimeAPI -
Modules/_ctypes/cfield.c _ctypes_get_fielddesc initialized -
Expand Down
2 changes: 0 additions & 2 deletions Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ Modules/cmathmodule.c - tanh_special_values -
Modules/config.c - _PyImport_Inittab -
Modules/faulthandler.c - faulthandler_handlers -
Modules/getnameinfo.c - gni_afdl -
Modules/nismodule.c - TIMEOUT -
Modules/nismodule.c - aliases -
Modules/posixmodule.c os_getxattr_impl buffer_sizes -
Modules/posixmodule.c os_listxattr_impl buffer_sizes -
Modules/posixmodule.c - posix_constants_confstr -
Expand Down

0 comments on commit 4530100

Please sign in to comment.