summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-24 00:51:51 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-24 00:51:51 (GMT)
commit4dc66220574d68a89a62cf64a5114b8fea877997 (patch)
treef384c464864e314e536022a7b18d97bdebaaeaa6 /Modules/Setup.in
parentdfe8ad969c368cf6230087d03e000a0843a74068 (diff)
downloadcpython-4dc66220574d68a89a62cf64a5114b8fea877997.zip
cpython-4dc66220574d68a89a62cf64a5114b8fea877997.tar.gz
cpython-4dc66220574d68a89a62cf64a5114b8fea877997.tar.bz2
Added Sam Rushing's errno 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 0656265..9b7c917 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -76,6 +76,7 @@ PYTHONPATH=$(COREPYTHONPATH)
# Some modules that are normally always on:
posix posixmodule.c # posix (UNIX) system calls
+errno errnomodule.c # posix (UNIX) errno values
signal signalmodule.c # signal(2)
# The SGI specific GL module: