aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 4ef3db9f2ea..817f1facdee 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -52,6 +52,9 @@ Boston, MA 02110-1301, USA. */
52#if LINUX_VERSION_CODE >= 0x20000 52#if LINUX_VERSION_CODE >= 0x20000
53#define LINUX_MAP_SHARED_DOES_WORK 53#define LINUX_MAP_SHARED_DOES_WORK
54#endif /* LINUX_VERSION_CODE >= 0x20000 */ 54#endif /* LINUX_VERSION_CODE >= 0x20000 */
55#if LINUX_VERSION_CODE >= 0x20400
56#define LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK
57#endif /* LINUX_VERSION_CODE >= 0x20400 */
55#endif /* HAVE_LINUX_VERSION_H */ 58#endif /* HAVE_LINUX_VERSION_H */
56#endif /* emacs */ 59#endif /* emacs */
57#endif /* NOT_C_CODE */ 60#endif /* NOT_C_CODE */
@@ -247,9 +250,10 @@ Boston, MA 02110-1301, USA. */
247#define C_DEBUG_SWITCH 250#define C_DEBUG_SWITCH
248#endif 251#endif
249 252
250/* Let's try this out, just in case. 253/* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */
251 Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ 254#ifdef LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK
252/* #define SIGNALS_VIA_CHARACTERS */ 255#define SIGNALS_VIA_CHARACTERS
256#endif
253 257
254/* Rob Malouf <malouf@csli.stanford.edu> says: 258/* Rob Malouf <malouf@csli.stanford.edu> says:
255 SYSV IPC is standard a standard part of Linux since version 0.99pl10, 259 SYSV IPC is standard a standard part of Linux since version 0.99pl10,