comparison src/s/gnu-linux.h @ 96741:e7299e988a36

Remove boilerplate comments.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 15:52:24 +0000
parents 1e0b67e40d48
children c06568fd3844
comparison
equal deleted inserted replaced
96740:8ef463253ae5 96741:e7299e988a36
23 /* 23 /*
24 * Define symbols to identify the version of Unix this is. 24 * Define symbols to identify the version of Unix this is.
25 * Define all the symbols that apply correctly. 25 * Define all the symbols that apply correctly.
26 */ 26 */
27 27
28 /* #define USG5 */
29 #define USG 28 #define USG
30 /* #define BSD_SYSTEM */
31 #define GNU_LINUX 29 #define GNU_LINUX
32 30
33 /* SYSTEM_TYPE should indicate the kind of system you are using. 31 /* SYSTEM_TYPE should indicate the kind of system you are using.
34 It sets the Lisp variable system-type. */ 32 It sets the Lisp variable system-type. */
35 33