00001 00005 #ifndef H_SYSTEM_PYTHON 00006 #define H_SYSTEM_PYTHON 00007 00008 #if defined(__APPLE__) 00009 #include <sys/types.h> 00010 #endif 00011 00012 #include "Python.h" 00013 00014 #ifdef __LCLINT__ 00015 #undef PyObject_HEAD 00016 #define PyObject_HEAD int _PyObjectHead; 00017 #endif 00018 00019 #include "../system.h" 00020 00021 #endif /* H_SYSTEM_PYTHON */