Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4e699d5f
Commit
4e699d5f
authored
Aug 31, 2004
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mpz, rotor, xreadlines modules
parent
ecd57549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
Modules/Setup.dist
Modules/Setup.dist
+1
-22
No files found.
Modules/Setup.dist
View file @
4e699d5f
...
...
@@ -189,9 +189,6 @@ GLHACK=-Dclear=__GLclear
# Memory-mapped files (also works on Win32).
#mmap mmapmodule.c
# Dynamic readlines
#xreadlines xreadlinesmodule.c
# CSV file helper
#_csv _csv.c
...
...
@@ -243,22 +240,6 @@ GLHACK=-Dclear=__GLclear
#sha shamodule.c
# The mpz module interfaces to the GNU Multiple Precision library.
# You need to ftp the GNU MP library.
# The GMP variable must point to the GMP source directory.
# This was originally written and tested against GMP 1.2 and 1.3.2.
# It has been modified by Rob Hooft to work with 2.0.2 as well, but I
# haven't tested it recently.
# A compatible MP library unencombered by the GPL also exists. It was
# posted to comp.sources.misc in volume 40 and is widely available from
# FTP archive sites. One URL for it is:
# ftp://gatekeeper.dec.com/.b/usenet/comp.sources.misc/volume40/fgmp/part01.Z
#GMP=/ufs/guido/src/gmp
#mpz mpzmodule.c -I$(GMP) $(GMP)/libgmp.a
# SGI IRIX specific modules -- off by default.
# These module work on any SGI machine:
...
...
@@ -354,9 +335,7 @@ GLHACK=-Dclear=__GLclear
# *** Always uncomment this; X11 libraries to link with:
# -lX11
# Lance Ellinghaus's modules:
#rotor rotormodule.c # enigma-inspired encryption
# Lance Ellinghaus's syslog module
#syslog syslogmodule.c # syslog daemon interface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment