diff options
author | Barry Warsaw <barry@python.org> | 2000-08-18 04:50:27 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-18 04:50:27 (GMT) |
commit | e736177d5bfdb0e7e844b199c4637991ed9dda49 (patch) | |
tree | ceeb4865d6a5ba4c472a489b228256a7b7c234ef /acconfig.h | |
parent | 5eae2c160f6e00a1a18211b6b035afe0bcf1e649 (diff) | |
download | cpython-e736177d5bfdb0e7e844b199c4637991ed9dda49.zip cpython-e736177d5bfdb0e7e844b199c4637991ed9dda49.tar.gz cpython-e736177d5bfdb0e7e844b199c4637991ed9dda49.tar.bz2 |
Added #undef HAVE_UINTPTR_T for autoconf's delight.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 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 |