emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/ibmrs6000.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/ibmrs6000.h,v
Date: Thu, 10 Jul 2008 15:26:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/10 15:26:15

Index: src/m/ibmrs6000.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/ibmrs6000.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- src/m/ibmrs6000.h   26 Jun 2008 04:24:41 -0000      1.52
+++ src/m/ibmrs6000.h   10 Jul 2008 15:26:14 -0000      1.53
@@ -86,7 +86,6 @@
 /* Use shared memory.  */
 /* This is turned off because it does not always work.  See etc/AIX.DUMP.  */
 /* #define HAVE_SHM */
-#define SHMKEY 5305035         /* used for shared memory code segments */
 #endif /* CANNOT_DUMP */
 
 #define N_BADMAG(x) BADMAG(x)
@@ -100,11 +99,6 @@
 #undef ADDR_CORRECT
 #define ADDR_CORRECT(x) ((int)(x))
 
-/* Specify the font for X to use.
-   This used to be Rom14.500; that's nice on the X server shipped with
-   the RS/6000, but it's not available on other servers.  */
-#define X_DEFAULT_FONT "fixed"
-
 /* Here override various assumptions in ymakefile */
 
 #ifndef USG5
@@ -141,8 +135,7 @@
 #define BROKEN_SIGPTY
 #define BROKEN_SIGPOLL
 
-/* Don't try to include sioctl.h or ptem.h.  */
-#undef NEED_SIOCTL
+/* Don't try to include ptem.h.  */
 #undef NEED_PTEM_H
 
 #define ORDINARY_LINK




reply via email to

[Prev in Thread] Current Thread [Next in Thread]