From 67a777a0e55e1dc6390a2ea232029d3b37bcea79 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Jul 2005 03:42:28 +0000 Subject: r8113: this should fix the build on systems without heimdal (This used to be commit 980c09cfca1744c35eb284c7177709fedba073dc) --- source4/include/system/kerberos.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/include/system') diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index 61457bbd21..26afb36a48 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -20,10 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* setup correct defines for capabilities of our version of heimdal */ -/* Whether to have KRB5 support */ -#define HAVE_KRB5 1 - /* Whether the krb5_address struct has a addrtype property */ /* #undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS */ /* Whether the krb5_address struct has a addr_type property */ -- cgit