mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added #undef HAVE_UINTPTR_T for autoconf's delight.
This commit is contained in:
parent
5eae2c160f
commit
e736177d5b
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
|||
/* Define this if you have the type long long */
|
||||
#undef HAVE_LONG_LONG
|
||||
|
||||
/* Define this if you have the type uintptr_t */
|
||||
#undef HAVE_UINTPTR_T
|
||||
|
||||
/* Define if your compiler supports function prototypes */
|
||||
#undef HAVE_PROTOTYPES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue