diff options
| author | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
| commit | a01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch) | |
| tree | 94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /src/s/gnu-linux.h | |
| parent | cc390e46c7ba95b76ea133d98fd386214cd01709 (diff) | |
| parent | 6b0f7311f16646e0de2045b2410e20921901c616 (diff) | |
| download | emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip | |
Merge from trunk
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
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 | ||