diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 72bf6a8..c81672e 100644 --- a/config.def.h +++ b/config.def.h @@ -41,6 +41,11 @@ #define PACSERVE "_pacserve._tcp" #define PACDBSERVE "_pacdbserve_" ARCH "._tcp" +/* path to the config file */ +#define CONFIGFILE "/etc/pacredir.conf" +/* these characters are used as delimiter in config file */ +#define DELIMITER " ,;" + /* this is where pacman stores its local copy of db files */ #define SYNCPATH "/var/lib/pacman/sync" |