diff options
author | Skip Montanaro <skip@pobox.com> | 2004-02-07 20:01:11 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-02-07 20:01:11 (GMT) |
commit | b23b7698ccd9c62b6da98cee098acf0a4d91e6e2 (patch) | |
tree | d81820efa8e77fa5d124d40c04661f588d497d7e /Lib/plat-sunos4/regen | |
parent | db6080507d7b507cfe9aa524d012a96b5dfefc2d (diff) | |
download | cpython-b23b7698ccd9c62b6da98cee098acf0a4d91e6e2.zip cpython-b23b7698ccd9c62b6da98cee098acf0a4d91e6e2.tar.gz cpython-b23b7698ccd9c62b6da98cee098acf0a4d91e6e2.tar.bz2 |
no longer support sunos4 platform
Diffstat (limited to 'Lib/plat-sunos4/regen')
-rwxr-xr-x | Lib/plat-sunos4/regen | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/plat-sunos4/regen b/Lib/plat-sunos4/regen deleted file mode 100755 index e44f238..0000000 --- a/Lib/plat-sunos4/regen +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh -case `uname -sr` in -'SunOS 4.'*) ;; -*) echo Probably not on a SunOS 4 system 1>&2 - exit 1;; -esac -set -v -h2py /usr/include/sys/wait.h -h2py -i '(u_long)' /usr/include/netinet/in.h |