diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2007-12-05 20:43:57 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2007-12-05 20:43:57 (GMT) |
commit | de39bd3f27baec8684d2adf1664834a81dcdb2ef (patch) | |
tree | 8b17bf69533835c34f9ab37c46160166e2c74c21 /pyconfig.h.in | |
parent | 03acd85dbf94b7c5cede331597cca9b22365fb4f (diff) | |
download | cpython-de39bd3f27baec8684d2adf1664834a81dcdb2ef.zip cpython-de39bd3f27baec8684d2adf1664834a81dcdb2ef.tar.gz cpython-de39bd3f27baec8684d2adf1664834a81dcdb2ef.tar.bz2 |
This is a backport of the fix in rev. 59369.
This patch doesn't remove the wrappers for OSADebug* API's but only defines
them when configure detects that the API's are present in the system's
header files.
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 44e4881..0ee13e4 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -359,6 +359,9 @@ /* Define to 1 if you have the `openpty' function. */ #undef HAVE_OPENPTY +/* Define is the (unsupported) OSADebug API's are present. */ +#undef HAVE_OSA_DEBUG + /* Define to 1 if you have the `pathconf' function. */ #undef HAVE_PATHCONF |