diff options
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
|