From 51ff055d6ce9e93584818d5e80e42fa9cb1da0a3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 11 Jan 2012 13:56:06 -0600 Subject: Fix KDM logins when PAM is not in use This closes Bug 624 --- config.h.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index a8de2fa3c..b4ca189a9 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -120,6 +120,7 @@ #cmakedefine HAVE_SYSINFO 1 #cmakedefine HAVE_STRNLEN 1 #cmakedefine HAVE_GETIFADDRS 1 +#cmakedefine HAVE_CRYPT 1 #cmakedefine HAVE_SETUSERCONTEXT 1 #cmakedefine HAVE_GETUSERSHELL 1 -- cgit v1.2.3