comparison src/s/bsd4-3.h @ 1112:1dba066c1e0a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 10:54:38 +0000
parents 626908d37dea
children 0ffcf74fb8ad
comparison
equal deleted inserted replaced
1111:95f094fdd81e 1112:1dba066c1e0a
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_3 26 #ifndef BSD4_3
27 #define BSD 43 /* 4.3 * 10, as cpp doesn't do floats */ 27 #define BSD4_3
28 #endif /* BSD4_3 */ 28 #endif /* BSD4_3 */
29 29
30 #ifndef BSD 30 #ifndef BSD
31 #define BSD4_3 1 31 #define BSD
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
125 125
126 /* The symbol in the kernel where the load average is found 126 /* The symbol in the kernel where the load average is found
127 is named _avenrun. */ 127 is named _avenrun. */
128 128
129 #define LDAV_SYMBOL "_avenrun" 129 #define LDAV_SYMBOL "_avenrun"
130
131 /* The return type of a signal handling function. */
132 #define SIGTYPE int