summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h2
-rw-r--r--Include/pgenheaders.h2
-rw-r--r--Include/pyport.h2
3 files changed, 3 insertions, 3 deletions
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>
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index dcd3c5e..6807c64 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -7,7 +7,7 @@ extern "C" {
/* Include files and extern declarations used by most of the parser. */
-#include "config.h"
+#include "pyconfig.h"
/* config.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */
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