Skip to content

Commit 3f25903

Browse files
committed
Remove more references to nsl library, NIS and nismodule
1 parent dbc4742 commit 3f25903

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

PC/pyconfig.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
675675
/* Define if you have the mpc library (-lmpc). */
676676
/* #undef HAVE_LIBMPC */
677677

678-
/* Define if you have the nsl library (-lnsl). */
679-
#define HAVE_LIBNSL 1
680-
681678
/* Define if you have the seq library (-lseq). */
682679
/* #undef HAVE_LIBSEQ */
683680

Tools/c-analyzer/cpython/_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def clean_lines(text):
120120
# possible system-installed headers, just in case
121121
Modules/_tkinter.c /usr/include/tcl8.6
122122
Modules/_uuidmodule.c /usr/include/uuid
123-
Modules/nismodule.c /usr/include/tirpc
124123
Modules/tkappinit.c /usr/include/tcl
125124
126125
# @end=tsv@

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,6 @@ Modules/_tkinter.c - trbInCmd -
454454
##-----------------------
455455
## initialized once
456456

457-
## pre-allocated buffer
458-
Modules/nismodule.c nisproc_maplist_2 res -
459-
460457
## other
461458
Include/datetime.h - PyDateTimeAPI -
462459
Modules/_ctypes/cfield.c _ctypes_get_fielddesc initialized -

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ Modules/cmathmodule.c - tanh_special_values -
282282
Modules/config.c - _PyImport_Inittab -
283283
Modules/faulthandler.c - faulthandler_handlers -
284284
Modules/getnameinfo.c - gni_afdl -
285-
Modules/nismodule.c - TIMEOUT -
286-
Modules/nismodule.c - aliases -
287285
Modules/posixmodule.c os_getxattr_impl buffer_sizes -
288286
Modules/posixmodule.c os_listxattr_impl buffer_sizes -
289287
Modules/posixmodule.c - posix_constants_confstr -

0 commit comments

Comments
 (0)