From 9c62aee027d69b9ecc9260885e2a50d922c97a9e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 16 Nov 2023 15:45:06 +0000 Subject: [PATCH] util/xmlconfig: drop default SYSCONFDIR & DATADIR values The only build system left is meson, which always defines these. Part-of: --- src/util/xmlconfig.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/util/xmlconfig.c b/src/util/xmlconfig.c index 7a753e37e05..8269f022940 100644 --- a/src/util/xmlconfig.c +++ b/src/util/xmlconfig.c @@ -1165,14 +1165,6 @@ initOptionCache(driOptionCache *cache, const driOptionCache *info) } } -#ifndef SYSCONFDIR -#define SYSCONFDIR "/etc" -#endif - -#ifndef DATADIR -#define DATADIR "/usr/share" -#endif - static const char *execname; void