blob: 94016627cc021f8519db53f76f6b94b7e095d8d1 [file] [log] [blame]
Guido van Rossumd44e0c31996-08-08 18:24:58 +00001#! /bin/sh
2case `uname -sv` in
3'AIX 4'*) ;;
4*) echo Probably not on an AIX 4 system 1>&2
5 exit 1;;
6esac
7set -v
8h2py.py /usr/include/fcntl.h
9h2py.py /usr/include/sys/socket.h
10h2py.py -i '(u_long)' /usr/include/netinet/in.h
11h2py.py /usr/include/termios.h