aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-05-28 13:40:18 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-07 09:59:03 +0200
commit4a4d07193cba5e07ba4c4d94d241cc438b8b2b7c (patch)
treefdb481b68d792d9e409d8c365664f92b1e91d1d1 /config.def.h
parentd43852fc9ff49b558a376ffc58f938fa62f028cc (diff)
downloadpacredir-4a4d07193cba5e07ba4c4d94d241cc438b8b2b7c.tar.gz
pacredir-4a4d07193cba5e07ba4c4d94d241cc438b8b2b7c.tar.zst
get the db timestamp from http request
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 0 insertions, 3 deletions
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. */