diff options
author | Skip Montanaro <skip@pobox.com> | 2004-01-17 14:19:44 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-01-17 14:19:44 +0000 |
commit | ce59c04127cb82127e247f5e986b07cbb6c39c61 (patch) | |
tree | 75b910d56a7b8f039e99c2cf6156c061124ef1e8 /pyconfig.h.in | |
parent | 09de7567269af82164ec7dd0c5edf3ec6d1b7502 (diff) | |
download | cpython-git-ce59c04127cb82127e247f5e986b07cbb6c39c61.tar.gz |
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 41de4e1c3a..e1c432fb5e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -12,10 +12,6 @@ /* Define this if you have AtheOS threads. */ #undef ATHEOS_THREADS -/* Define if your <unistd.h> contains bad prototypes for exec*() (as it does - on SGI IRIX 4.x) */ -#undef BAD_EXEC_PROTOTYPES - /* Define this if you have BeOS threads. */ #undef BEOS_THREADS |