#include <ultrix.cf>

/*
 * <sys/types.h> uses signed and volatile, neither of which are
 * understood by the compiler.  Also, for the MIPS system header
 * files we need to define LANGUAGE_C just in case CC doesn't.
 */
#ifdef MipsArchitecture
#define ExtraCCFlags /**/
#define ExtraCCDefines -Dsigned= -Dvolatile= -DLANGUAGE_C
#endif

#include <InterViews/xparams.cf>
