summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-26 03:30:15 +0000
committerJeremy Allison <jra@samba.org>1998-09-26 03:30:15 +0000
commitb053652d490c8b37084797a64f14cdd44ff82578 (patch)
tree1b6ea6fd570456d436cc4a45955d99726766f5c5 /source3/include
parent1ea570da834fa72c88dd35a86fdf68ae5ecbeb19 (diff)
downloadsamba-b053652d490c8b37084797a64f14cdd44ff82578.tar.gz
samba-b053652d490c8b37084797a64f14cdd44ff82578.tar.bz2
samba-b053652d490c8b37084797a64f14cdd44ff82578.zip
Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>
Jeremy. (This used to be commit 548634915f21f774b7efb06f138c8fb7bc089daa)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index e0b62031c5..77a546b32d 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -124,6 +124,7 @@
#undef HAVE_LIBREADLINE
#undef HAVE_KERNEL_OPLOCKS
#undef HAVE_IRIX_SPECIFIC_CAPABILITIES
+#undef KRB4_AUTH
/* The number of bytes in a int. */
#undef SIZEOF_INT
@@ -506,5 +507,8 @@
/* Define if you have the readline library (-lreadline). */
#undef HAVE_LIBREADLINE
+/* Define if you have the resolv library (-lresolv). */
+#undef HAVE_LIBRESOLV
+
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET