diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Include/Python.h b/Include/Python.h index 2d5e2a6..dc9ce45 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -2,17 +2,6 @@ #define Py_PYTHON_H /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */ - -/* Enable compiler features; switching on C lib defines doesn't work - here, because the symbols haven't necessarily been defined yet. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#ifndef _XOPEN_SOURCE -# define _XOPEN_SOURCE 500 -#endif - /* Include nearly all Python header files */ #include "patchlevel.h" |