Mercurial > hg > xemacs-beta
comparison src/m/alpha.h @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 376386a54a3c |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
150:8ebb1c0f0f6f | 151:59463afc5666 |
---|---|
158 #define DATA_SEG_BITS 0x140000000 | 158 #define DATA_SEG_BITS 0x140000000 |
159 #endif /* 0 */ | 159 #endif /* 0 */ |
160 | 160 |
161 #ifdef OSF1 | 161 #ifdef OSF1 |
162 #define ORDINARY_LINK | 162 #define ORDINARY_LINK |
163 /* Some systems seem to have this, others don't. */ | |
164 #ifdef HAVE_LIBDNET | |
165 #define LIBS_MACHINE -ldnet | |
166 #else | |
167 #define LIBS_MACHINE -ldnet_stub | |
168 #endif /* HAVE_LIBDNET */ | |
169 #endif /* OSF1 */ | 163 #endif /* OSF1 */ |
170 | 164 |
171 #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 |
172 since it has only shared libraries. */ | 166 since it has only shared libraries. */ |
173 #ifndef __GNUC__ | 167 #ifndef __GNUC__ |