diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-09-18 09:54:52 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-09-18 09:54:52 +0000 |
commit | db87e76601652d0dfd514875b5f22ea4b616e39e (patch) | |
tree | dbb3c88560e9aae96bea49020cd7ced1851f8c18 /pyconfig.h.in | |
parent | bdae9efd97442988ca696567ced0c9af70604c2a (diff) | |
download | cpython-db87e76601652d0dfd514875b5f22ea4b616e39e.tar.gz |
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
Will backport to 2.3.
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 7c45736f48..a9f3d203ca 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -76,6 +76,9 @@ /* Define if you have the 'ctermid_r' function. */ #undef HAVE_CTERMID_R +/* Define to 1 if you have the <curses.h> header file. */ +#undef HAVE_CURSES_H + /* Define to 1 if you have the device macros. */ #undef HAVE_DEVICE_MACROS |