cpython/Lib/plat-sunos4/regen

10 lines
189 B
Bash
Executable File

#! /bin/sh
case `uname -sr` in
'SunOS 4.'*) ;;
*) echo Probably not on a SunOS 4 system 1>&2
exit 1;;
esac
set -v
h2py /usr/include/sys/wait.h
h2py -i '(u_long)' /usr/include/netinet/in.h