comparison src/s/gnu-linux.h @ 9721:3a3fb4db54ba

(HAVE_GETPAGESIZE): Definition deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Oct 1994 23:25:27 +0000
parents c3b059b240c7
children 4cb857a9cb87
comparison
equal deleted inserted replaced
9720:c1453f964f15 9721:3a3fb4db54ba
179 179
180 /* This is needed for sysdep.c */ 180 /* This is needed for sysdep.c */
181 181
182 #define NO_SIOCTL_H /* don't have sioctl.h */ 182 #define NO_SIOCTL_H /* don't have sioctl.h */
183 183
184 #define HAVE_GETPAGESIZE
185 #define HAVE_VFORK 184 #define HAVE_VFORK
186 #define HAVE_SYS_SIGLIST 185 #define HAVE_SYS_SIGLIST
187 #define HAVE_GETWD /* cure conflict with getcwd? */ 186 #define HAVE_GETWD /* cure conflict with getcwd? */
188 187
189 #define SYSV_SYSTEM_DIR /* use dirent.h */ 188 #define SYSV_SYSTEM_DIR /* use dirent.h */
199 198
200 /* Best not to include -lg, unless it is last on the command line */ 199 /* Best not to include -lg, unless it is last on the command line */
201 #define LIBS_DEBUG 200 #define LIBS_DEBUG
202 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ 201 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
203 #define LIB_STANDARD -lc /* avoid -lPW */ 202 #define LIB_STANDARD -lc /* avoid -lPW */
204 #ifdef HAVE_X11
205 #define LD_SWITCH_SYSTEM -L/usr/X386/lib
206 #endif
207 203
208 /* Don't use -g in test compiles in configure. 204 /* Don't use -g in test compiles in configure.
209 This is so we will use the same shared libs for that linking 205 This is so we will use the same shared libs for that linking
210 that are used when linking temacs. */ 206 that are used when linking temacs. */
211 #ifdef THIS_IS_CONFIGURE 207 #ifdef THIS_IS_CONFIGURE