mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
2e6358ca2d
Since commit 19137a55
we no longer use this builtin, so we don't have to check
for it anymore either.
Signed-off-by: Uli Schlachter <psychon@znc.in>
13 lines
348 B
C
13 lines
348 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
|
|
|
|
#endif //_CONFIG_H_
|
|
|
|
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|