summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-08 23:28:36 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-08 23:28:36 +0100
commit6d6dfa8d36c2aa6b62deac49aef8a06b934accd2 (patch)
treee792f5b5ea8fc85c7e3eaa7bd88380850c9cf76d /pyconfig.h.in
parentfbaf23ff50450c0981433e2fb5874f9ff627d79d (diff)
downloadcpython-6d6dfa8d36c2aa6b62deac49aef8a06b934accd2.tar.gz
Issue #13609: Add two functions to query the terminal size:
os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 5dd98781f1..efab4fdabd 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -908,6 +908,9 @@
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
+
/* Define to 1 if you have the <sys/kern_control.h> header file. */
#undef HAVE_SYS_KERN_CONTROL_H