blob: 2f2cdeff91a9fac3c19d5940ff99a5802caf4e8c [file] [log] [blame]
Guido van Rossume5e73b91994-10-09 23:03:12 +00001#! /bin/sh
2case `uname -sr` in
3'SunOS 5.'*) ;;
4*) echo Probably not on a Solaris 2 system 1>&2
5 exit 1;;
6esac
7set -v
8h2py /usr/include/sys/fcntl.h
9h2py /usr/include/sys/socket.h
10h2py -i '(u_long)' /usr/include/netinet/in.h
Guido van Rossum86dc1e61995-03-31 11:34:23 +000011h2py /usr/include/termios.h