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:
committed by
Adhemerval Zanella
parent
743963cad7
commit
57ce87a940
@@ -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
|
||||
|
Reference in New Issue
Block a user