#define LOAD_AVE_TYPE long
#endif
+#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
+#define LOAD_AVE_TYPE long
+#endif
+
#endif /* No LOAD_AVE_TYPE. */
#ifdef OSF_ALPHA
#define FSCALE 100.0
#endif
+#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
+/* <sys/param.h> defines an incorrect value for FSCALE on an
+ Alliant FX/2800 Concentrix 2.2, according to ghazi@noc.rutgers.edu. */
+#undef FSCALE
+#define FSCALE 100.0
+#endif
+
#endif /* Not FSCALE. */
#if !defined (LDAV_CVT) && defined (FSCALE)
#define NLIST_STRUCT
#endif
-#ifdef tex4300
+#ifdef tek4300
#define NLIST_STRUCT
#endif
#define NLIST_STRUCT
#endif
+#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
+#define NLIST_STRUCT
+#endif
+
#endif /* defined (NLIST_STRUCT) */