home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
OPENSTEP
/
Languages
/
Python
/
python-14-src
/
Lib
/
aix3
/
regen
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-17
|
266 b
|
12 lines
#! /bin/sh
case `uname -sv` in
'AIX 3'*) ;;
*) echo Probably not on an AIX 3 system 1>&2
exit 1;;
esac
set -v
h2py.py /usr/include/fcntl.h
h2py.py /usr/include/sys/socket.h
h2py.py -i '(u_long)' /usr/include/netinet/in.h
h2py.py /usr/include/termios.h