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