summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-07 06:24:49 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-09-07 06:24:49 +0000
commit188209465a966cf046ed7946589aa21767f95e68 (patch)
tree9a1cba96af2009f4d648204c0adde5d142064962 /pyconfig.h.in
parentd43029ba5a38200f6244af3c2be566fca3c8d77a (diff)
downloadcpython-git-188209465a966cf046ed7946589aa21767f95e68.tar.gz
Merged revisions 66179,66283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66179 | gregory.p.smith | 2008-09-02 22:57:48 -0700 (Tue, 02 Sep 2008) Fix issue 3645: OpenBSD required -lcurses when linking with readline to get the correct completion_matches function to avoid crashes on x86_64 (amd64). ........ r66283 | gregory.p.smith | 2008-09-06 22:15:18 -0700 (Sat, 06 Sep 2008) - Issue #1204: The configure script now tests for additional libraries that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (at least a few Linux flavors as well as OpenBSD/amd64). ........
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 85f7e372ef..f37774c2f9 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -363,9 +363,6 @@
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV
-/* Define to 1 if you have the `termcap' library (-ltermcap). */
-#undef HAVE_LIBTERMCAP
-
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H