1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/python/pythoninc.h

12 lines
196 B
C
Raw Normal View History

2022-01-29 06:21:13 -05:00
#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