spielwiese
Last change
on this file since 6bc4cd was
3af3ca,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
FIX: public factory config.h should have ifndef/define/endif guards!
|
-
Property mode set to
100644
|
File size:
680 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C -*- */ |
---|
2 | /* $Id$ */ |
---|
3 | |
---|
4 | #ifndef INCL_FACTORYCONF_H |
---|
5 | #define INCL_FACTORYCONF_H |
---|
6 | |
---|
7 | /* {{{ docu |
---|
8 | * |
---|
9 | * factoryconf.template - template to generate `factoryconf.h'. |
---|
10 | * |
---|
11 | * `factoryconf.h' serves as a configuration file for the |
---|
12 | * installed source files (templates and `factory.h') the same |
---|
13 | * way as `config.h' serves as a configuration file for the |
---|
14 | * source files from which the library is build. Additionally, |
---|
15 | * we paste a copy of our `cf_assert.h' into this file which is |
---|
16 | * necessary for the templates to translate. |
---|
17 | * |
---|
18 | */ |
---|
19 | /* }}} */ |
---|
20 | |
---|
21 | /*MAKEHEADER*/ |
---|
22 | #include "config.h" |
---|
23 | |
---|
24 | /*MAKEHEADER*/ |
---|
25 | #include "cf_assert.h" |
---|
26 | |
---|
27 | #endif /* ! INCL_FACTORYCONF_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.