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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 674f00f1d09..f1ec7d99a4b 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -29,7 +29,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
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>
@@ -40,7 +39,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
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