From 69d932140c70455a282b6e7115d9caf0cc56d6ff Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Thu, 5 Dec 2019 13:29:31 +0100 Subject: New upstream version 4.8 --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index ec3706bf..2b7268ec 100644 --- a/config.h.in +++ b/config.h.in @@ -517,6 +517,9 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* Define to allow the bcrypt password encryption algorithm */ +#undef USE_BCRYPT + /* Define to support flushing of nscd caches */ #undef USE_NSCD @@ -575,6 +578,9 @@ /* Build shadow with SELinux support */ #undef WITH_SELINUX +/* Build with su */ +#undef WITH_SU + /* Build shadow with tcb support (incomplete) */ #undef WITH_TCB -- cgit v1.2.1