diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-02 21:20:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-02 21:20:22 (GMT) |
commit | 0422e7f815aceb7099c8351f599420386bd97d2a (patch) | |
tree | 3249bddb9d3d2f941a0ed76ddd974a066fb8c0cf /Modules | |
parent | 484d735f1e0b64b60c2fbcace5f57ff032d12c03 (diff) | |
download | cpython-0422e7f815aceb7099c8351f599420386bd97d2a.zip cpython-0422e7f815aceb7099c8351f599420386bd97d2a.tar.gz cpython-0422e7f815aceb7099c8351f599420386bd97d2a.tar.bz2 |
Remove comment about -lucb for the mmap module -- the module has been
changed so that this is no longer needed on the only platform this is
known to have been needed on.
Fixed on indentation-related consistency nit.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 994c687..7e33379 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -154,8 +154,7 @@ select selectmodule.c # select(2); not on ancient System V _socket socketmodule.c # socket(2) # Memory-mapped files (also works on Win32). -# Some platforms require -lucb. -mmap mmapmodule.c # -lucb +mmap mmapmodule.c # Socket module compiled with SSL support; you must edit the SSL variable: #SSL=/usr/local/ssl @@ -182,7 +181,7 @@ mmap mmapmodule.c # -lucb #audioop audioop.c # Operations on audio samples #imageop imageop.c # Operations on images -#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably) +#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably) # The md5 module implements the RSA Data Security, Inc. MD5 |