comparison src/s/bsd4-3.h @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents ee40177f6c68
children 566fd2a966aa
comparison
equal deleted inserted replaced
16219:7f3f182f20a3 16220:02044b05d8e0
28 avoid warnings about redefined macros. */ 28 avoid warnings about redefined macros. */
29 #ifndef BSD4_3 29 #ifndef BSD4_3
30 #define BSD4_3 1 30 #define BSD4_3 1
31 #endif /* BSD4_3 */ 31 #endif /* BSD4_3 */
32 32
33 #ifndef BSD 33 #ifndef BSD_SYSTEM
34 #define BSD 43 34 #define BSD_SYSTEM 43
35 #endif /* BSD */ 35 #endif /* BSD_SYSTEM */
36 36
37 /* SYSTEM_TYPE should indicate the kind of system you are using. 37 /* SYSTEM_TYPE should indicate the kind of system you are using.
38 It sets the Lisp variable system-type. */ 38 It sets the Lisp variable system-type. */
39 39
40 #define SYSTEM_TYPE "berkeley-unix" 40 #define SYSTEM_TYPE "berkeley-unix"