1994-05-17 09:28:58 +00:00
|
|
|
#! /bin/sh
|
|
|
|
case `uname -sr` in
|
|
|
|
'SunOS 4.'*) ;;
|
|
|
|
*) echo Probably not on a SunOS 4 system 1>&2
|
|
|
|
exit 1;;
|
|
|
|
esac
|
|
|
|
set -v
|
1994-08-01 11:34:53 +00:00
|
|
|
h2py /usr/include/sys/wait.h
|
1994-05-17 09:28:58 +00:00
|
|
|
h2py -i '(u_long)' /usr/include/netinet/in.h
|