comparison src/s/gnu-linux.h @ 7956:eaca9ccb9f4a

(C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE. (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR): (HAVE_XSCREENNUMBEROFSCREEN, HAVE_XRMSETDATABASE): Comment out these definitions.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Jun 1994 14:49:34 +0000
parents 27ec793a0e99
children 613f7a7d5778
comparison
equal deleted inserted replaced
7955:a03d7bdee306 7956:eaca9ccb9f4a
213 #define C_OPTIMIZE_SWITCH /* configure can guess this just fine */ 213 #define C_OPTIMIZE_SWITCH /* configure can guess this just fine */
214 #ifdef HAVE_X11 214 #ifdef HAVE_X11
215 #define LD_SWITCH_SYSTEM -L/usr/X386/lib 215 #define LD_SWITCH_SYSTEM -L/usr/X386/lib
216 #endif 216 #endif
217 217
218 /* Don't use -g in test compiles in configure.
219 This is so we will use the same shared libs for that linking
220 that are used when linking temacs. */
221 #ifdef THIS_IS_CONFIGURE
222 #define C_DEBUG_SWITCH
223 #endif
224
218 /* Let's try this out, just in case. 225 /* Let's try this out, just in case.
219 Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ 226 Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */
220 /* #define SIGNALS_VIA_CHARACTERS */ 227 /* #define SIGNALS_VIA_CHARACTERS */
221 228
222 /* Rob Malouf <malouf@csli.stanford.edu> says: 229 /* Rob Malouf <malouf@csli.stanford.edu> says:
238 #define A_TEXT_OFFSET(hdr) (N_MAGIC(hdr) == QMAGIC ? sizeof (struct exec) : 0) 245 #define A_TEXT_OFFSET(hdr) (N_MAGIC(hdr) == QMAGIC ? sizeof (struct exec) : 0)
239 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 246 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
240 #define ADJUST_EXEC_HEADER \ 247 #define ADJUST_EXEC_HEADER \
241 unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr) 248 unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr)
242 249
250 #if 0
243 /* In 19.23 and 19.24, configure sometimes fails to define these. 251 /* In 19.23 and 19.24, configure sometimes fails to define these.
244 It has to do with the fact that configure uses CFLAGS when linking 252 It has to do with the fact that configure uses CFLAGS when linking
245 while Makefile.in.in (erroneously) fails to do so when linking temacs. */ 253 while Makefile.in.in (erroneously) fails to do so when linking temacs. */
246 #ifndef HAVE_GETTIMEOFDAY 254 #ifndef HAVE_GETTIMEOFDAY
247 #define HAVE_GETTIMEOFDAY 255 #define HAVE_GETTIMEOFDAY
256 #define HAVE_XSCREENNUMBEROFSCREEN 264 #define HAVE_XSCREENNUMBEROFSCREEN
257 #endif 265 #endif
258 #ifndef HAVE_XRMSETDATABASE 266 #ifndef HAVE_XRMSETDATABASE
259 #define HAVE_XRMSETDATABASE 267 #define HAVE_XRMSETDATABASE
260 #endif 268 #endif
269 #endif /* 0 */