From 984f4ad69f9b7bad5dc54472dd374fd7edc5a5a9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 29 Apr 2017 00:30:38 +0200 Subject: This project has been renamed to `pacredir`. Please... ... get it from https://github.com/eworm-de/pacredir#pacredir or https://git.eworm.de/cgit.cgi/pacredir/about/ --- config.def.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h deleted file mode 100644 index 8dfa874..0000000 --- a/config.def.h +++ /dev/null @@ -1,45 +0,0 @@ -/* - * (C) 2013-2017 by Christian Hesse - * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. - */ - -#ifndef _CONFIG_H -#define _CONFIG_H - -/* website url */ -#define WEBSITE "https://github.com/eworm-de/paccache/" - -/* This is used for default documents. Usually you will not see this anyway. */ -#define PAGE307 "307 temporary redirect" \ - "307 temporary redirect: " \ - "%s" -#define PAGE404 "404 Not Found" \ - "404 Not Found: %s" - -/* the ports pacredir, pacserve and pacdbserve listen to */ -#define PORT_PACREDIR 7077 -#define PORT_PACSERVE 7078 -#define PORT_PACDBSERVE 7079 - -/* avahi service names */ -#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" - -/* This defines the initial time in seconds after which a host is queried - * again after a bad request. Time is doubled after every subsequent - * request. */ -#define BADTIME 30 - -#endif /* _CONFIG_H */ - -// vim: set syntax=c: -- cgit v1.2.3-54-g00ecf