From 769e8885c220b902b5cf074d18a8cefa2f52e8ec Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 20 Sep 2016 22:38:17 -0500 Subject: Add missing Kerberos checks --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 6e27a2787..d7d9b7a20 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -36,6 +36,9 @@ // libr #cmakedefine HAVE_ELFICON 1 +// krb5 +#cmakedefine HAVE_KRB5 1 + // libconfig #cmakedefine HAVE_LIBCONFIG 1 #cmakedefine HAVE_LIBCONFIG_OLD_API 1 -- cgit v1.2.1