diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d61d3ae5621..463ad226ec1 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -25,17 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #define USG | 25 | #define USG |
| 26 | #define GNU_LINUX | 26 | #define GNU_LINUX |
| 27 | 27 | ||
| 28 | #ifdef emacs | ||
| 29 | #ifdef HAVE_LINUX_VERSION_H | ||
| 30 | #include <linux/version.h> | ||
| 31 | |||
| 32 | #if LINUX_VERSION_CODE >= 0x20400 | ||
| 33 | /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */ | ||
| 34 | #define SIGNALS_VIA_CHARACTERS | ||
| 35 | #endif /* LINUX_VERSION_CODE >= 0x20400 */ | ||
| 36 | #endif /* HAVE_LINUX_VERSION_H */ | ||
| 37 | #endif /* emacs */ | ||
| 38 | |||
| 39 | #if defined HAVE_GRANTPT | 28 | #if defined HAVE_GRANTPT |
| 40 | #define UNIX98_PTYS | 29 | #define UNIX98_PTYS |
| 41 | 30 | ||