source: git/factory/factoryconf.template @ 08a955

spielwiese
Last change on this file since 08a955 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 669 bytes
Line 
1/* emacs edit mode for this file is -*- C -*- */
2
3#ifndef INCL_FACTORYCONF_H
4#define INCL_FACTORYCONF_H
5
6/* {{{ docu
7 *
8 * factoryconf.template - template to generate `factoryconf.h'.
9 *
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,
14 * we paste a copy of our `cf_assert.h' into this file which is
15 * necessary for the templates to translate.
16 *
17 */
18/* }}} */
19
20/*MAKEHEADER*/
21#include "config.h"
22
23/*MAKEHEADER*/
24#include "cf_assert.h"
25
26#endif /* ! INCL_FACTORYCONF_H */
Note: See TracBrowser for help on using the repository browser.