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;