source: git/factory/cf_globals.h @ 756676e

spielwiese
Last change on this file since 756676e was 756676e, checked in by Reimer Behrends <behrends@…>, 5 years ago
Add includes for globaldefs.2
  • 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#include "../factory/globaldefs.h"
7
8//{{{ docu
9//
10// cf_globals.h - header to cf_globals.cc.
11//
12//}}}
13
14// #include "config.h"
15
16#include "cf_switches.h"
17
18/*BEGINPUBLIC*/
19
20extern const char factoryConfiguration[];
21
22/*ENDPUBLIC*/
23
24
25#endif /* ! INCL_CF_GLOBALS_H */
Note: See TracBrowser for help on using the repository browser.