From b4a7db7736069ad8c3aeaf5840d64a247b1f999f Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 27 Jul 2001 09:22:03 +0000 Subject: [PATCH] config.h renamed to pyconfig.h --- Mac/Include/{config.h => pyconfig.h} | 0 Mac/Python/macgetcompiler.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Mac/Include/{config.h => pyconfig.h} (100%) 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 be1a2c3a10..e3d24b7627 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__ -- 2.40.0