// emacs editmode for this file is -*- C++ -*- // $Id: cf_globals.h,v 1.2 1997-04-07 15:08:46 schmidt Exp $ #ifndef INCL_CF_GLOBALS_H #define INCL_CF_GLOBALS_H /* $Log: not supported by cvs2svn $ Revision 1.1 1997/03/26 16:42:30 schmidt version string added Revision 1.0 1996/05/17 10:59:38 stobbe Initial revision */ #include #include "cf_switches.h" extern CFSwitches cf_glob_switches; /*BEGINPUBLIC*/ extern const char factoryVersion[]; /*ENDPUBLIC*/ #endif