diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index fd4a124..8cb0cff 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 |