summary refs log tree commit diff
diff options
context:
space:
mode:
-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;