diff options
Diffstat (limited to 'Lib/sunos5/regen')
-rwxr-xr-x | Lib/sunos5/regen | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Lib/sunos5/regen b/Lib/sunos5/regen deleted file mode 100755 index 2f2cdef..0000000 --- a/Lib/sunos5/regen +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh -case `uname -sr` in -'SunOS 5.'*) ;; -*) echo Probably not on a Solaris 2 system 1>&2 - exit 1;; -esac -set -v -h2py /usr/include/sys/fcntl.h -h2py /usr/include/sys/socket.h -h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/termios.h |