Mercurial > emacs
diff src/s/gnu-linux.h @ 41968:464d0a0dcf2e
(GNU_LINUX): Defined.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 11 Dec 2001 22:13:11 +0000 |
| parents | 8e1f1f05b742 |
| children | 768349ffc7f7 |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Tue Dec 11 21:40:12 2001 +0000 +++ b/src/s/gnu-linux.h Tue Dec 11 22:13:11 2001 +0000 @@ -31,6 +31,7 @@ #define USG /* #define BSD_SYSTEM */ #define LINUX +#define GNU_LINUX /* SYSTEM_TYPE should indicate the kind of system you are using. It sets the Lisp variable system-type. */
