diff options
author | Brian Kearns <bdkearns@gmail.com> | 2013-03-03 19:11:13 -0500 |
---|---|---|
committer | Brian Kearns <bdkearns@gmail.com> | 2013-03-03 19:11:13 -0500 |
commit | d776c009d6430a0f06807538ce88f13b0cfd60ac (patch) | |
tree | 80fcb3174fd321a11541502f3f647dcaf1a7d0dd /lib-python/3/plat-next3 | |
parent | forgot this (diff) | |
download | pypy-d776c009d6430a0f06807538ce88f13b0cfd60ac.tar.gz pypy-d776c009d6430a0f06807538ce88f13b0cfd60ac.tar.bz2 pypy-d776c009d6430a0f06807538ce88f13b0cfd60ac.zip |
hg mv lib-python/3.2 lib-python/3
Diffstat (limited to 'lib-python/3/plat-next3')
-rwxr-xr-x | lib-python/3/plat-next3/regen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-python/3/plat-next3/regen b/lib-python/3/plat-next3/regen new file mode 100755 index 0000000000..7a036135a3 --- /dev/null +++ b/lib-python/3/plat-next3/regen @@ -0,0 +1,6 @@ +#! /bin/sh +set -v +INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd" +export INCLUDE + +python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h |