diff options
author | Guido van Rossum <guido@python.org> | 1996-07-30 21:05:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-30 21:05:10 (GMT) |
commit | 24cf88d31e84391b31c94c938ed6fff61967fb39 (patch) | |
tree | ef31a6f7c7deaf8989505db6f7237fe65d73298b /Lib/plat-freebsd2/regen | |
parent | 7a7eb37a10113af56fab197d877326bf43efa964 (diff) | |
download | cpython-24cf88d31e84391b31c94c938ed6fff61967fb39.zip cpython-24cf88d31e84391b31c94c938ed6fff61967fb39.tar.gz cpython-24cf88d31e84391b31c94c938ed6fff61967fb39.tar.bz2 |
FreeBSD platform specific modules
Diffstat (limited to 'Lib/plat-freebsd2/regen')
-rwxr-xr-x | Lib/plat-freebsd2/regen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/plat-freebsd2/regen b/Lib/plat-freebsd2/regen new file mode 100755 index 0000000..1516e60 --- /dev/null +++ b/Lib/plat-freebsd2/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 |