7 lines
73 B
C
7 lines
73 B
C
|
#ifndef _CONFIG_H
|
||
|
#define _CONFIG_H
|
||
|
|
||
|
#define LOG_LEVEL WLR_ERROR
|
||
|
|
||
|
#endif
|