From 02488ff1737b6f620e6b7727a2904c0d51871041 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Jul 2002 15:32:40 +0000 Subject: Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. --- PC/pyconfig.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 547a567..d4dfd90 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -435,10 +435,6 @@ typedef int pid_t; (as it does on SGI IRIX 4.x) */ /* #undef BAD_EXEC_PROTOTYPES */ -/* Define if your compiler botches static forward declarations - (as it does on SCI ODT 3.0) */ -#define BAD_STATIC_FORWARD 1 - /* Define if getpgrp() must be called as getpgrp(0) and (consequently) setpgrp() as setpgrp(0, 0). */ /* #undef GETPGRP_HAVE_ARGS */ -- cgit v0.12