]> granicus.if.org Git - python/commitdiff
Removed _xdr module
authorBarry Warsaw <barry@python.org>
Tue, 14 Jan 1997 18:20:26 +0000 (18:20 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 14 Jan 1997 18:20:26 +0000 (18:20 +0000)
Modules/Setup.in

index 7bc59063fffdb28c40b496ce7fd6f0a21eeeb753..c9becb2644b65d2d3a0ac36ed5cb74631cab74f5 100644 (file)
@@ -139,7 +139,6 @@ 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
 #resource resource.c   # Jeremy Hylton's rlimit interface