mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
12 lines
196 B
C
12 lines
196 B
C
#ifndef EL__SCRIPTING_PYTHON_PYTHONINC_H
|
|
#define EL__SCRIPTING_PYTHON_PYTHONINC_H
|
|
|
|
#define PY_SSIZE_T_CLEAN
|
|
#undef HAVE_TERM_H
|
|
#undef _XOPEN_SOURCE
|
|
#include <Python.h>
|
|
|
|
#undef HAVE_TERM_H
|
|
|
|
#endif
|