diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-22 03:51:38 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-22 03:51:38 (GMT) |
commit | 4c70b69fb19ce5d730a70ab5d67272bb7202bd6c (patch) | |
tree | 16693f8610a4e259acaa4604c8cc40f04081f683 /pyconfig.h.in | |
parent | 9c18e81fb23d60ea77bdf4f3c2649296f26e4a95 (diff) | |
download | cpython-4c70b69fb19ce5d730a70ab5d67272bb7202bd6c.zip cpython-4c70b69fb19ce5d730a70ab5d67272bb7202bd6c.tar.gz cpython-4c70b69fb19ce5d730a70ab5d67272bb7202bd6c.tar.bz2 |
Making C profiling a configure option (at least temporarily)
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 8cb0cff..e939c01 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -759,6 +759,9 @@ /* Define if WINDOW in curses.h offers a field _flags. */ #undef WINDOW_HAS_FLAGS +/* Define to enable profile hooks for C extension functions and builtins */ +#undef WITH_C_PROF + /* Define if you want documentation strings in extension modules */ #undef WITH_DOC_STRINGS |