mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668)
This commit is contained in:
parent
4f006a789a
commit
f201d261cf
5 changed files with 254 additions and 25 deletions
|
|
@ -61,8 +61,14 @@
|
|||
# Modules with some UNIX dependencies
|
||||
#
|
||||
|
||||
# Linux and FreeBSD, needs sys/soundcard.h or linux/soundcard.h
|
||||
@MODULE_GRP_TRUE@grp grpmodule.c
|
||||
# needs sys/soundcard.h or linux/soundcard.h (Linux, FreeBSD)
|
||||
@MODULE_OSSAUDIODEV_TRUE@ossaudiodev ossaudiodev.c
|
||||
@MODULE_RESOURCE_TRUE@resource resource.c
|
||||
# AIX has shadow passwords, but does not provide getspent API
|
||||
@MODULE_SPWD_TRUE@spwd spwdmodule.c
|
||||
@MODULE_SYSLOG_TRUE@syslog syslogmodule.c
|
||||
@MODULE_TERMIOS_TRUE@termios termios.c
|
||||
|
||||
|
||||
############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue