summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-06 13:33:56 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-06 13:33:56 -0700
commitb9d9eeda2ad0155c2bb1ce6601f5b311d411f848 (patch)
treeb814cfbf85ac6c394f131b8ef95e300a7f47477e /pyconfig.h.in
parentd982c8f51e33356bcb41678d7759395078ba536b (diff)
downloadcpython-git-b9d9eeda2ad0155c2bb1ce6601f5b311d411f848.tar.gz
require uintptr_t to exist
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 565ff188f8..a7c12bfc6c 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1134,9 +1134,6 @@
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL
-/* Define to 1 if the system has the type `uintptr_t'. */
-#undef HAVE_UINTPTR_T
-
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
@@ -1311,9 +1308,6 @@
/* The size of `time_t', as computed by sizeof. */
#undef SIZEOF_TIME_T
-/* The size of `uintptr_t', as computed by sizeof. */
-#undef SIZEOF_UINTPTR_T
-
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P