diff options
| author | Richard M. Stallman | 1996-03-27 02:45:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-27 02:45:32 +0000 |
| commit | 153d6aaa4f77470926a1cc8ba6d53767bcfd4d36 (patch) | |
| tree | 1b47c9968cb0cd6f01dcb91192c64356153e1ced /src/s/gnu-linux.h | |
| parent | a124b2795d51b3e5b0447ca3d6afeaf544e85f84 (diff) | |
| download | emacs-153d6aaa4f77470926a1cc8ba6d53767bcfd4d36.tar.gz emacs-153d6aaa4f77470926a1cc8ba6d53767bcfd4d36.zip | |
Renamed from s/linux.h.
(SYSTEM_TYPE): Changed to "lignux".
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index a024791eb9e..ee9e6a621ad 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* This file is the configuration file for GNU/Linux operating systems. | 1 | /* This file is the configuration file for Lignux systems |
| 2 | (that is, Linux-based GNU operating systems.) | ||
| 2 | Copyright (C) 1985, 1986, 1992, 1994, 1996 Free Software Foundation, Inc. | 3 | Copyright (C) 1985, 1986, 1992, 1994, 1996 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -35,7 +36,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 35 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 36 | /* SYSTEM_TYPE should indicate the kind of system you are using. |
| 36 | It sets the Lisp variable system-type. */ | 37 | It sets the Lisp variable system-type. */ |
| 37 | 38 | ||
| 38 | #define SYSTEM_TYPE "linux" /* All the best software is free. */ | 39 | #define SYSTEM_TYPE "lignux" /* All the best software is free. */ |
| 39 | 40 | ||
| 40 | /* Check the version number of Linux--if it is at least 1.2.0, | 41 | /* Check the version number of Linux--if it is at least 1.2.0, |
| 41 | it is safe to use SIGIO. */ | 42 | it is safe to use SIGIO. */ |