From: Jack Jansen Date: Fri, 27 Jul 2001 09:22:03 +0000 (+0000) Subject: config.h renamed to pyconfig.h X-Git-Tag: v2.2a3~951 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4a7db7736069ad8c3aeaf5840d64a247b1f999f;p=thirdparty%2FPython%2Fcpython.git config.h renamed to pyconfig.h --- diff --git a/Mac/Include/config.h b/Mac/Include/pyconfig.h similarity index 100% rename from Mac/Include/config.h rename to Mac/Include/pyconfig.h diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index be1a2c3a107a..e3d24b7627f3 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -31,7 +31,7 @@ PERFORMANCE OF THIS SOFTWARE. /* Return a string representing the compiler name */ -#include "config.h" +#include "pyconfig.h" #include "Python.h" #ifdef __MWERKS__