Added config path to common
This commit is contained in:
parent
7131aa85d6
commit
48d2672dad
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
#define SOCK_ENV_VAR "KIWMI_SOCKET"
|
#define SOCK_ENV_VAR "KIWMI_SOCKET"
|
||||||
#define SOCK_DEF_PATH "/tmp/kiwmi.sock"
|
#define SOCK_DEF_PATH "/tmp/kiwmi.sock"
|
||||||
|
|
||||||
|
#define CONFIG_FILE "kiwmi/kiwmirc"
|
||||||
|
|
||||||
void die(char *fmt, ...);
|
void die(char *fmt, ...);
|
||||||
|
|
||||||
extern const char *argv0;
|
extern const char *argv0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue