Index: b/Python/pythonrun.c =================================================================== --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -67,6 +67,10 @@ } #endif +#ifdef __gnu_hurd__ +#define PATH_MAX MAXPATHLEN +#endif + #ifndef Py_REF_DEBUG #define PRINT_TOTAL_REFS() #else /* Py_REF_DEBUG */