diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-06 20:33:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-06 20:33:56 (GMT) |
commit | b9d9eeda2ad0155c2bb1ce6601f5b311d411f848 (patch) | |
tree | b814cfbf85ac6c394f131b8ef95e300a7f47477e /pyconfig.h.in | |
parent | d982c8f51e33356bcb41678d7759395078ba536b (diff) | |
download | cpython-b9d9eeda2ad0155c2bb1ce6601f5b311d411f848.zip cpython-b9d9eeda2ad0155c2bb1ce6601f5b311d411f848.tar.gz cpython-b9d9eeda2ad0155c2bb1ce6601f5b311d411f848.tar.bz2 |
require uintptr_t to exist
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 565ff18..a7c12bf 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 |