From: Fred Drake Date: Mon, 4 Nov 2002 20:50:39 +0000 (+0000) Subject: Update config.h to pyconfig.h and config.h.in to pyconfig.h.in. X-Git-Tag: v2.2.3c1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=622dca02f3382bbffb0330d2371878ebd21e1fc6;p=thirdparty%2FPython%2Fcpython.git Update config.h to pyconfig.h and config.h.in to pyconfig.h.in. --- diff --git a/README b/README index dfad815d8466..42df99596bc9 100644 --- a/README +++ b/README @@ -304,7 +304,7 @@ HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries. When using threading, you may have to add -D_REENTRANT to the OPT variable in the top-level Makefile; reported by Pat Knight, this seems to make a difference (at least for HP-UX 10.20) - even though config.h defines it. + even though pyconfig.h defines it. Minix: When using ack, use "CC=cc AR=aal RANLIB=: ./configure"! @@ -905,7 +905,7 @@ platforms -- see http://www.python.org/. To port Python to a new non-UNIX system, you will have to fake the effect of running the configure script manually (for Mac and PC, this has already been done for you). A good start is to copy the file -config.h.in to config.h and edit the latter to reflect the actual +pyconfig.h.in to pyconfig.h and edit the latter to reflect the actual configuration of your system. Most symbols must simply be defined as 1 only if the corresponding feature is present and can be left alone otherwise; however the *_t type symbols must be defined as some variant @@ -987,7 +987,7 @@ Python/ The byte-compiler and interpreter README The file you're reading now Tools/ Some useful programs written in Python acconfig.h Additional input for the GNU autoheader program -config.h.in Source from which config.h is created (GNU autoheader output) +pyconfig.h.in Source from which pyconfig.h is created (GNU autoheader output) configure Configuration shell script (GNU autoconf output) configure.in Configuration specification (input for GNU autoconf) install-sh Shell script used to install files @@ -999,7 +999,7 @@ Makefile Build rules Makefile.pre Build rules before running Modules/makesetup buildno Keeps track of the build number config.cache Cache of configuration variables -config.h Configuration header +pyconfig.h Configuration header config.log Log from last configure run config.status Status from last run of the configure script getbuildinfo.o Object file from Modules/getbuildinfo.c