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 <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann
2023-12-12 17:37:30 +01:00
committed by Serge Hallyn
parent ef95bb7ed1
commit ab260fcd1f

View File

@@ -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"