From: Jelmer Vernooij Date: Wed, 25 Jun 2008 15:24:38 +0000 (+0200) Subject: Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it. X-Git-Tag: samba-4.0.0alpha5~33^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a6e852c77ffb91d2e0a0503dab06214f675db8;p=thirdparty%2Fsamba.git Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it. --- diff --git a/source/heimdal_build/config.h b/source/heimdal_build/config.h index e2c735a65f8..38cdfbb6a6a 100644 --- a/source/heimdal_build/config.h +++ b/source/heimdal_build/config.h @@ -21,4 +21,6 @@ #define HDB_DB_DIR "" +#undef HAVE_KRB5_ENCRYPT_BLOCK + #endif