summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-17 08:54:19 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-17 08:54:19 +0000
commitb728042334f67738fd1a6fdd03e619bdb78fe06a (patch)
tree2ae5e7d47a8c6f67789f671bc4ea3ea4a4546d72 /source3/include
parentd731149a41d7563ab99acd3d3d20fff899e7de8f (diff)
downloadsamba-b728042334f67738fd1a6fdd03e619bdb78fe06a.tar.gz
samba-b728042334f67738fd1a6fdd03e619bdb78fe06a.tar.bz2
samba-b728042334f67738fd1a6fdd03e619bdb78fe06a.zip
added basic NTLMSSP support in smbd. This is still quite rough, and
loses things like username mapping. I wanted to get this in then discuss it a bit to see how we want to split up the existing session setup code (This used to be commit b74fda69bf23207c26d8b2af23910d8f2eb89875)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 401ba5bef9..7a93b52f82 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -1019,6 +1019,9 @@
/* Define if you have the acl library (-lacl). */
#undef HAVE_LIBACL
+/* Define if you have the com_err library (-lcom_err). */
+#undef HAVE_LIBCOM_ERR
+
/* Define if you have the cups library (-lcups). */
#undef HAVE_LIBCUPS
@@ -1031,6 +1034,9 @@
/* Define if you have the inet library (-linet). */
#undef HAVE_LIBINET
+/* Define if you have the k5crypto library (-lk5crypto). */
+#undef HAVE_LIBK5CRYPTO
+
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL