summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 22:58:53 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-19 22:58:53 (GMT)
commit73363b526e9b299d70d85e2063e5bc0fcfc31e22 (patch)
tree21112764456aedd05ddc68490d948a2347219ba4 /Modules/Setup.in
parent40006cfd9b59ba45e77d763ac14a67eb14f6a8bb (diff)
downloadcpython-73363b526e9b299d70d85e2063e5bc0fcfc31e22.zip
cpython-73363b526e9b299d70d85e2063e5bc0fcfc31e22.tar.gz
cpython-73363b526e9b299d70d85e2063e5bc0fcfc31e22.tar.bz2
Added _xdr 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 9aa6ab1..3a200d7 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -134,6 +134,7 @@ errno errnomodule.c # posix (UNIX) errno values
#dbm dbmmodule.c # dbm(3) may require -lndbm or similar
#nis nismodule.c # Sun yellow pages -- not everywhere
#termios termios.c # Steen Lumholt's termios module
+#_xdr xdrmodule.c # -lnsl # Helper for xdrlib.py
# Multimedia modules -- on by default.