comparison src/s/xenix.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 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
28593:9e0cd0f9571f 28594:e36f3a1efa2b
134 short names. It means that the stuff in ../shortnames 134 short names. It means that the stuff in ../shortnames
135 must be run to convert the long names to short ones. */ 135 must be run to convert the long names to short ones. */
136 136
137 /* #define SHORTNAMES */ 137 /* #define SHORTNAMES */
138 138
139 /* We do not use the Berkeley (and usg5.2.2) interface to nlist. */
140
141 /* #define NLIST_STRUCT */
142
143 /* Compensate for one incompatibility between Xenix and V.0. */ 139 /* Compensate for one incompatibility between Xenix and V.0. */
144 #define n_zeroes n_name[0] 140 #define n_zeroes n_name[0]
145 141
146 /* The file containing the kernel's symbol table is called /xenix. */ 142 /* The file containing the kernel's symbol table is called /xenix. */
147 143