]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
regen for Next
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 1996 18:14:41 +0000 (18:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 1996 18:14:41 +0000 (18:14 +0000)
Lib/next3/regen [new file with mode: 0755]
Lib/plat-next3/regen [new file with mode: 0755]

diff --git a/Lib/next3/regen b/Lib/next3/regen
new file mode 100755 (executable)
index 0000000..fe4f4b5
--- /dev/null
@@ -0,0 +1,11 @@
+#! /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
diff --git a/Lib/plat-next3/regen b/Lib/plat-next3/regen
new file mode 100755 (executable)
index 0000000..fe4f4b5
--- /dev/null
@@ -0,0 +1,11 @@
+#! /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