comparison 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
comparison
equal deleted inserted replaced
41967:8a9386a43e41 41968:464d0a0dcf2e
29 /* #define UNIPLUS */ 29 /* #define UNIPLUS */
30 /* #define USG5 */ 30 /* #define USG5 */
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. */
37 38
38 #define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */ 39 #define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */