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

@ -4,7 +4,7 @@
/* (A separate file because this may be OS dependent) */
#include "Python.h"
#include "config.h"
#include "pyconfig.h"
time_t
PyOS_GetLastModificationTime(char *path, FILE *fp)