Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.
diff --git a/Include/pyport.h b/Include/pyport.h
index 2a59fa1..5767aab 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -1,7 +1,7 @@
 #ifndef Py_PYPORT_H
 #define Py_PYPORT_H
 
-#include "config.h" /* include for defines */
+#include "pyconfig.h" /* include for defines */
 
 /**************************************************************************
 Symbols and macros to supply platform-independent interfaces to basic