diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2012-12-02 13:21:37 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2012-12-02 13:21:37 (GMT) |
commit | 6e61d18891baf0c173464ae37464ec995889080a (patch) | |
tree | d53dc6a35a5de9abd272177a6860e5d0b2b8d97c /pyconfig.h.in | |
parent | 9a2b26748b73d604d1ec099d07e493b1ed8f020f (diff) | |
parent | ce31f66a6d23a5df75eb692c2991e7602b2b6571 (diff) | |
download | cpython-6e61d18891baf0c173464ae37464ec995889080a.zip cpython-6e61d18891baf0c173464ae37464ec995889080a.tar.gz cpython-6e61d18891baf0c173464ae37464ec995889080a.tar.bz2 |
Issue 10052: merge fix from 3.2.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 3ca3a4f..10e2c91 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 |