summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-25 17:24:38 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-25 17:24:38 +0200
commit456c3b760f02577c33e6c9ee8dc30d545d2e0ce4 (patch)
tree6b5f516245d409daf0ff8b4d8f1d1a235d755901 /source4/heimdal_build/config.h
parent18ba7d76799d6a8a2a9f1ab2620649783a774653 (diff)
downloadsamba-456c3b760f02577c33e6c9ee8dc30d545d2e0ce4.tar.gz
Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it.
(This used to be commit 55a6e852c77ffb91d2e0a0503dab06214f675db8)
Diffstat (limited to 'source4/heimdal_build/config.h')
-rw-r--r--source4/heimdal_build/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index e2c735a65f8..38cdfbb6a6a 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