aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-26 23:25:27 +0000
committerRichard M. Stallman1994-10-26 23:25:27 +0000
commitbf20bdca0ea0a715128595eb55f477e306652046 (patch)
treeb72f119262400042894aa40605dd22a73dc0c7bc /src
parentd73fe42b59d57f4cb93f71949a91f3d649a598a6 (diff)
downloademacs-bf20bdca0ea0a715128595eb55f477e306652046.tar.gz
emacs-bf20bdca0ea0a715128595eb55f477e306652046.zip
(HAVE_GETPAGESIZE): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/m/symmetry.h3
-rw-r--r--src/s/gnu-linux.h4
-rw-r--r--src/s/msdos.h3
3 files changed, 0 insertions, 10 deletions
diff --git a/src/m/symmetry.h b/src/m/symmetry.h
index 63cd9b35ff8..fc8a673f05b 100644
--- a/src/m/symmetry.h
+++ b/src/m/symmetry.h
@@ -59,9 +59,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
59#undef KERNEL_FILE 59#undef KERNEL_FILE
60#define KERNEL_FILE "/dynix" 60#define KERNEL_FILE "/dynix"
61 61
62/* define HAVE_GETPAGESIZE for Symmetry */
63#define HAVE_GETPAGESIZE
64
65/* Avoids a compiler bug */ 62/* Avoids a compiler bug */
66 63
67#define TAHOE_REGISTER_BUG 64#define TAHOE_REGISTER_BUG
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
diff --git a/src/s/msdos.h b/src/s/msdos.h
index a3a050afa7a..8f614428887 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -153,9 +153,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
153 153
154#define NO_MODE_T 154#define NO_MODE_T
155 155
156/* we can use dj's getpagesize() */
157#define HAVE_GETPAGESIZE
158
159/* New chdir () routine. */ 156/* New chdir () routine. */
160#ifdef chdir 157#ifdef chdir
161#undef chdir 158#undef chdir