comparison src/m/mips.h @ 41857:8ef6f1ac6729

(HAVE_VFORK): Remove.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Dec 2001 05:53:45 +0000
parents 05b443a967d2
children 4be8406ebef9
comparison
equal deleted inserted replaced
41856:0028402ed7d1 41857:8ef6f1ac6729
167 #define LIBS_TERMCAP -lcurses 167 #define LIBS_TERMCAP -lcurses
168 168
169 #define C_SWITCH_MACHINE -I/usr/include/bsd 169 #define C_SWITCH_MACHINE -I/usr/include/bsd
170 #define C_DEBUG_SWITCH -O -g3 170 #define C_DEBUG_SWITCH -O -g3
171 171
172 #if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
173 #define HAVE_VFORK /* Graciously provided by libX.a */
174 #endif
175
176 #endif /* not BSD_SYSTEM */ 172 #endif /* not BSD_SYSTEM */
177 #endif /* not NEWSOS5 && not __linux__ */ 173 #endif /* not NEWSOS5 && not __linux__ */
178 174
179 /* The standard definitions of these macros would work ok, 175 /* The standard definitions of these macros would work ok,
180 but these are faster because the constants are short. */ 176 but these are faster because the constants are short. */