ddc
src
CommonLib
ddcConfig.h
Go to the documentation of this file.
1
/*
2
* Putting autoheader files within the #ifndef/#endif idiom (below)
3
* is potentially a BAD IDEA, since we might need to (re-)define
4
* the autoheader-generated preprocessor symbols (e.g. after
5
* (#include)ing in some config.h from another autoheader package
6
*/
7
#include "
ddcConfigNoAuto.h
"
8
#include "
ddcConfigAuto.h
"
9
10
/*
11
* Define a sentinel preprocessor symbol _*_CONFIG_H, just
12
* in case someone wants to check whether we've already
13
* (#include)d this file ....
14
*/
15
#ifndef _DDC_CONFIG_H
16
#define _DDC_CONFIG_H
17
18
#endif
/* _DDC_CONFIG_H */
19
20
/*--- emacs style variables ---
21
* Local Variables:
22
* mode: C++
23
* c-file-style: "ellemtel"
24
* c-basic-offset: 4
25
* tab-width: 8
26
* indent-tabs-mode: nil
27
* End:
28
*/
ddcConfigNoAuto.h
ddcConfigAuto.h
Generated by
1.8.13