diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 660462a679d..39b9db496fc 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -43,7 +43,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 43 | #include <linux/version.h> | 43 | #include <linux/version.h> |
| 44 | 44 | ||
| 45 | #if LINUX_VERSION_CODE >= 0x20400 | 45 | #if LINUX_VERSION_CODE >= 0x20400 |
| 46 | #define LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK | 46 | /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */ |
| 47 | #define SIGNALS_VIA_CHARACTERS | ||
| 47 | #endif /* LINUX_VERSION_CODE >= 0x20400 */ | 48 | #endif /* LINUX_VERSION_CODE >= 0x20400 */ |
| 48 | #endif /* HAVE_LINUX_VERSION_H */ | 49 | #endif /* HAVE_LINUX_VERSION_H */ |
| 49 | #endif /* emacs */ | 50 | #endif /* emacs */ |
| @@ -223,11 +224,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 223 | #define C_DEBUG_SWITCH | 224 | #define C_DEBUG_SWITCH |
| 224 | #endif | 225 | #endif |
| 225 | 226 | ||
| 226 | /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */ | ||
| 227 | #ifdef LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK | ||
| 228 | #define SIGNALS_VIA_CHARACTERS | ||
| 229 | #endif | ||
| 230 | |||
| 231 | /* Rob Malouf <malouf@csli.stanford.edu> says: | 227 | /* Rob Malouf <malouf@csli.stanford.edu> says: |
| 232 | SYSV IPC is standard a standard part of Linux since version 0.99pl10, | 228 | SYSV IPC is standard a standard part of Linux since version 0.99pl10, |
| 233 | and is a very common addition to previous versions. */ | 229 | and is a very common addition to previous versions. */ |