Staging
v0.5.1
https://github.com/python/cpython
Revision a1124700f80db19ff02d98f4de4303496c0d203a authored by Guido van Rossum on 30 December 1994, 17:18:59 UTC, committed by Guido van Rossum on 30 December 1994, 17:18:59 UTC
1 parent eecf035
Raw File
Tip revision: a1124700f80db19ff02d98f4de4303496c0d203a authored by Guido van Rossum on 30 December 1994, 17:18:59 UTC
Add hacks for switching protocol and path but leaving host unchanged
Tip revision: a112470
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 /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py -i '(u_long)' /usr/include/netinet/in.h
back to top