From 13fd8f76079e7e9a0529754eb834fd93549d5a6b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 4 Nov 2013 11:19:30 +0100 Subject: add configuration file for pacredir This allows to ignore hosts on specified interfaces and add static hosts. --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.def.h') 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" -- cgit v1.2.3-54-g00ecf