mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
6cc7be512c
Signed-off-b: Julian Wollrath <jwollrath@web.de>
12 lines
299 B
C
12 lines
299 B
C
#ifndef _CONFIG_H_
|
|
#define _CONFIG_H_
|
|
|
|
#define AWESOME_LUA_LIB_PATH "@AWESOME_LUA_LIB_PATH@"
|
|
#define XDG_CONFIG_DIR "@XDG_CONFIG_DIR@"
|
|
#define AWESOME_IS_BIG_ENDIAN @AWESOME_IS_BIG_ENDIAN@
|
|
|
|
#cmakedefine WITH_DBUS
|
|
#cmakedefine HAS_EXECINFO
|
|
#cmakedefine HAS___BUILTIN_CLZ
|
|
|
|
#endif //_CONFIG_H_
|