From: Richard M. Stallman Date: Wed, 26 Oct 1994 23:25:45 +0000 (+0000) Subject: (HAVE_GETPAGESIZE): Explicitly #undef. X-Git-Tag: emacs-19.34~6133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3abc2d461ac57bcc8f4f45366bfd2a7f83b0c015;p=emacs.git (HAVE_GETPAGESIZE): Explicitly #undef. --- diff --git a/src/m/sequent-ptx.h b/src/m/sequent-ptx.h index b48c804c779..012c3ede310 100644 --- a/src/m/sequent-ptx.h +++ b/src/m/sequent-ptx.h @@ -110,7 +110,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* PTX has getpagesize() but it returns 296. Using the default method of including getpagesize.h in unexec.c returns 4096 which seems more reasonable. */ -/* #define HAVE_GETPAGESIZE */ +#undef HAVE_GETPAGESIZE /* Override magic number for a.out header. */ #define EXEC_MAGIC 0411 /* from a.out.h: separated I&D */