diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-04 03:42:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:09 -0500 |
commit | 67a777a0e55e1dc6390a2ea232029d3b37bcea79 (patch) | |
tree | 53a03c2815a33ea9b10c00c1d3d3700d9dae9c42 /source4/include/system/kerberos.h | |
parent | 8778323cddcf8e2ea91eb6da6b748e9e287f5fe8 (diff) | |
download | samba-67a777a0e55e1dc6390a2ea232029d3b37bcea79.tar.gz samba-67a777a0e55e1dc6390a2ea232029d3b37bcea79.tar.bz2 samba-67a777a0e55e1dc6390a2ea232029d3b37bcea79.zip |
r8113: this should fix the build on systems without heimdal
(This used to be commit 980c09cfca1744c35eb284c7177709fedba073dc)
Diffstat (limited to 'source4/include/system/kerberos.h')
-rw-r--r-- | source4/include/system/kerberos.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |