python/system.h

Go to the documentation of this file.
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 */

Generated on Tue Feb 19 22:53:26 2008 for rpm by  doxygen 1.5.1