diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-26 21:34:59 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-26 21:34:59 (GMT) |
commit | 76f373d081a38ed49d56540298123bd1e0bcd0cd (patch) | |
tree | 4eb4aebc5ee9b541f81d8b63524f3da8b1b977bb /PC | |
parent | bd2e3b03d6ada378e63b49f4b858ab41960935ae (diff) | |
download | cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.zip cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.tar.gz cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.tar.bz2 |
Repair more now-obsolete references to config.h.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/os2vacpp/pyconfig.h | 2 | ||||
-rw-r--r-- | PC/pyconfig.h | 2 | ||||
-rw-r--r-- | PC/readme.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/PC/os2vacpp/pyconfig.h b/PC/os2vacpp/pyconfig.h index e7901e3..a5a2f51 100644 --- a/PC/os2vacpp/pyconfig.h +++ b/PC/os2vacpp/pyconfig.h @@ -2,7 +2,7 @@ #define Py_CONFIG_H /********************************************************************** - * config.h. NOT Generated automatically by configure. + * pyconfig.h. NOT Generated automatically by configure. * * This is a manually maintained version used for the IBM VisualAge * C/C++ compiler on the OS/2 platform. It is a standard part of diff --git a/PC/pyconfig.h b/PC/pyconfig.h index d0a8907..1e279ed 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -1,7 +1,7 @@ #ifndef Py_CONFIG_H #define Py_CONFIG_H -/* config.h. NOT Generated automatically by configure. +/* pyconfig.h. NOT Generated automatically by configure. This is a manually maintained version used for the Watcom, Borland and and Microsoft Visual C++ compilers. It is a diff --git a/PC/readme.txt b/PC/readme.txt index 0455f27..0826699 100644 --- a/PC/readme.txt +++ b/PC/readme.txt @@ -50,7 +50,7 @@ To make a Python port, start the Integrated Development Environment (or makefile) provided. This will enable you to change any source
files or build settings so you can make custom builds.
-config.h An important configuration file specific to PC's.
+pyconfig.h An important configuration file specific to PC's.
config.c The list of C modules to include in the Python PC
version. Manually edit this file to add or
|