Staging
v0.8.1
Revision 66e63170d9aa8cf41a772b0d22b20c47636d24f5 authored by Stefan Krah on 23 August 2012, 13:53:45 UTC, committed by Stefan Krah on 23 August 2012, 13:53:45 UTC
1 parent f21587e
Raw File
regen
#! /bin/sh
case `uname -sr` in
'SunOS 5.'*)	;;
*)	echo Probably not on a Solaris 2 system 1>&2
	exit 1;;
esac
set -v
h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/sys/stropts.h /usr/include/dlfcn.h

back to top