comparison src/s/bsd4-2.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 566fd2a966aa
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
28593:9e0cd0f9571f 28594:e36f3a1efa2b
100 so that Emacs can tell instantly when you try to modify 100 so that Emacs can tell instantly when you try to modify
101 a file that someone else has modified in his Emacs. */ 101 a file that someone else has modified in his Emacs. */
102 102
103 #define CLASH_DETECTION 103 #define CLASH_DETECTION
104 104
105 /* We use the Berkeley (and usg5.2.2) interface to nlist. */
106
107 #define NLIST_STRUCT
108
109 /* The file containing the kernel's symbol table is called /vmunix. */ 105 /* The file containing the kernel's symbol table is called /vmunix. */
110 106
111 #define KERNEL_FILE "/vmunix" 107 #define KERNEL_FILE "/vmunix"
112 108
113 /* The symbol in the kernel where the load average is found 109 /* The symbol in the kernel where the load average is found