diff options
| author | Richard M. Stallman | 1994-06-20 01:39:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-20 01:39:02 +0000 |
| commit | 97823303c496780827e89f38c5978af39ea1cc55 (patch) | |
| tree | aa4162a4b1995b3e13c3e8bc97ee2571fd61faa4 /src/s/gnu-linux.h | |
| parent | 37e379dd0912919c2f3990680593309492bc2e77 (diff) | |
| download | emacs-97823303c496780827e89f38c5978af39ea1cc55.tar.gz emacs-97823303c496780827e89f38c5978af39ea1cc55.zip | |
(SEGMENT_MASK): Defined.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 320573ab001..53af4cdd13c 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -186,10 +186,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 |
| @@ -206,6 +202,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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) |
| 208 | 204 | ||
| 205 | #define SEGMENT_MASK ((SEGMENT_SIZE)-1) | ||
| 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*/ |