summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2019-12-05 13:29:31 +0100
committerAndreas Henriksson <andreas@fatal.se>2019-12-05 13:29:31 +0100
commit69d932140c70455a282b6e7115d9caf0cc56d6ff (patch)
treeeda18bc82cc58e5d193e608f00543b2b5b537d49 /config.h.in
parentb28d45d2bd2462414b9dbbe38e6c7f3d5f7b462b (diff)
downloadshadow-69d932140c70455a282b6e7115d9caf0cc56d6ff.tar.gz
New upstream version 4.8upstream/4.8
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
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 <sys/time.h> 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