diff options
| author | Richard M. Stallman | 2001-12-11 22:13:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-11 22:13:11 +0000 |
| commit | 8db5530aa05f20f511a0cf2373fd838004be80be (patch) | |
| tree | 9d423f54dcbef209992d2cd3361e093e5487988e /src/s/gnu-linux.h | |
| parent | cd3812135c885eee7bd822dcb1e0fda9635b4b4a (diff) | |
| download | emacs-8db5530aa05f20f511a0cf2373fd838004be80be.tar.gz emacs-8db5530aa05f20f511a0cf2373fd838004be80be.zip | |
(GNU_LINUX): Defined.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 60dd66a9fa5..3623fd7e702 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 31 | #define USG | 31 | #define USG |
| 32 | /* #define BSD_SYSTEM */ | 32 | /* #define BSD_SYSTEM */ |
| 33 | #define LINUX | 33 | #define LINUX |
| 34 | #define GNU_LINUX | ||
| 34 | 35 | ||
| 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. */ |