m3quake/derived/M3xConfig.i3


 Copyright (C) 1994, Digital Equipment Corporation 
 All rights reserved.                              
 See the file COPYRIGHT for a full description.    

This interface exports a little bit of the configuration information used by cm3. See MxConfig for more.

INTERFACE M3xConfig;

CONST  (* misc. configuration *)
  HOST           = "AMD64_LINUX";
  HOST_OS_TYPE   = "POSIX";
  HOST_WORD_SIZE = "64BITS";
  HOST_PATH_SEP  = "/";

END M3xConfig.