householding updates

This commit is contained in:
joonicks 2018-12-18 13:19:06 +01:00
parent 3c13b7821c
commit 66e7512eee
12 changed files with 3 additions and 1 deletions

1
common/README Normal file
View File

@ -0,0 +1 @@
Files needed at runtime.

1
config/README Normal file
View File

@ -0,0 +1 @@
Files needed by ./configure to test compiler environment. Not needed after compilation is done (but save if you think you might recompile again later on).

View File

@ -292,7 +292,7 @@
#define BOTDIR "" #define BOTDIR ""
#define MECHBASENAME "mech" #define MECHBASENAME "mech"
#define RANDDIR "messages/" #define RANDDIR "common/"
#define HELPDIR "help/" #define HELPDIR "help/"
#define CFGFILE BOTDIR MECHBASENAME ".conf" #define CFGFILE BOTDIR MECHBASENAME ".conf"
#define PIDFILE BOTDIR MECHBASENAME ".pid" #define PIDFILE BOTDIR MECHBASENAME ".pid"