comparison src/s/gnu-linux.h @ 7964:613f7a7d5778

(C_OPTIMIZE_SWITCH): Definition deleted.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Jun 1994 15:24:14 +0000
parents eaca9ccb9f4a
children f2c73ebe4013
comparison
equal deleted inserted replaced
7963:b66df6f80740 7964:613f7a7d5778
208 208
209 /* Best not to include -lg, unless it is last on the command line */ 209 /* Best not to include -lg, unless it is last on the command line */
210 #define LIBS_DEBUG 210 #define LIBS_DEBUG
211 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ 211 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
212 #define LIB_STANDARD -lc /* avoid -lPW */ 212 #define LIB_STANDARD -lc /* avoid -lPW */
213 #define C_OPTIMIZE_SWITCH /* configure can guess this just fine */
214 #ifdef HAVE_X11 213 #ifdef HAVE_X11
215 #define LD_SWITCH_SYSTEM -L/usr/X386/lib 214 #define LD_SWITCH_SYSTEM -L/usr/X386/lib
216 #endif 215 #endif
217 216
218 /* Don't use -g in test compiles in configure. 217 /* Don't use -g in test compiles in configure.