]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_GETPAGESIZE): Explicitly #undef.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 23:25:45 +0000 (23:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 23:25:45 +0000 (23:25 +0000)
src/m/sequent-ptx.h

index b48c804c7794599225996b6e9a953cc1a43f2963..012c3ede310f88cb7da2ea3991eab1a8f5625603 100644 (file)
@@ -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 */