summaryrefslogtreecommitdiffstats
path: root/Lib/next3
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-09 03:50:59 (GMT)
committerGuido van Rossum <guido@python.org>1997-09-09 03:50:59 (GMT)
commit1c0d851a32c9c271215572ed37cdd38d60125d04 (patch)
treeac9e9b801f9d88a1930ea9088486bf8e34b0f7b2 /Lib/next3
parent5c1f5bd5f64c2c60afa5221862fd220cd086c5c8 (diff)
downloadcpython-1c0d851a32c9c271215572ed37cdd38d60125d04.zip
cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.gz
cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.bz2
Renamed platform specific subdirectories to plat-*.
Diffstat (limited to 'Lib/next3')
-rwxr-xr-xLib/next3/regen11
1 files changed, 0 insertions, 11 deletions
diff --git a/Lib/next3/regen b/Lib/next3/regen
deleted file mode 100755
index fe4f4b5..0000000
--- a/Lib/next3/regen
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-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