summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-10-23 11:22:17 -0400
committerJune McEnroe <june@causal.agency>2020-10-23 11:22:17 -0400
commit87083ad3811e32c46726a2038b8725e24458858c (patch)
tree9059aa40a8b3c2554e1b6126caa938c440180ea6
parentSet shell scripts executable in build (diff)
downloadcatsit-87083ad3811e32c46726a2038b8725e24458858c.tar.gz
catsit-87083ad3811e32c46726a2038b8725e24458858c.zip
Remove default defines of RUNDIR, ETCDIR
-rw-r--r--daemon.c8
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;