source: git/factory/cf_globals.h @ 80b8fe

spielwiese
Last change on this file since 80b8fe was 64b9bf, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixed brocken linkage under OSX
  • Property mode set to 100644
File size: 367 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
23
24#endif /* ! INCL_CF_GLOBALS_H */
Note: See TracBrowser for help on using the repository browser.