summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-08 08:17:44 +0000
committerMartin v. Löwis <martin@v.loewis.de>2004-06-08 08:17:44 +0000
commit046431b8a0f10c5251244ea8e4158037545e13ef (patch)
treef87a088b7bdd5f7e638ce6e755af1bf155cb68ae /pyconfig.h.in
parentc7eb2571ad6e8a15623049257ffac01a9e7c3fc2 (diff)
downloadcpython-046431b8a0f10c5251244ea8e4158037545e13ef.tar.gz
Patch #510695: Add TSC profiling for the VM.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index fd4a124083..8cb0cffb78 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -780,6 +780,9 @@
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
+/* Define to profile with the Pentium timestamp counter */
+#undef WITH_TSC
+
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN