summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-08-18 04:50:27 (GMT)
committerBarry Warsaw <barry@python.org>2000-08-18 04:50:27 (GMT)
commite736177d5bfdb0e7e844b199c4637991ed9dda49 (patch)
treeceeb4865d6a5ba4c472a489b228256a7b7c234ef /acconfig.h
parent5eae2c160f6e00a1a18211b6b035afe0bcf1e649 (diff)
downloadcpython-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index f8d6599..110d812 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