diff options
Diffstat (limited to 'plugin/markad.h')
-rw-r--r-- | plugin/markad.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin/markad.h b/plugin/markad.h index b7fe929..997fb39 100644 --- a/plugin/markad.h +++ b/plugin/markad.h @@ -8,17 +8,11 @@ #ifndef __markad_h_ #define __markad_h_ -#include <unistd.h> -#include <getopt.h> - #include "version.h" #include "status.h" #include "menu.h" #include "setup.h" -#define DEF_BINDIR "/usr/bin" -#define DEF_LOGODIR "/var/lib/markad" - extern const char *VERSION; static const char *DESCRIPTION = trNOOP("Mark advertisements"); static const char *MAINMENUENTRY = trNOOP("markad status"); |