diff options
| author | Jim Blandy | 1993-06-09 12:53:35 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 12:53:35 +0000 |
| commit | 9e479734213b44569e418ddda97b692d59e5ae36 (patch) | |
| tree | 56595b248053425ac13083940b07c19517638869 /src | |
| parent | 4e23f2ba8b96c1989c01dbfe772a974b54ed3d12 (diff) | |
| download | emacs-9e479734213b44569e418ddda97b692d59e5ae36.tar.gz emacs-9e479734213b44569e418ddda97b692d59e5ae36.zip | |
* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 1499d819466..8b481207ec2 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -209,5 +209,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 209 | /* Work around a bug in glibc with _longjmp. */ | 209 | /* Work around a bug in glibc with _longjmp. */ |
| 210 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE | 210 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE |
| 211 | 211 | ||
| 212 | /* Let's try this out, just in case. */ | 212 | /* Let's try this out, just in case. |
| 213 | #define SIGNALS_VIA_CHARACTERS | 213 | Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ |
| 214 | /* #define SIGNALS_VIA_CHARACTERS */ | ||