Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.

This commit is contained in:
Martin v. Löwis 2001-07-26 13:41:06 +00:00
parent 4eb5940a4d
commit 4f1cd8bdcb
31 changed files with 320 additions and 320 deletions

View file

@ -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>

View file

@ -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 */

View file

@ -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