diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-28 03:31:33 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-28 03:31:33 +0000 |
commit | b1bce451411486525e72ec71c5fd37fc0b463add (patch) | |
tree | 598e09233d0a0a367335e6d23373cd6ab127ad0a /source3/include/config.h.in | |
parent | db56e6f8f0520547dc9cedcf76120fe404f20a16 (diff) | |
download | samba-b1bce451411486525e72ec71c5fd37fc0b463add.tar.gz samba-b1bce451411486525e72ec71c5fd37fc0b463add.tar.bz2 samba-b1bce451411486525e72ec71c5fd37fc0b463add.zip |
Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).
Jeremy.
(This used to be commit 1b71786c161cd8ec4c3c0c6b178370ed50feeef4)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index ebd7f64d81..2848414c40 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1637,6 +1637,9 @@ /* Whether krb5_auth_con_setuseruserkey is available */ #undef HAVE_KRB5_AUTH_CON_SETUSERUSERKEY +/* Whether krb5_locate_kdc is available */ +#undef HAVE_KRB5_LOCATE_KDC + /* Whether the krb5_address struct has a addrtype property */ #undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS |