summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index a7c12bfc6c..ed6b80df65 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1308,6 +1308,9 @@
/* 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