summaryrefslogtreecommitdiffstats
path: root/Lib/plat-generic/regen
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 16:36:42 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-30 16:36:42 (GMT)
commitbe33c37faef8d71b95e4d5a3dcd040f8e8d6c2ca (patch)
treefdec5fecb22f2540c478df2339b69f001af7534e /Lib/plat-generic/regen
parent3bb710d6473fdcf3fb13fcfbff8e3942494c2fc5 (diff)
downloadcpython-be33c37faef8d71b95e4d5a3dcd040f8e8d6c2ca.zip
cpython-be33c37faef8d71b95e4d5a3dcd040f8e8d6c2ca.tar.gz
cpython-be33c37faef8d71b95e4d5a3dcd040f8e8d6c2ca.tar.bz2
Sh script to recreage generic machdep subdirectory
Diffstat (limited to 'Lib/plat-generic/regen')
-rwxr-xr-xLib/plat-generic/regen6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen
new file mode 100755
index 0000000..8c81a5f
--- /dev/null
+++ b/Lib/plat-generic/regen
@@ -0,0 +1,6 @@
+#! /bin/sh
+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