Go to the documentation of this file.
24 #ifndef PYTHON_MODULE_H_INCLUDED
25 #define PYTHON_MODULE_H_INCLUDED 1
61 #if defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE)
62 #error "_POSIX_C_SOURCE or _XOPEN_SOURCE is already defined, python-module.h should be included first. Check out the comment in python-module.h for more information"