diff options
| author | Richard M. Stallman | 1994-10-26 23:25:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-26 23:25:27 +0000 |
| commit | bf20bdca0ea0a715128595eb55f477e306652046 (patch) | |
| tree | b72f119262400042894aa40605dd22a73dc0c7bc /src/s/gnu-linux.h | |
| parent | d73fe42b59d57f4cb93f71949a91f3d649a598a6 (diff) | |
| download | emacs-bf20bdca0ea0a715128595eb55f477e306652046.tar.gz emacs-bf20bdca0ea0a715128595eb55f477e306652046.zip | |
(HAVE_GETPAGESIZE): Definition deleted.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index b039005c0f8..12d098eb415 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -181,7 +181,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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? */ |
| @@ -201,9 +200,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 |