From: Tobias Stoeckmann Date: Tue, 12 Dec 2023 16:37:30 +0000 (+0100) Subject: lib/defines.h: Remove ITI_AGING X-Git-Tag: 4.15.0-rc1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab260fcd1f6f9c5761deee18b2026c858686ac6b;p=thirdparty%2Fshadow.git lib/defines.h: Remove ITI_AGING ITI_AGING is not set through any build environment. If it would be set, then timings in /etc/shadow would not fit anymore. Signed-off-by: Tobias Stoeckmann --- diff --git a/lib/defines.h b/lib/defines.h index 4106a2086..b644036cf 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -149,11 +149,7 @@ #define WEEK (7*DAY) -#ifdef ITI_AGING -#define SCALE 1 -#else #define SCALE DAY -#endif #ifndef PASSWD_FILE #define PASSWD_FILE "/etc/passwd"