mirror of https://github.com/Icinga/icinga2.git
17 lines
366 B
C++
17 lines
366 B
C++
/* 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 */
|