aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 00:28:27 -0700
committerGlenn Morris2012-07-11 00:28:27 -0700
commit09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46 (patch)
treefe5a71ed4d8988810942b3847380ff2b14127e24 /src/s/gnu-linux.h
parent554fef512f2b7015d09a4921cc0eb3b966dbfabe (diff)
downloademacs-09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46.tar.gz
emacs-09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46.zip
Move SIGNALS_VIA_CHARACTERS from src/s to configure
* configure.ac (SIGNALS_VIA_CHARACTERS): Move here from src/s. * src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/gnu-linux.h: * src/s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index d61d3ae5621..463ad226ec1 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -25,17 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25#define USG 25#define USG
26#define GNU_LINUX 26#define GNU_LINUX
27 27
28#ifdef emacs
29#ifdef HAVE_LINUX_VERSION_H
30#include <linux/version.h>
31
32#if LINUX_VERSION_CODE >= 0x20400
33/* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */
34#define SIGNALS_VIA_CHARACTERS
35#endif /* LINUX_VERSION_CODE >= 0x20400 */
36#endif /* HAVE_LINUX_VERSION_H */
37#endif /* emacs */
38
39#if defined HAVE_GRANTPT 28#if defined HAVE_GRANTPT
40#define UNIX98_PTYS 29#define UNIX98_PTYS
41 30