diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 18:37:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 18:37:58 (GMT) |
commit | a845a81e427402cff449d4d31434ffd7230d0beb (patch) | |
tree | 5c16ed0043a6941abcbba348cccd724341e8296d /pyconfig.h.in | |
parent | cce02f8b825ce462193c2e52fadc690004d1cd56 (diff) | |
download | cpython-a845a81e427402cff449d4d31434ffd7230d0beb.zip cpython-a845a81e427402cff449d4d31434ffd7230d0beb.tar.gz cpython-a845a81e427402cff449d4d31434ffd7230d0beb.tar.bz2 |
remove unused osx10.5 sdk check
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index fb79413..f181d7f 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -649,9 +649,6 @@ /* 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 |