comparison src/s/gnu-linux.h @ 96595:cb1bfa1dca4f

* src/fileio.c: * src/sysdep.c * src/systty.h: * src/m/ibmrs6000.h: * src/m/iris4d.h: * src/s/aix4-2.h: * src/s/freebsd.h: * src/s/gnu-linux.h: * src/s/hpux10-20.h: * src/s/hpux11.h: * src/s/netbsd.h: * src/s/sol2-3.h: * src/s/sol2-4.h: * src/s/sol2.h: * src/s/usg5-4.h: * src/s/vms.h: Remove references to unused variables.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 15:26:15 +0000
parents 1f134b61867c
children 3bea8ede5bd0
comparison
equal deleted inserted replaced
96594:5f13e5189ff8 96595:cb1bfa1dca4f
41 #ifdef emacs 41 #ifdef emacs
42 #ifdef HAVE_LINUX_VERSION_H 42 #ifdef HAVE_LINUX_VERSION_H
43 #include <linux/version.h> 43 #include <linux/version.h>
44 44
45 #if LINUX_VERSION_CODE >= 0x20400 45 #if LINUX_VERSION_CODE >= 0x20400
46 #define LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK 46 /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */
47 #define SIGNALS_VIA_CHARACTERS
47 #endif /* LINUX_VERSION_CODE >= 0x20400 */ 48 #endif /* LINUX_VERSION_CODE >= 0x20400 */
48 #endif /* HAVE_LINUX_VERSION_H */ 49 #endif /* HAVE_LINUX_VERSION_H */
49 #endif /* emacs */ 50 #endif /* emacs */
50 #endif /* NOT_C_CODE */ 51 #endif /* NOT_C_CODE */
51 52
221 that are used when linking temacs. */ 222 that are used when linking temacs. */
222 #ifdef THIS_IS_CONFIGURE 223 #ifdef THIS_IS_CONFIGURE
223 #define C_DEBUG_SWITCH 224 #define C_DEBUG_SWITCH
224 #endif 225 #endif
225 226
226 /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */
227 #ifdef LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK
228 #define SIGNALS_VIA_CHARACTERS
229 #endif
230
231 /* Rob Malouf <malouf@csli.stanford.edu> says: 227 /* Rob Malouf <malouf@csli.stanford.edu> says:
232 SYSV IPC is standard a standard part of Linux since version 0.99pl10, 228 SYSV IPC is standard a standard part of Linux since version 0.99pl10,
233 and is a very common addition to previous versions. */ 229 and is a very common addition to previous versions. */
234 230
235 #ifdef TERM 231 #ifdef TERM