source: git/factory/cf_globals.h @ 2ce3bf

spielwiese
Last change on this file since 2ce3bf was 88534e9, checked in by Hans Schoenemann <hannes@…>, 4 years ago
fix: factory paths for a sep. factory distribution
  • Property mode set to 100644
File size: 356 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 "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.