comparison src/s/gnu-linux.h @ 108866:4e8dcb0d6fe0

NOT_C_CODE is always true now. * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true. * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h: Remove NOT_C_CODE tests, it is always true now. * nt/config.nt: Remove NOT_C_CODE tests, it is always true now. * admin/CPP-DEFINES: Remove NOT_C_CODE.
author Glenn Morris <rgm@gnu.org>
date Wed, 02 Jun 2010 22:29:02 -0700
parents 0b7cdd98b42f
children 3ff97bad1c47
comparison
equal deleted inserted replaced
108865:9d8fb76d6857 108866:4e8dcb0d6fe0
27 27
28 /* SYSTEM_TYPE should indicate the kind of system you are using. 28 /* SYSTEM_TYPE should indicate the kind of system you are using.
29 It sets the Lisp variable system-type. */ 29 It sets the Lisp variable system-type. */
30 #define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */ 30 #define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */
31 31
32 #ifndef NOT_C_CODE
33 #ifdef emacs 32 #ifdef emacs
34 #ifdef HAVE_LINUX_VERSION_H 33 #ifdef HAVE_LINUX_VERSION_H
35 #include <linux/version.h> 34 #include <linux/version.h>
36 35
37 #if LINUX_VERSION_CODE >= 0x20400 36 #if LINUX_VERSION_CODE >= 0x20400
38 /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */ 37 /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */
39 #define SIGNALS_VIA_CHARACTERS 38 #define SIGNALS_VIA_CHARACTERS
40 #endif /* LINUX_VERSION_CODE >= 0x20400 */ 39 #endif /* LINUX_VERSION_CODE >= 0x20400 */
41 #endif /* HAVE_LINUX_VERSION_H */ 40 #endif /* HAVE_LINUX_VERSION_H */
42 #endif /* emacs */ 41 #endif /* emacs */
43 #endif /* NOT_C_CODE */
44 42
45 #if defined HAVE_GRANTPT 43 #if defined HAVE_GRANTPT
46 #define UNIX98_PTYS 44 #define UNIX98_PTYS
47 45
48 /* Run only once. We need a `for'-loop because the code uses `continue'. */ 46 /* Run only once. We need a `for'-loop because the code uses `continue'. */