diff options
| author | Jim Blandy | 1993-05-28 07:39:58 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-28 07:39:58 +0000 |
| commit | 3233bbe1dee78aa755c93533d2af4968b8d46b49 (patch) | |
| tree | c0c84ec5a972e0c94cf9cae8058c55ea12c5fdaf /src | |
| parent | 97c701137d8f88ce4bd0af1b3cde48ed3c47ec9f (diff) | |
| download | emacs-3233bbe1dee78aa755c93533d2af4968b8d46b49.tar.gz emacs-3233bbe1dee78aa755c93533d2af4968b8d46b49.zip | |
* s/linux.h (SIGNALS_VIA_CHARACTERS): Try this out for a bit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 4588835a199..d2f99952d62 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -187,3 +187,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 187 | #ifdef HAVE_X11 | 187 | #ifdef HAVE_X11 |
| 188 | #define LD_SWITCH_SYSTEM -L/usr/X386/lib | 188 | #define LD_SWITCH_SYSTEM -L/usr/X386/lib |
| 189 | #endif | 189 | #endif |
| 190 | |||
| 191 | /* Let's try this out, just in case. */ | ||
| 192 | #define SIGNALS_VIA_CHARACTERS | ||