summaryrefslogtreecommitdiff
path: root/source4/lib/socket/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-17 05:07:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:57 -0500
commitf42402da83afa97f821d36b7974de98ddd5a2880 (patch)
treefe2541947382d29a45ae38bf8a93e349fbe74323 /source4/lib/socket/config.m4
parentfef617c31bd4a8be09449d6bc726c729ae758423 (diff)
downloadsamba-f42402da83afa97f821d36b7974de98ddd5a2880.tar.gz
samba-f42402da83afa97f821d36b7974de98ddd5a2880.tar.bz2
samba-f42402da83afa97f821d36b7974de98ddd5a2880.zip
r3013: added support for unix domain sockets in the generic socket library. I
will shortly be using this for a rewrite of the intra-smbd messaging library, which is needed to get lock timeouts working properly (and share modes, oplocks etc) (This used to be commit 6f4926d846965a901e40d24546eab356c4a537c7)
Diffstat (limited to 'source4/lib/socket/config.m4')
-rw-r--r--source4/lib/socket/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/socket/config.m4 b/source4/lib/socket/config.m4
index a5d3d0916e..c91f21368f 100644
--- a/source4/lib/socket/config.m4
+++ b/source4/lib/socket/config.m4
@@ -1,4 +1,5 @@
SMB_MODULE_MK(socket_ipv4,SOCKET,STATIC,lib/socket/config.mk)
+SMB_MODULE_MK(socket_unix,SOCKET,STATIC,lib/socket/config.mk)
SMB_SUBSYSTEM_MK(SOCKET,lib/socket/config.mk)