comparison src/s/umax.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 23a1cea22d13
comparison
equal deleted inserted replaced
28593:9e0cd0f9571f 28594:e36f3a1efa2b
120 so that Emacs can tell instantly when you try to modify 120 so that Emacs can tell instantly when you try to modify
121 a file that someone else has modified in his Emacs. */ 121 a file that someone else has modified in his Emacs. */
122 122
123 #define CLASH_DETECTION 123 #define CLASH_DETECTION
124 124
125 /* We use the Berkeley (and usg5.2.2) interface to nlist. */
126
127 #define NLIST_STRUCT
128
129 /* The file containing the kernel's symbol table is called /vmunix. */ 125 /* The file containing the kernel's symbol table is called /vmunix. */
130 126
131 #define KERNEL_FILE "/vmunix" 127 #define KERNEL_FILE "/vmunix"
132 128
133 /* The symbol in the kernel where the load average is found 129 /* The symbol in the kernel where the load average is found