aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-21 21:36:07 +0000
committerRichard M. Stallman1996-06-21 21:36:07 +0000
commit3a707ba5cc66b2af35b4a2a02e28eb211d250972 (patch)
tree74da7894b33a93d54b0225d6c90a97ce071799d4 /src/s/gnu-linux.h
parent6c58b173c9df7a77dee63ba5effc2261167dba7a (diff)
downloademacs-3a707ba5cc66b2af35b4a2a02e28eb211d250972.tar.gz
emacs-3a707ba5cc66b2af35b4a2a02e28eb211d250972.zip
Renamed from lignux.h.
(SYSTEM_TYPE): Changed to gnu/linux.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 2225f5f8e9e..c1fa55501da 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -1,5 +1,4 @@
1/* This file is the configuration file for Lignux systems 1/* This file is the configuration file for Linux-based GNU systems
2 (that is, Linux-based GNU operating systems.)
3 Copyright (C) 1985, 1986, 1992, 1994, 1996 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1992, 1994, 1996 Free Software Foundation, Inc.
4 3
5This file is part of GNU Emacs. 4This file is part of GNU Emacs.
@@ -36,7 +35,7 @@ Boston, MA 02111-1307, USA. */
36/* SYSTEM_TYPE should indicate the kind of system you are using. 35/* SYSTEM_TYPE should indicate the kind of system you are using.
37 It sets the Lisp variable system-type. */ 36 It sets the Lisp variable system-type. */
38 37
39#define SYSTEM_TYPE "lignux" /* All the best software is free. */ 38#define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */
40 39
41/* Check the version number of Linux--if it is at least 1.2.0, 40/* Check the version number of Linux--if it is at least 1.2.0,
42 it is safe to use SIGIO. */ 41 it is safe to use SIGIO. */
@@ -91,9 +90,9 @@ Boston, MA 02111-1307, USA. */
91 The alternative is that a lock file named 90 The alternative is that a lock file named
92 /usr/spool/mail/$USER.lock. */ 91 /usr/spool/mail/$USER.lock. */
93 92
94/* Both are used in Linux by different mail programs. I assume that most 93/* On GNU/Linux systems, both methods are used by various mail
95 people are using newer mailers that have heard of flock. Change this 94 programs. I assume that most people are using newer mailers that
96 if you need to. */ 95 have heard of flock. Change this if you need to. */
97 96
98#define MAIL_USE_FLOCK 97#define MAIL_USE_FLOCK
99 98
@@ -151,7 +150,7 @@ Boston, MA 02111-1307, USA. */
151#define LIB_GCC `$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name` 150#define LIB_GCC `$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name`
152 151
153#ifndef __ELF__ 152#ifndef __ELF__
154/* Linux has crt0.o in a non-standard place */ 153/* GNU/Linux usually has crt0.o in a non-standard place */
155#define START_FILES pre-crt0.o /usr/lib/crt0.o 154#define START_FILES pre-crt0.o /usr/lib/crt0.o
156#else 155#else
157#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o 156#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
@@ -170,7 +169,8 @@ Boston, MA 02111-1307, USA. */
170#endif /* GCC */ 169#endif /* GCC */
171#endif /* __ELF__ */ 170#endif /* __ELF__ */
172 171
173/* As of version 1.1.51, Linux does not actually implement SIGIO. */ 172/* As of version 1.1.51, Linux did not actually implement SIGIO.
173 But it works in newer versions. */
174/* Here we assume that signal.h is already included. */ 174/* Here we assume that signal.h is already included. */
175#ifdef emacs 175#ifdef emacs
176#ifdef LINUX_SIGIO_DOES_WORK 176#ifdef LINUX_SIGIO_DOES_WORK