diff options
author | Guido van Rossum <guido@python.org> | 1998-05-06 15:14:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-05-06 15:14:36 (GMT) |
commit | e7b6e396fcbcd26b9af5c13ba27fd7c5629628cf (patch) | |
tree | 91969380bf7c630dcdf1b4c2c46299a4319e2544 /Lib/plat-freebsd3/regen | |
parent | 4a114313a89e8b7a9c74ee09729cfbb72053f6b4 (diff) | |
download | cpython-e7b6e396fcbcd26b9af5c13ba27fd7c5629628cf.zip cpython-e7b6e396fcbcd26b9af5c13ba27fd7c5629628cf.tar.gz cpython-e7b6e396fcbcd26b9af5c13ba27fd7c5629628cf.tar.bz2 |
New files from Thomas Gellekum
Diffstat (limited to 'Lib/plat-freebsd3/regen')
-rwxr-xr-x | Lib/plat-freebsd3/regen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/plat-freebsd3/regen b/Lib/plat-freebsd3/regen new file mode 100755 index 0000000..8c81a5f --- /dev/null +++ b/Lib/plat-freebsd3/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 |