bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668)

This commit is contained in:
Christian Heimes 2021-11-21 11:45:31 +02:00 committed by GitHub
parent 4f006a789a
commit f201d261cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 254 additions and 25 deletions

View file

@ -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
############################################################################