Staging
v0.5.1
https://github.com/python/cpython
Revision d8d676c289e76171480765eb2e60d1e981c21af2 authored by Guido van Rossum on 12 October 1998, 20:57:09 UTC, committed by Guido van Rossum on 12 October 1998, 20:57:09 UTC
1 parent d020cf3
Raw File
Tip revision: d8d676c289e76171480765eb2e60d1e981c21af2 authored by Guido van Rossum on 12 October 1998, 20:57:09 UTC
Add menu configuration to the event configuration.
Tip revision: d8d676c
regen
#! /bin/sh
case `uname -sv` in
'AIX 4'*)  ;;
*)      echo Probably not on an AIX 4 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
back to top