Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.
diff --git a/Include/Python.h b/Include/Python.h
index 24d33b2..17ac374 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -21,7 +21,7 @@
 /* Include nearly all Python header files */
 
 #include "patchlevel.h"
-#include "config.h"
+#include "pyconfig.h"
 
 #ifdef HAVE_LIMITS_H
 #include <limits.h>