Staging
v0.5.1
Revision 84d6457fe4b92730de50847cb238f942cd04937a authored by Georg Brandl on 05 March 2011, 13:55:23 UTC, committed by Georg Brandl on 05 March 2011, 13:55:23 UTC
1 parent 56b2c92
Raw File
regen
#! /bin/sh
case `uname -sv` in
'AIX 3'*)  ;;
*)      echo Probably not on an AIX 3 system 1>&2
        exit 1;;
esac
set -v
h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top