blob: 8c26287f9a51b63679d7fb30dd08d9b6d7fccf05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
#ifndef I2CONFIG_H
#define I2CONFIG_H
/**
* @defgroup config Configuration library
*
* The configuration library implements a compiler for Icinga 2's configuration
* format. It also provides functionality for creating configuration objects
* at runtime.
*/
#include "base/i2-base.hpp"
#endif /* I2CONFIG_H */
|