summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-05 13:44:50 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-05 13:44:50 (GMT)
commitc65a525cdc9ce2e0af56e1a75deb877e935cee2f (patch)
tree3d9826ef689cd442f8906c2fed6b8eed008b4acc /Modules/Setup.in
parent781db5d0bb24889dbcd06203b38d4eb886d45f87 (diff)
downloadcpython-c65a525cdc9ce2e0af56e1a75deb877e935cee2f.zip
cpython-c65a525cdc9ce2e0af56e1a75deb877e935cee2f.tar.gz
cpython-c65a525cdc9ce2e0af56e1a75deb877e935cee2f.tar.bz2
* Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index f7b5bace..171755c 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -93,8 +93,8 @@ socket socketmodule.o # socket(2); not on ancient System V
# Multimedia modules -- on by default.
# These represent audio samples or images as strings
-audioop audioopmodule.o # Operations on audio samples
-imageop imageopmodule.o # Operations on images
+audioop audioop.o # Operations on audio samples
+imageop imageop.o # Operations on images
rgbimg rgbimgmodule.o # Read SGI RGB image files (but coded portably)
@@ -148,7 +148,7 @@ rotor rotormodule.o
#cl clmodule.o -lcl # -lawareaudio
#fm fmmodule.o -lfm_s -lgl_s
#gl glmodule.o -lgl_s -lX11_s
-#imgfile imgfilemodule.o -limage -lgutil
+#imgfile imgfile.o -limage -lgutil
#sgi sgimodule.o
#sv svmodule.o yuvconvert.o -lsvideo -lXext -lX11_s
@@ -165,7 +165,7 @@ rotor rotormodule.o
# SunOS specific modules -- off by default
-# sunaudiodev sunaudiodevmodule.o
+# sunaudiodev sunaudiodev.o
# Thread module -- works on SGI IRIX and on SunOS 5.x (SOLARIS) only.
@@ -196,7 +196,7 @@ rotor rotormodule.o
# Jack Jansen's imgformat module
-# imgformat imgformatmodule.o
+# imgformat imgformat.o
# Lance Ellinghouse's syslog module