aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-09-20 14:38:50 +0300
committerDan Nicolaescu2010-09-20 14:38:50 +0300
commit6553950651fdac87d3273885fc4ac2ecf00f8cfd (patch)
tree7022e2afde3468428e5e80d79293b29b5bae0f30 /src/s/gnu-linux.h
parent15f844ac1f1c8bb89b0ce1d4587ecfe85fa5d107 (diff)
downloademacs-6553950651fdac87d3273885fc4ac2ecf00f8cfd.tar.gz
emacs-6553950651fdac87d3273885fc4ac2ecf00f8cfd.zip
Remove HAVE_TERMIOS definitions.
* src/s/usg5-4-common.h (HAVE_TERMIOS): * src/s/template.h (HAVE_TERMIOS): * src/s/gnu-linux.h (HAVE_TERMIOS): * src/s/darwin.h (HAVE_TERMIOS): * src/s/cygwin.h (HAVE_TERMIOS): * src/s/bsd-common.h (HAVE_TERMIOS): * src/s/aix4-2.h (HAVE_TERMIOS): * src/s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed defined on all non-MS platforms. (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index cf3b3079726..9327423b42f 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -80,10 +80,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
80 80
81#endif /* not HAVE_GRANTPT */ 81#endif /* not HAVE_GRANTPT */
82 82
83/* Define HAVE_TERMIOS if the system provides POSIX-style
84 functions and macros for terminal control. */
85#define HAVE_TERMIOS
86
87/* Define HAVE_PTYS if the system supports pty devices. */ 83/* Define HAVE_PTYS if the system supports pty devices. */
88#define HAVE_PTYS 84#define HAVE_PTYS
89 85