diff options
| author | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-06-06 21:31:33 +0000 |
|---|---|---|
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-06-06 21:31:33 +0000 |
| commit | 0d236eb05a80c088a15eb68d41eec7f3384dd76e (patch) | |
| tree | 4979d4d29ec96f1375e1d29b0c8ae12f92189aef /pyconfig.h.in | |
| parent | 3f67c43f7874d1a27d11b6cf0240fb9bebbe90bf (diff) | |
| download | cpython-git-0d236eb05a80c088a15eb68d41eec7f3384dd76e.tar.gz | |
Fix build issue on OSX 10.4
Diffstat (limited to 'pyconfig.h.in')
| -rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 781597fb26..28991523ff 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -426,6 +426,9 @@ /* Define to 1 if you have the `openpty' function. */ #undef HAVE_OPENPTY +/* Define if compiling using MacOS X 10.5 SDK or later. */ +#undef HAVE_OSX105_SDK + /* Define to 1 if you have the `pathconf' function. */ #undef HAVE_PATHCONF @@ -489,9 +492,6 @@ /* Define if you have readline 4.2 */ #undef HAVE_RL_COMPLETION_MATCHES -/* Define when using libedit's readline emulation */ -#undef HAVE_RL_DISPM_VFUNC - /* Define if you have readline 4.0 */ #undef HAVE_RL_PRE_INPUT_HOOK |
