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
2022-01-29 12:21:13 +01:00

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