diff options
Diffstat (limited to 'modules/pam_pwhistory/pwhistory_config.c')
-rw-r--r-- | modules/pam_pwhistory/pwhistory_config.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |