python.h

Go to the documentation of this file.
00001 #include "lib/config.h"
00002 
00003 #ifdef HAVE_PYTHON
00004 #ifndef __PYTHON_H__
00005 #define __PYTHON_H__
00006 
00007 #undef _POSIX_C_SOURCE
00008 extern "C" {
00009 #include <Python.h>
00010 #include <numpy/arrayobject.h>
00011 }
00012 
00013 #endif //__PYTHON_H__
00014 #endif //HAVE_PYTHON
00015 

SHOGUN Machine Learning Toolbox - Documentation