diff -Naur a/Include/osdefs.h b/Include/osdefs.h --- a/Include/osdefs.h 2014-05-20 00:56:20.381200000 +0400 +++ b/Include/osdefs.h 2014-05-20 00:56:57.790000000 +0400 @@ -17,7 +17,6 @@ #define SEP L'\\' #define ALTSEP L'/' #endif -#define MAXPATHLEN 256 #define DELIM L';' #define DELIMSTR ";" #endif diff -Naur a/Modules/main.c b/Modules/main.c --- a/Modules/main.c 2014-05-19 09:19:39.000000000 +0400 +++ b/Modules/main.c 2014-05-20 00:56:57.790000000 +0400 @@ -9,7 +9,6 @@ #include #ifdef HAVE_FCNTL_H #include -#define PATH_MAX MAXPATHLEN #endif #endif diff -Naur a/Python/pythonrun.c b/Python/pythonrun.c --- a/Python/pythonrun.c 2014-05-20 00:56:20.396800000 +0400 +++ b/Python/pythonrun.c 2014-05-20 00:56:57.790000000 +0400 @@ -32,7 +32,6 @@ #ifdef MS_WINDOWS #undef BYTE #include "windows.h" -#define PATH_MAX MAXPATHLEN #endif #ifdef __gnu_hurd__