*** Python/fileutils.c.orig 2011-07-15 11:20:49.402923566 -0400 --- Python/fileutils.c 2011-07-15 11:54:53.425922525 -0400 *************** *** 1,3 **** --- 1,13 ---- + #ifdef __hpux + /* HP/UX namespace kludge workaround */ + #if defined(__STDC_VERSION__) && (__STDC_VERSION__-1+1) < 199901L + #undef __STDC_VERSION__ + #endif + #ifndef __STDC_VERSION__ + #define __STDC_VERSION__ 199901L + #endif + #endif + #include "Python.h" #ifdef MS_WINDOWS # include