File: factoryconf.template

package info (click to toggle)
singular 1%3A4.3.1-p3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 41,164 kB
  • sloc: cpp: 315,943; ansic: 42,157; perl: 5,847; sh: 5,172; lisp: 4,241; python: 2,101; makefile: 1,879; yacc: 1,647; lex: 1,367; pascal: 1,366; tcl: 1,024; xml: 182
file content (28 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* emacs edit mode for this file is -*- C -*- */

#ifndef INCL_FACTORYCONF_H
#define INCL_FACTORYCONF_H

/* template to generate `factoryconf.h'. */

/**
 *
 * @file factoryconf.h
 *
 * `factoryconf.h' serves as a configuration file for the
 * installed source files (templates and `factory.h') the same
 * way as `config.h' serves as a configuration file for the
 * source files from which the library is build.  Additionally,
 * we paste a copy of our `cf_assert.h' into this file which is
 * necessary for the templates to translate.
 *
**/
#include "factory/globaldefs.h"

/*MAKEHEADER*/
#include "config.h"

/*MAKEHEADER*/
#include "cf_assert.h"

#endif /* ! INCL_FACTORYCONF_H */