config.h renamed to pyconfig.h

This commit is contained in:
Jack Jansen 2001-07-27 09:22:03 +00:00
parent 8d2f3d66ee
commit b4a7db7736
2 changed files with 1 additions and 1 deletions

View 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__