aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-18 14:49:34 +0000
committerRichard M. Stallman1994-06-18 14:49:34 +0000
commit6f10bc9dbc727adb469db7202b47548bd7980512 (patch)
tree83736967227f8729341e68e220bdea4dfda07ba2 /src/s/gnu-linux.h
parent92e068832cd8a3384b7c4b193bcc06618f1140e7 (diff)
downloademacs-6f10bc9dbc727adb469db7202b47548bd7980512.tar.gz
emacs-6f10bc9dbc727adb469db7202b47548bd7980512.zip
(C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
(HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR): (HAVE_XSCREENNUMBEROFSCREEN, HAVE_XRMSETDATABASE): Comment out these definitions.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 0283e0ef612..eac1dd62c97 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -215,6 +215,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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 */
@@ -240,6 +247,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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. */
@@ -258,3 +266,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
258#ifndef HAVE_XRMSETDATABASE 266#ifndef HAVE_XRMSETDATABASE
259#define HAVE_XRMSETDATABASE 267#define HAVE_XRMSETDATABASE
260#endif 268#endif
269#endif /* 0 */