summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-18 18:37:27 (GMT)
committerGuido van Rossum <guido@python.org>1996-12-18 18:37:27 (GMT)
commit2e6313930eab9dbadf6ffb5afed341a809f2c5c5 (patch)
treecebd29b2f2ccf3cfc8856c1a7e2ca59120402459 /Modules/Setup.in
parent3c7b2dc02c2830d0aef91aa797af48efd2cbd3d9 (diff)
downloadcpython-2e6313930eab9dbadf6ffb5afed341a809f2c5c5.zip
cpython-2e6313930eab9dbadf6ffb5afed341a809f2c5c5.tar.gz
cpython-2e6313930eab9dbadf6ffb5afed341a809f2c5c5.tar.bz2
Added Jeremy's resource module.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 6538cd4..1097378 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -140,6 +140,7 @@ errno errnomodule.c # posix (UNIX) errno values
#nis nismodule.c # Sun yellow pages -- not everywhere
#termios termios.c # Steen Lumholt's termios module
#_xdr _xdrmodule.c # -lnsl # Helper for xdrlib.py
+#resource resource.c # Jeremy Hylton's rlimit interface
# Multimedia modules -- on by default.