From 42bb490709f2ab2d569b53b8bd66dde4246711a4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 5 Jul 2005 10:05:40 +0000 Subject: r8161: Update Samba4 for the new Heimdal update. Andrew Bartlett (This used to be commit 6a9b6373273f135fe012a6603707d77c2a65e9fa) --- source4/include/system/kerberos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index 26afb36a48..d000f4d668 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -20,6 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_KRB5 /* 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 */ @@ -123,7 +124,6 @@ /* Whether krb5_princ_realm returns krb5_realm or krb5_data */ #define KRB5_PRINC_REALM_RETURNS_REALM 1 -#ifdef HAVE_KRB5 #include "heimdal/lib/krb5/krb5.h" #include "heimdal/lib/gssapi/gssapi.h" #include "heimdal/lib/com_err/com_err.h" -- cgit