From ce59c04127cb82127e247f5e986b07cbb6c39c61 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sat, 17 Jan 2004 14:19:44 +0000 Subject: Remove support for SunOS 4. Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition). --- pyconfig.h.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pyconfig.h.in') 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 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 -- cgit v1.2.1