comparison src/m/ibmrs6000.h @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents ecf1ebac70d8
children 308d34e9f07d
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
67 the RS/6000, but it's not available on other servers. */ 67 the RS/6000, but it's not available on other servers. */
68 #define X_DEFAULT_FONT "fixed" 68 #define X_DEFAULT_FONT "fixed"
69 69
70 /* Here override various assumptions in ymakefile */ 70 /* Here override various assumptions in ymakefile */
71 71
72 #ifdef AIXHFT
73 #define OBJECTS_MACHINE "hftctl.o"
74 #endif
75
76 #ifndef USG5_4 72 #ifndef USG5_4
77 /* XEmacs change -- commented out: dkeller@vnet.ibm.com */ 73 /* XEmacs change -- commented out: dkeller@vnet.ibm.com */
78 /* #define C_SWITCH_MACHINE -D_BSD */ 74 /* #define C_SWITCH_MACHINE -D_BSD */
79 #endif 75 #endif
80 76