Mercurial > hg > xemacs-beta
comparison src/m/alpha.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 59463afc5666 |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
165 #if 0 /* Rainer Schoepf <schoepf@uni-mainz.de> says this loses with X11R6 | 165 #if 0 /* Rainer Schoepf <schoepf@uni-mainz.de> says this loses with X11R6 |
166 since it has only shared libraries. */ | 166 since it has only shared libraries. */ |
167 #ifndef __GNUC__ | 167 #ifndef __GNUC__ |
168 /* This apparently is for the system ld as opposed to Gnu ld. */ | 168 /* This apparently is for the system ld as opposed to Gnu ld. */ |
169 #ifdef OSF1 | 169 #ifdef OSF1 |
170 #define LD_SWITCH_MACHINE -non_shared | 170 #define LD_SWITCH_MACHINE "-non_shared" |
171 #endif /* OSF1 */ | 171 #endif /* OSF1 */ |
172 #endif /* not __GNUC__ */ | 172 #endif /* not __GNUC__ */ |
173 #endif /* 0 */ | 173 #endif /* 0 */ |
174 | 174 |
175 #ifdef OSF1 | 175 #ifdef OSF1 |
176 #define LIBS_DEBUG | 176 #define LIBS_DEBUG |
177 #define START_FILES pre-crt0.o | 177 #define START_FILES "pre-crt0.o " |
178 #endif /* OSF1 */ | 178 #endif /* OSF1 */ |
179 | 179 |
180 #ifdef LINUX | 180 #ifdef LINUX |
181 /* This controls a conditional in main. */ | 181 /* This controls a conditional in main. */ |
182 #define LINUX_SBRK_BUG | 182 #define LINUX_SBRK_BUG |
183 #endif /* LINUX */ | 183 #endif /* LINUX */ |
184 | 184 |
185 /* The program to be used for unexec. */ | 185 /* The program to be used for unexec. */ |
186 | 186 |
187 #define UNEXEC unexalpha.o | 187 #define UNEXEC "unexalpha.o" |
188 | 188 |
189 #define PNTR_COMPARISON_TYPE unsigned long | 189 #define PNTR_COMPARISON_TYPE unsigned long |
190 | 190 |
191 #if 0 | 191 #if 0 |
192 | 192 |