util/xmlconfig: drop default SYSCONFDIR & DATADIR values

The only build system left is meson, which always defines these.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26228>
This commit is contained in:
Eric Engestrom
2023-11-16 15:45:06 +00:00
parent 5f4253e096
commit 9c62aee027

View File

@@ -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