mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
10 lines
211 B
C
10 lines
211 B
C
#ifndef _CONFIG_H_
|
|
#define _CONFIG_H_
|
|
|
|
#define AWESOME_LUA_LIB_PATH "@AWESOME_LUA_LIB_PATH@"
|
|
#define AWESOME_CONF_PATH "@AWESOME_CONF_PATH@"
|
|
|
|
#cmakedefine WITH_DBUS
|
|
#cmakedefine WITH_IMLIB2
|
|
|
|
#endif //_CONFIG_H_
|