summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 21354a5cb8..0a3d59ef9a 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1342,9 +1342,6 @@
/* Define if you want to use computed gotos in ceval.c. */
#undef USE_COMPUTED_GOTOS
-/* Define to use the C99 inline keyword. */
-#undef USE_INLINE
-
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
@@ -1484,12 +1481,6 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
-/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-#undef inline
-#endif
-
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t