changeset 1906:158faf65239b

* ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA is not defined. (X_DEFAULT_FONT): Change to `fixed', as `Rom14.500' only works on the console.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:20:51 +0000
parents 494dd05d460c
children df8b67adcee3
files src/m/ibmrs6000.h
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/ibmrs6000.h	Mon Feb 22 14:17:16 1993 +0000
+++ b/src/m/ibmrs6000.h	Mon Feb 22 14:20:51 1993 +0000
@@ -102,12 +102,16 @@
    Define neither one if an assembler-language alloca
    in the file alloca.s should be used.	 */
 
+/* Note: aix3-2.h defines HAVE_ALLOCA; aix3-1.h doesn't.  */
+#ifndef HAVE_ALLOCA
 #define C_ALLOCA
 #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */
+#endif
 
-/* Specify the font for X to use.  */
-
-#define X_DEFAULT_FONT "Rom14.500"
+/* 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 */