source: git/factory/factoryconf.template @ 4f7f44

spielwiese
Last change on this file since 4f7f44 was e08559, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
ADD: prepearing to use the AX_PREFIX_CONFIG*
  • Property mode set to 100644
File size: 714 bytes
RevLine 
[ae10cf]1/* emacs edit mode for this file is -*- C -*- */
[341696]2/* $Id$ */
[ae10cf]3
4#ifndef INCL_FACTORYCONF_H
5#define INCL_FACTORYCONF_H
6
7/* {{{ docu
8 *
[7b68de9]9 * factoryconf.template - template to generate `factoryconf.h'.
[199598]10 *
[7b68de9]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,
[650f2d8]15 * we paste a copy of our `cf_assert.h' into this file which is
[7b68de9]16 * necessary for the templates to translate.
[ae10cf]17 *
[aaf822]18 */
[ae10cf]19/* }}} */
20
21/*MAKEHEADER*/
22#include "config.h"
[e08559]23/* #include "factory_config.h" */
[ae10cf]24
25/*MAKEHEADER*/
[650f2d8]26#include "cf_assert.h"
[ae10cf]27
28#endif /* ! INCL_FACTORYCONF_H */
Note: See TracBrowser for help on using the repository browser.