]> granicus.if.org Git - python/commitdiff
Added #undef HAVE_UINTPTR_T for autoconf's delight.
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 04:50:27 +0000 (04:50 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 04:50:27 +0000 (04:50 +0000)
acconfig.h

index f8d659903beffe100a9bf552fc6aaabc07da2e50..110d81200a0d508803f3681ab405db69ad1b9df6 100644 (file)
@@ -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