diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-12 19:52:33 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-03 19:19:33 +0200 |
commit | fba028afbd65764074fd7c6da47dfff6142ccd6e (patch) | |
tree | b09c819f1667c9063a19a32e0b6ed79d9ef61b02 /source4 | |
parent | bc3e52d9d01e6884b1d9473f6b13d07ecaad9c02 (diff) | |
download | samba-fba028afbd65764074fd7c6da47dfff6142ccd6e.tar.gz samba-fba028afbd65764074fd7c6da47dfff6142ccd6e.tar.bz2 samba-fba028afbd65764074fd7c6da47dfff6142ccd6e.zip |
build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_KEYINFO
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Apr 3 19:19:33 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index eab2cf3abd..35f695a0a2 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -100,8 +100,6 @@ conf.define('HAVE_KRB5_CRYPTO', 1) conf.define('HAVE_KRB5_CRYPTO_DESTROY', 1) conf.define('HAVE_KRB5_CRYPTO_INIT', 1) conf.define('HAVE_KRB5_C_VERIFY_CHECKSUM', 1) -conf.define('HAVE_FREE_AP_REQ', 1) -conf.define('HAVE_KRB5_DECODE_AP_REQ', 1) conf.define('HAVE_KRB5_ENCTYPE_TO_STRING', 1) conf.define('HAVE_KRB5_ENCTYPE_TO_STRING_WITH_KRB5_CONTEXT_ARG', 1) conf.define('HAVE_KRB5_FREE_ERROR_CONTENTS', 1) |