diff options
| author | Dan Nicolaescu | 2008-07-10 15:26:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-10 15:26:15 +0000 |
| commit | c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f (patch) | |
| tree | 6e786d883a8a5d64a420bb707248daf4fa810835 /src/s/gnu-linux.h | |
| parent | 176fe5fc8db729697828350a5ba288a5477ff092 (diff) | |
| download | emacs-c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f.tar.gz emacs-c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f.zip | |
* src/fileio.c:
* src/sysdep.c
* src/systty.h:
* src/m/ibmrs6000.h:
* src/m/iris4d.h:
* src/s/aix4-2.h:
* src/s/freebsd.h:
* src/s/gnu-linux.h:
* src/s/hpux10-20.h:
* src/s/hpux11.h:
* src/s/netbsd.h:
* src/s/sol2-3.h:
* src/s/sol2-4.h:
* src/s/sol2.h:
* src/s/usg5-4.h:
* src/s/vms.h: Remove references to unused variables.
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. */ |