Remove default defines of RUNDIR, ETCDIR

This commit is contained in:
C. McEnroe 2020-10-23 11:22:17 -04:00
parent 8f81318a3f
commit 87083ad381
1 changed files with 0 additions and 8 deletions

View File

@ -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;