Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 906e26e897b4b2e4b938c65fc4cf9d3b13fa069d authored by Martin v. Löwis on 14 January 2010, 17:41:58 UTC
Prepare for 2.5.5c1.
Tip revision: 906e26e
regen
#! /bin/sh
case `uname -sv` in
'AIX 4'*)  ;;
*)      echo Probably not on an AIX 4 system 1>&2
        exit 1;;
esac
set -v
h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top