Commit d3908e29 authored by Fred Drake's avatar Fred Drake

Effectively revert the previous change: leave the new #include in, but

comment it out with an explanation.  This makes it easier for someone
who wants the additional symbols to try re-enabling it for their platform.
parent d34a9c98
......@@ -5,7 +5,10 @@
#define PyInit_termios inittermios
#include <termios.h>
/* XXX Some systems need this to get all the symbols, while
this breaks for others.
#include <sys/ioctl.h>
*/
static char termios__doc__[] = "\
This module provides an interface to the Posix calls for tty I/O control.\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment