summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2012-12-02 13:21:37 +0000
committerMark Dickinson <dickinsm@gmail.com>2012-12-02 13:21:37 +0000
commit6e61d18891baf0c173464ae37464ec995889080a (patch)
treed53dc6a35a5de9abd272177a6860e5d0b2b8d97c /pyconfig.h.in
parent9a2b26748b73d604d1ec099d07e493b1ed8f020f (diff)
parentce31f66a6d23a5df75eb692c2991e7602b2b6571 (diff)
downloadcpython-git-6e61d18891baf0c173464ae37464ec995889080a.tar.gz
Issue 10052: merge fix from 3.2.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 3ca3a4f03c..10e2c91dc5 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -426,6 +426,12 @@
/* Define to 1 if you have the `initgroups' function. */
#undef HAVE_INITGROUPS
+/* Define if your compiler provides int32_t. */
+#undef HAVE_INT32_T
+
+/* Define if your compiler provides int64_t. */
+#undef HAVE_INT64_T
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -1047,6 +1053,12 @@
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL
+/* Define if your compiler provides uint32_t. */
+#undef HAVE_UINT32_T
+
+/* Define if your compiler provides uint64_t. */
+#undef HAVE_UINT64_T
+
/* Define to 1 if the system has the type `uintptr_t'. */
#undef HAVE_UINTPTR_T