diff options
author | Andreas Schneider <asn@samba.org> | 2012-04-27 16:52:26 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:29 +0200 |
commit | 4d77466dafdb4def6681534e47c06aa07ccf6e17 (patch) | |
tree | 5ac2020eac885cd11385da56e8c0f597cdec5210 /source4/heimdal_build | |
parent | 6bec64b12a90ba81996ca6d049b56f168ef70bc0 (diff) | |
download | samba-4d77466dafdb4def6681534e47c06aa07ccf6e17.tar.gz samba-4d77466dafdb4def6681534e47c06aa07ccf6e17.tar.bz2 samba-4d77466dafdb4def6681534e47c06aa07ccf6e17.zip |
krb5samba: Add a smb_krb5_cc_get_lifetime() function.
Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index d993eec4ed..8357f3aa42 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -96,6 +96,7 @@ conf.define('HAVE_E_DATA_POINTER_IN_KRB5_ERROR', 1) conf.define('HAVE_INITIALIZE_KRB5_ERROR_TABLE', 1) conf.define('HAVE_KRB5_ADDRESSES', 1) conf.define('HAVE_KRB5_AUTH_CON_SETKEY', 1) +conf.define('HAVE_KRB5_CC_GET_LIFETIME', 1) conf.define('HAVE_KRB5_CRYPTO', 1) conf.define('HAVE_KRB5_CRYPTO_DESTROY', 1) conf.define('HAVE_KRB5_CRYPTO_INIT', 1) |