comparison src/s/bsd4-2.h @ 7449:56e18914758f

(BSD): Define as 42. (BSD4_2): Define as 1. This makes it like bsd4-3.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 May 1994 00:19:21 +0000
parents cd81dba38a49
children 191acacfa1ec
comparison
equal deleted inserted replaced
7448:bf93ac2d8409 7449:56e18914758f
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 #ifndef BSD4_2 26 #ifndef BSD4_2
27 #define BSD4_2 27 #define BSD4_2 1
28 #endif /* BSD4_2 */ 28 #endif /* BSD4_2 */
29 29
30 #ifndef BSD 30 #ifndef BSD
31 #define BSD 1 31 #define BSD 42
32 #endif /* BSD */ 32 #endif /* BSD */
33 33
34 /* SYSTEM_TYPE should indicate the kind of system you are using. 34 /* SYSTEM_TYPE should indicate the kind of system you are using.
35 It sets the Lisp variable system-type. */ 35 It sets the Lisp variable system-type. */
36 36