1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

support: introduce support_sysconfdir_prefix

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Romain Geissler
2023-03-26 20:00:14 +00:00
committed by Adhemerval Zanella
parent 743963cad7
commit 57ce87a940
3 changed files with 11 additions and 1 deletions

View File

@@ -92,3 +92,10 @@ const char support_complocaledir_prefix[] = COMPLOCALEDIR_PATH;
#else
# error please -DCOMPLOCALEDIR_PATH=something in the Makefile
#endif
#ifdef SYSCONFDIR_PATH
/* Corresponds to the install's etc/ directory. */
const char support_sysconfdir_prefix[] = SYSCONFDIR_PATH;
#else
# error please -DSYSCONFDIR_PATH=something in the Makefile
#endif