]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
config.h renamed to pyconfig.h
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 27 Jul 2001 09:22:03 +0000 (09:22 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 27 Jul 2001 09:22:03 +0000 (09:22 +0000)
Mac/Include/pyconfig.h [moved from Mac/Include/config.h with 100% similarity]
Mac/Python/macgetcompiler.c

similarity index 100%
rename from Mac/Include/config.h
rename to Mac/Include/pyconfig.h
index be1a2c3a107a77d509b19627310653386e67e39e..e3d24b7627f34b285fc73dc1373b0d8b0e66c5f6 100644 (file)
@@ -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__