cf_globals.h
Go to the documentation of this file.
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 
18 extern const char factoryVersion[];
19 extern const char factoryConfiguration[];
20 
21 /*ENDPUBLIC*/
22 
23 
24 #endif /* ! INCL_CF_GLOBALS_H */
header to cf_switches.cc.
const char factoryVersion[]
const char factoryConfiguration[]