summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-19 15:53:20 +1100
committerDamien Miller <djm@mindrot.org>1999-11-19 15:53:20 +1100
commitdd1c7baf1a35d3bfd36cb1c283d08bbeb28f2831 (patch)
tree135748e6eb30488217ccd42ce0ca8c1ca5592432 /acconfig.h
parent04f801456ad64b8f08bb8643cf19e0b9ca477b36 (diff)
- Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 2732c26cc..d5a12b2bc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -48,6 +48,9 @@
48/* Define if your libraries define daemon() */ 48/* Define if your libraries define daemon() */
49#undef HAVE_DAEMON 49#undef HAVE_DAEMON
50 50
51/* Define if you want to allow MD5 passwords */
52#undef HAVE_MD5_PASSWORDS
53
51@BOTTOM@ 54@BOTTOM@
52 55
53/* ******************* Shouldn't need to edit below this line ************** */ 56/* ******************* Shouldn't need to edit below this line ************** */