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 be1a2c3..e3d24b7 100644
--- a/Mac/Python/macgetcompiler.c
+++ b/Mac/Python/macgetcompiler.c
@@ -31,7 +31,7 @@
 
 /* Return a string representing the compiler name */
 
-#include "config.h"
+#include "pyconfig.h"
 #include "Python.h"
 
 #ifdef __MWERKS__