From 3f4b8cd77c8ceeb61ddbb82743deed6f111ec0ec Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 26 Aug 2024 08:00:00 +0000 Subject: build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIR ... for the same reason SCONFIGDIR config.h macro was renamed to SCONFIG_DIR. --- modules/pam_env/tst-pam_env-retval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pam_env/tst-pam_env-retval.c') diff --git a/modules/pam_env/tst-pam_env-retval.c b/modules/pam_env/tst-pam_env-retval.c index 17a045e2..c08f44c3 100644 --- a/modules/pam_env/tst-pam_env-retval.c +++ b/modules/pam_env/tst-pam_env-retval.c @@ -26,9 +26,9 @@ static const char missing_file[] = TEST_NAME ".missing"; static const char my_conf[] = TEST_NAME ".conf"; static const char my_env[] = TEST_NAME ".env"; #ifdef VENDORDIR -static const char dir_usr_etc_security[] = TEST_NAME_DIR VENDOR_SCONFIGDIR; +static const char dir_usr_etc_security[] = TEST_NAME_DIR VENDOR_SCONFIG_DIR; static const char usr_env[] = TEST_NAME_DIR VENDORDIR "/environment"; -static const char usr_conf[] = TEST_NAME_DIR VENDOR_SCONFIGDIR "/pam_env.conf"; +static const char usr_conf[] = TEST_NAME_DIR VENDOR_SCONFIG_DIR "/pam_env.conf"; #endif static struct pam_conv conv; -- cgit v1.2.3