Merge pull request #12 from joonicks/dev

householding updates
This commit is contained in:
joonicks
2018-12-18 13:21:10 +01:00
committed by GitHub
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 MECHBASENAME "mech"
#define RANDDIR "messages/"
#define RANDDIR "common/"
#define HELPDIR "help/"
#define CFGFILE BOTDIR MECHBASENAME ".conf"
#define PIDFILE BOTDIR MECHBASENAME ".pid"