| Jeremy Hylton | 34bef26 | 2000-08-31 02:42:11 +0000 | [diff] [blame^] | 1 | #! /bin/sh |
| 2 | set -v | ||||
| 3 | python ../../Tools/scripts/h2py.py /usr/include/fcntl.h | ||||
| 4 | python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h | ||||
| 5 | python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h | ||||
| 6 | python ../../Tools/scripts/h2py.py /usr/include/termios.h | ||||