Lazuli
config.h
Go to the documentation of this file.
1 /*
2  * SPDX-License-Identifier: GPL-3.0-only
3  * This file is part of Lazuli.
4  */
5 
17 #ifndef LAZULI_CONFIG_H
18 #define LAZULI_CONFIG_H
19 
20 #ifdef LZ_STATIC_ANALYSIS
22 #else
23 #include <config.h>
24 #endif
25 
26 #endif /* LAZULI_CONFIG_H */
Include appropriate config file.
Lazuli configuration file for static analysis.