From: Barry Warsaw Date: Fri, 18 Aug 2000 04:50:27 +0000 (+0000) Subject: Added #undef HAVE_UINTPTR_T for autoconf's delight. X-Git-Tag: v2.0b1~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e736177d5bfdb0e7e844b199c4637991ed9dda49;p=thirdparty%2FPython%2Fcpython.git Added #undef HAVE_UINTPTR_T for autoconf's delight. --- diff --git a/acconfig.h b/acconfig.h index f8d659903bef..110d81200a0d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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