comparison src/s/bsd4-3.h @ 1113:0ffcf74fb8ad

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 11:44:06 +0000
parents 1dba066c1e0a
children 260271f9cd23
comparison
equal deleted inserted replaced
1112:1dba066c1e0a 1113:0ffcf74fb8ad
21 /* 21 /*
22 * Define symbols to identify the version of Unix this is. 22 * Define symbols to identify the version of Unix this is.
23 * Define all the symbols that apply correctly. 23 * Define all the symbols that apply correctly.
24 */ 24 */
25 25
26 /* We give these symbols the numeric values found in <sys/param.h> to
27 avoid warnings about redefined macros. */
26 #ifndef BSD4_3 28 #ifndef BSD4_3
27 #define BSD4_3 29 #define BSD4_3 1
28 #endif /* BSD4_3 */ 30 #endif /* BSD4_3 */
29 31
30 #ifndef BSD 32 #ifndef BSD
31 #define BSD 33 #define BSD 43
32 #endif /* BSD */ 34 #endif /* BSD */
33 35
34 /* SYSTEM_TYPE should indicate the kind of system you are using. 36 /* SYSTEM_TYPE should indicate the kind of system you are using.
35 It sets the Lisp variable system-type. */ 37 It sets the Lisp variable system-type. */
36 38