Staging
v0.5.1
https://github.com/python/cpython
Revision c5e1e151170f71ee0973e9a781d4df9bad1e668e authored by Tim Peters on 10 October 2006, 16:42:09 UTC, committed by Tim Peters on 10 October 2006, 16:42:09 UTC
_bsddb on Windows (Martin recently repaired that -- thanks!).
1 parent 3d62ffe
Raw File
Tip revision: c5e1e151170f71ee0973e9a781d4df9bad1e668e authored by Tim Peters on 10 October 2006, 16:42:09 UTC
Note that there are no longer warnings when building
Tip revision: c5e1e15
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