comparison src/s/bsd4-1.h @ 28594:e36f3a1efa2b

Don't define autoconfiscated NLIST_STRUCT.
author Dave Love <fx@gnu.org>
date Fri, 14 Apr 2000 17:53:11 +0000
parents 63fd40a97a75
children 23a1cea22d13
comparison
equal deleted inserted replaced
28593:9e0cd0f9571f 28594:e36f3a1efa2b
96 so that Emacs can tell instantly when you try to modify 96 so that Emacs can tell instantly when you try to modify
97 a file that someone else has modified in his Emacs. */ 97 a file that someone else has modified in his Emacs. */
98 98
99 #undef CLASH_DETECTION /* Might work; not tried yet. */ 99 #undef CLASH_DETECTION /* Might work; not tried yet. */
100 100
101 /* We use the Berkeley (and usg5.2.2) interface to nlist. */
102
103 #define NLIST_STRUCT
104
105 /* The file containing the kernel's symbol table is called /vmunix. */ 101 /* The file containing the kernel's symbol table is called /vmunix. */
106 102
107 #define KERNEL_FILE "/vmunix" 103 #define KERNEL_FILE "/vmunix"
108 104
109 /* The symbol in the kernel where the load average is found 105 /* The symbol in the kernel where the load average is found