From: Fred Drake Date: Thu, 10 May 2001 15:52:47 +0000 (+0000) Subject: Do no regenerate modules that should no longer be here. X-Git-Tag: v2.2a3~1840 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48a1638d78a9a6edc8637af7aae8ef0558ae29a9;p=thirdparty%2FPython%2Fcpython.git Do no regenerate modules that should no longer be here. --- diff --git a/Lib/plat-next3/regen b/Lib/plat-next3/regen index fe4f4b511233..7a036135a33a 100755 --- a/Lib/plat-next3/regen +++ b/Lib/plat-next3/regen @@ -3,9 +3,4 @@ set -v INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd" export INCLUDE -python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h -echo "Adding O_NDELAY and O_SYNC" -echo "O_NDELAY = FNDELAY" >> FCNTL.py -echo "O_SYNC = FSYNC" >> FCNTL.py -python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h diff --git a/Lib/plat-sunos4/regen b/Lib/plat-sunos4/regen index 8b52d741bf5c..e44f2386caa2 100755 --- a/Lib/plat-sunos4/regen +++ b/Lib/plat-sunos4/regen @@ -5,8 +5,5 @@ case `uname -sr` in exit 1;; esac set -v -h2py FCNTL.py -echo "O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >>FCNTL.py -h2py /usr/include/sys/socket.h h2py /usr/include/sys/wait.h h2py -i '(u_long)' /usr/include/netinet/in.h diff --git a/Lib/plat-sunos5/regen b/Lib/plat-sunos5/regen index faedc4713fea..3c8310ef1543 100755 --- a/Lib/plat-sunos5/regen +++ b/Lib/plat-sunos5/regen @@ -5,8 +5,5 @@ case `uname -sr` in exit 1;; esac set -v -h2py /usr/include/sys/fcntl.h -h2py /usr/include/sys/socket.h h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/termios.h h2py /usr/include/sys/stropts.h