NEURON
nrnwrap_Python.h
Go to the documentation of this file.
1
#pragma once
2
#undef HAVE_PUTENV
3
#undef HAVE_FTIME
4
#undef HAVE_PROTOTYPES
5
#if defined(__MINGW32__)
6
#undef _hypot
7
#define _hypot hypot
8
#endif
9
// https://docs.python.org/3/c-api/intro.html#include-files states: It is
10
// recommended to always define PY_SSIZE_T_CLEAN before including Python.h.
11
#ifndef PY_SSIZE_T_CLEAN
12
#define PY_SSIZE_T_CLEAN
13
#endif
14
#include <Python.h>
src
nrnpython
nrnwrap_Python.h