Mercurial > hg > xemacs-beta
comparison src/m/intel386.h @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 59463afc5666 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
158:558dfa75ffb3 | 159:3bb7ccffb0c0 |
---|---|
151 #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a | 151 #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a |
152 #else /* not XENIX */ | 152 #else /* not XENIX */ |
153 | 153 |
154 /* this brings in alloca() if we're using cc */ | 154 /* this brings in alloca() if we're using cc */ |
155 #ifdef USG | 155 #ifdef USG |
156 #if 0 /* mrb: -lPW is now autodetected, anyways */ | |
156 #ifndef LIB_STANDARD | 157 #ifndef LIB_STANDARD |
157 #ifdef USG5_4 | 158 #ifdef USG5_4 |
158 #define LIB_STANDARD -lc | 159 #define LIB_STANDARD -lc |
159 #else /* not USG5_4 */ | 160 #else /* not USG5_4 */ |
160 #define LIB_STANDARD -lPW -lc | 161 #define LIB_STANDARD -lPW -lc |
161 #endif /* not USG5_4 */ | 162 #endif /* not USG5_4 */ |
162 #endif /* LIB_STANDARD */ | 163 #endif /* LIB_STANDARD */ |
163 | 164 #endif /* 0 */ |
165 | |
166 #if 0 /* ALLOCA is now autodetected */ | |
164 #define HAVE_ALLOCA | 167 #define HAVE_ALLOCA |
168 #endif | |
165 #define NO_REMAP | 169 #define NO_REMAP |
166 #define TEXT_START 0 | 170 #define TEXT_START 0 |
167 #endif /* USG */ | 171 #endif /* USG */ |
168 #endif /* not XENIX */ | 172 #endif /* not XENIX */ |
169 | 173 |