diff options
author | June McEnroe <june@causal.agency> | 2020-10-23 11:22:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-10-23 11:22:17 -0400 |
commit | 87083ad3811e32c46726a2038b8725e24458858c (patch) | |
tree | 9059aa40a8b3c2554e1b6126caa938c440180ea6 /daemon.c | |
parent | Set shell scripts executable in build (diff) | |
download | catsit-87083ad3811e32c46726a2038b8725e24458858c.tar.gz catsit-87083ad3811e32c46726a2038b8725e24458858c.zip |
Remove default defines of RUNDIR, ETCDIR
Diffstat (limited to '')
-rw-r--r-- | daemon.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/daemon.c b/daemon.c index ad34b45..686b7fd 100644 --- a/daemon.c +++ b/daemon.c @@ -38,14 +38,6 @@ #include "daemon.h" -#ifndef RUNDIR -#define RUNDIR "/var/run" -#endif - -#ifndef ETCDIR -#define ETCDIR "/usr/local/etc" -#endif - #define WS " \t" struct Set256 stopExits; |