source: git/factory/cf_globals.h @ e4e36c

spielwiese
Last change on this file since e4e36c was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 403 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_CF_GLOBALS_H
4#define INCL_CF_GLOBALS_H
5
6//{{{ docu
7//
8// cf_globals.h - header to cf_globals.cc.
9//
10//}}}
11
12// #include "config.h"
13
14#include "cf_switches.h"
15
16/*BEGINPUBLIC*/
17
18extern const char factoryVersion[];
19extern const char factoryConfiguration[];
20
21/*ENDPUBLIC*/
22
23extern CFSwitches cf_glob_switches;
24
25#endif /* ! INCL_CF_GLOBALS_H */
Note: See TracBrowser for help on using the repository browser.