Staging
v0.5.1
Revision 44036016b9ac8c1ceeb2a634585513ccb674c571 authored by Georg Brandl on 10 April 2012, 17:28:09 UTC, committed by Georg Brandl on 10 April 2012, 17:28:09 UTC
1 parent 470f33f
Raw File
regen
#! /bin/sh
case `uname -sr` in
UnixWare*)	;;
*)	echo Probably not on a UnixWare system 1>&2
	exit 1;;
esac
set -v
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/stropts.h
back to top