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

@ -25,7 +25,7 @@ raiseTestError(const char* test_name, const char* msg)
return NULL;
}
/* Test #defines from config.h (particularly the SIZEOF_* defines).
/* Test #defines from pyconfig.h (particularly the SIZEOF_* defines).
The ones derived from autoconf on the UNIX-like OSes can be relied
upon (in the absence of sloppy cross-compiling), but the Windows