summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2000-08-30 22:29:48 (GMT)
committerSkip Montanaro <skip@pobox.com>2000-08-30 22:29:48 (GMT)
commitcb853261bdfa32382aaa3f8f8ce7923059bdca3b (patch)
tree35541f586efd2e520d0f09ce0b272d2b505d57a7 /acconfig.h
parente68140dd3ced672b1f9e2c6e2c9ce11255d8b495 (diff)
downloadcpython-cb853261bdfa32382aaa3f8f8ce7923059bdca3b.zip
cpython-cb853261bdfa32382aaa3f8f8ce7923059bdca3b.tar.gz
cpython-cb853261bdfa32382aaa3f8f8ce7923059bdca3b.tar.bz2
adds support for --with-pydebug configure option
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 30aa576..d8b0fc3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -151,6 +151,9 @@
(shared library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
+/* Define if you want to build an interpreter with many run-time checks */
+#undef Py_DEBUG
+
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T