diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-18 10:26:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-18 10:26:06 +0000 |
commit | 5ad7448359c7bc1d3b1579f105b7324290bf21ec (patch) | |
tree | 7fe563bd2aa9a428a4acdcbe0185a35eaa73b277 /source3/include | |
parent | f0e0dd6507c355103c51058642f1e4245c573413 (diff) | |
download | samba-5ad7448359c7bc1d3b1579f105b7324290bf21ec.tar.gz samba-5ad7448359c7bc1d3b1579f105b7324290bf21ec.tar.bz2 samba-5ad7448359c7bc1d3b1579f105b7324290bf21ec.zip |
the beginnings of kerberos support in smbd. It doesn't work yet, but
it should give something for others to hack on and possibly find what
I'm doing wrong.
(This used to be commit 353c290f059347265b9be2aa1010c2956da06485)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 3a6282a006..38692d9906 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -365,6 +365,10 @@ #include <iconv.h> #endif +#if HAVE_KRB5 +#include <krb5.h> +#endif + /* * Define VOLATILE if needed. */ |