diff 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
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Sat Jun 18 13:26:33 1994 +0000
+++ b/src/s/gnu-linux.h	Sat Jun 18 14:49:34 1994 +0000
@@ -215,6 +215,13 @@
 #define LD_SWITCH_SYSTEM -L/usr/X386/lib
 #endif
 
+/* Don't use -g in test compiles in configure.
+   This is so we will use the same shared libs for that linking
+   that are used when linking temacs.  */
+#ifdef THIS_IS_CONFIGURE
+#define C_DEBUG_SWITCH
+#endif
+
 /* Let's try this out, just in case.
    Nah.  Rik Faith <faith@cs.unc.edu> says it doesn't work well.  */
 /* #define SIGNALS_VIA_CHARACTERS */
@@ -240,6 +247,7 @@
 #define ADJUST_EXEC_HEADER \
   unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr)
 
+#if 0
 /* In 19.23 and 19.24, configure sometimes fails to define these.
    It has to do with the fact that configure uses CFLAGS when linking
    while Makefile.in.in (erroneously) fails to do so when linking temacs.  */
@@ -258,3 +266,4 @@
 #ifndef HAVE_XRMSETDATABASE
 #define HAVE_XRMSETDATABASE
 #endif
+#endif /* 0 */