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_group/pam_group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pam_group') diff --git a/modules/pam_group/pam_group.c b/modules/pam_group/pam_group.c index 82829847..21c04d73 100644 --- a/modules/pam_group/pam_group.c +++ b/modules/pam_group/pam_group.c @@ -25,8 +25,8 @@ #include #define PAM_GROUP_CONF SCONFIG_DIR "/group.conf" -#ifdef VENDOR_SCONFIGDIR -# define VENDOR_PAM_GROUP_CONF VENDOR_SCONFIGDIR "/group.conf" +#ifdef VENDOR_SCONFIG_DIR +# define VENDOR_PAM_GROUP_CONF VENDOR_SCONFIG_DIR "/group.conf" #endif #define PAM_GROUP_BUFLEN 1000 #define FIELD_SEPARATOR ';' /* this is new as of .02 */ -- cgit v1.2.3