diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-25 17:24:38 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-25 17:24:38 +0200 |
commit | 456c3b760f02577c33e6c9ee8dc30d545d2e0ce4 (patch) | |
tree | 6b5f516245d409daf0ff8b4d8f1d1a235d755901 /source4/heimdal_build | |
parent | 18ba7d76799d6a8a2a9f1ab2620649783a774653 (diff) | |
download | samba-456c3b760f02577c33e6c9ee8dc30d545d2e0ce4.tar.gz samba-456c3b760f02577c33e6c9ee8dc30d545d2e0ce4.tar.bz2 samba-456c3b760f02577c33e6c9ee8dc30d545d2e0ce4.zip |
Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it.
(This used to be commit 55a6e852c77ffb91d2e0a0503dab06214f675db8)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index e2c735a65f..38cdfbb6a6 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -21,4 +21,6 @@ #define HDB_DB_DIR "" +#undef HAVE_KRB5_ENCRYPT_BLOCK + #endif |