#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.
 */
/*
 * this is completely false because I'm using gcc/g++
 */
#ifdef MipsArchitecture
#define ExtraCCFlags /**/
#define ExtraCCDefines /* -Dsigned= -Dvolatile= */ -DLANGUAGE_C
#endif

#include <InterViews/xparams.cf>
