Staging
v0.5.1
Revision fb0928d1176a1e517cc5e46aeafbf54ff5c2554c authored by Barry Warsaw on 09 March 2010, 22:31:52 UTC, committed by Barry Warsaw on 09 March 2010, 22:31:52 UTC
1 parent 2a5b622
Raw File
regen
#! /bin/sh
case `uname` in
Linux*)	;;
*)	echo Probably not on a Linux system 1>&2
	exit 1;;
esac
set -v
h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/dlfcn.h
back to top