From 4a4d07193cba5e07ba4c4d94d241cc438b8b2b7c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 28 May 2021 13:40:18 +0200 Subject: get the db timestamp from http request --- config.def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 94c5161..76e86d9 100644 --- a/config.def.h +++ b/config.def.h @@ -45,9 +45,6 @@ /* 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. */ -- cgit v1.2.3-54-g00ecf