summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-01-17 14:19:44 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-01-17 14:19:44 (GMT)
commitce59c04127cb82127e247f5e986b07cbb6c39c61 (patch)
tree75b910d56a7b8f039e99c2cf6156c061124ef1e8 /PC
parent09de7567269af82164ec7dd0c5edf3ec6d1b7502 (diff)
downloadcpython-ce59c04127cb82127e247f5e986b07cbb6c39c61.zip
cpython-ce59c04127cb82127e247f5e986b07cbb6c39c61.tar.gz
cpython-ce59c04127cb82127e247f5e986b07cbb6c39c61.tar.bz2
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 4bfcdbd..e8b65c7 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -348,10 +348,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if the closedir function returns void instead of int. */
/* #undef VOID_CLOSEDIR */
-/* Define if your <unistd.h> contains bad prototypes for exec*()
- (as it does on SGI IRIX 4.x) */
-/* #undef BAD_EXEC_PROTOTYPES */
-
/* Define if getpgrp() must be called as getpgrp(0)
and (consequently) setpgrp() as setpgrp(0, 0). */
/* #undef GETPGRP_HAVE_ARGS */