comparison src/s/gnu-linux.h @ 7972:f2c73ebe4013

(SEGMENT_MASK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Jun 1994 01:39:02 +0000
parents 613f7a7d5778
children 04eeb3ed2828
comparison
equal deleted inserted replaced
7971:e02c5d5d76cd 7972:f2c73ebe4013
184 184
185 /* This is needed for sysdep.c */ 185 /* This is needed for sysdep.c */
186 186
187 #define NO_SIOCTL_H /* don't have sioctl.h */ 187 #define NO_SIOCTL_H /* don't have sioctl.h */
188 188
189 #if 0 /* autoconf should take care of this. */
190 #define HAVE_UNISTD_H /* for getpagesize.h */
191 #define HAVE_RANDOM /* is builtin */
192 #endif
193 #define HAVE_GETPAGESIZE 189 #define HAVE_GETPAGESIZE
194 #define HAVE_VFORK 190 #define HAVE_VFORK
195 #define HAVE_SYS_SIGLIST 191 #define HAVE_SYS_SIGLIST
196 #define HAVE_GETWD /* cure conflict with getcwd? */ 192 #define HAVE_GETWD /* cure conflict with getcwd? */
197 193
203 #define POSIX_SIGNALS 199 #define POSIX_SIGNALS
204 200
205 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ 201 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
206 /* we cannot get the maximum address for brk */ 202 /* we cannot get the maximum address for brk */
207 #define ULIMIT_BREAK_VALUE (32*1024*1024) 203 #define ULIMIT_BREAK_VALUE (32*1024*1024)
204
205 #define SEGMENT_MASK ((SEGMENT_SIZE)-1)
208 206
209 /* Best not to include -lg, unless it is last on the command line */ 207 /* Best not to include -lg, unless it is last on the command line */
210 #define LIBS_DEBUG 208 #define LIBS_DEBUG
211 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ 209 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
212 #define LIB_STANDARD -lc /* avoid -lPW */ 210 #define LIB_STANDARD -lc /* avoid -lPW */