summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-16 08:46:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-16 11:43:05 +0200
commitee4a7b3530d00ce514f43dc5e7e2a3b886a86de6 (patch)
tree52d0e56da2ed44c40fbe92c3088787d8d611a3a5 /source4/heimdal_build
parentd9e29c0250a052474936540e3768de2dcdaaeac9 (diff)
downloadsamba-ee4a7b3530d00ce514f43dc5e7e2a3b886a86de6.tar.gz
samba-ee4a7b3530d00ce514f43dc5e7e2a3b886a86de6.tar.bz2
samba-ee4a7b3530d00ce514f43dc5e7e2a3b886a86de6.zip
s4-heimdal_build: Add extra HAVE defines needed for the source3 krb5 code
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure
index 2e8896cdb5..3f46ed8c39 100644
--- a/source4/heimdal_build/wscript_configure
+++ b/source4/heimdal_build/wscript_configure
@@ -80,6 +80,9 @@ conf.define('HAVE_KRB5_SET_REAL_TIME', 1)
conf.define('HAVE_COM_ERR_H', 1)
conf.define('HAVE_ADDR_TYPE_IN_KRB5_ADDRESS', 1)
conf.define('HAVE_GSS_DISPLAY_STATUS', 1)
+conf.define('HAVE_GSS_WRAP_IOV', 1)
+conf.define('HAVE_GSS_KRB5_IMPORT_CRED', 1)
+conf.define('HAVE_GSSKRB5_EXTRACT_AUTHZ_DATA_FROM_SEC_CONTEXT', 1)
conf.define('HAVE_LIBGSSAPI', 1)
conf.define('HAVE_ADDR_TYPE_IN_KRB5_ADDRESS', 1)
conf.define('HAVE_CHECKSUM_IN_KRB5_CHECKSUM', 1)