diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-04-17 08:19:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-04-17 08:19:58 (GMT) |
commit | 9b483f153a2f4713d67e0b573f47ef11e143d72f (patch) | |
tree | 6c4354257d3312521f8297adc2686686a81c5c8f /Lib/plat-aix3/regen | |
parent | d76e7796c97a8f4d555a687609bd96f01f68b7a1 (diff) | |
download | cpython-9b483f153a2f4713d67e0b573f47ef11e143d72f.zip cpython-9b483f153a2f4713d67e0b573f47ef11e143d72f.tar.gz cpython-9b483f153a2f4713d67e0b573f47ef11e143d72f.tar.bz2 |
Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.)
Diffstat (limited to 'Lib/plat-aix3/regen')
-rwxr-xr-x | Lib/plat-aix3/regen | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/plat-aix3/regen b/Lib/plat-aix3/regen deleted file mode 100755 index 58deb20..0000000 --- a/Lib/plat-aix3/regen +++ /dev/null @@ -1,8 +0,0 @@ -#! /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 -i '(u_long)' /usr/include/netinet/in.h |