diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 12:53:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 12:53:35 +0000 |
commit | 9e479734213b44569e418ddda97b692d59e5ae36 (patch) | |
tree | 56595b248053425ac13083940b07c19517638869 /src/s/gnu-linux.h | |
parent | 4e23f2ba8b96c1989c01dbfe772a974b54ed3d12 (diff) | |
download | emacs-9e479734213b44569e418ddda97b692d59e5ae36.tar.gz |
* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
Diffstat (limited to 'src/s/gnu-linux.h')
-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. */ /* Work around a bug in glibc with _longjmp. */ #define C_SWITCH_SYSTEM -D_BSD_SOURCE -/* Let's try this out, just in case. */ -#define SIGNALS_VIA_CHARACTERS +/* Let's try this out, just in case. + Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ +/* #define SIGNALS_VIA_CHARACTERS */ |