diff options
Diffstat (limited to 'src/m/ibmrs6000.h')
-rw-r--r-- | src/m/ibmrs6000.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index db6ebee0d78..40c74688f9f 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -86,7 +86,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* 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 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #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 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #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 |