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_pwhistory/pwhistory_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pam_pwhistory') diff --git a/modules/pam_pwhistory/pwhistory_config.c b/modules/pam_pwhistory/pwhistory_config.c index 296a7110..2399bf21 100644 --- a/modules/pam_pwhistory/pwhistory_config.c +++ b/modules/pam_pwhistory/pwhistory_config.c @@ -48,8 +48,8 @@ #define PWHISTORY_DEFAULT_CONF SCONFIG_DIR "/pwhistory.conf" -#ifdef VENDOR_SCONFIGDIR -#define VENDOR_PWHISTORY_DEFAULT_CONF (VENDOR_SCONFIGDIR "/pwhistory.conf") +#ifdef VENDOR_SCONFIG_DIR +#define VENDOR_PWHISTORY_DEFAULT_CONF (VENDOR_SCONFIG_DIR "/pwhistory.conf") #endif void -- cgit v1.2.3