]> git.ipfire.org Git - thirdparty/squid.git/commit
UNIX domain IPC sockets support
authorhno <>
Fri, 5 Apr 2002 06:59:25 +0000 (06:59 +0000)
committerhno <>
Fri, 5 Apr 2002 06:59:25 +0000 (06:59 +0000)
commit1ccc0d40ac1f945a3eedf215dbf8423e7da1a10d
tree43bf94b8dc6153a8b69381d51fe96c73f84ef4b8
parent52f772dee6301d40d7a8cbf122dd4343f02f95cb
UNIX domain IPC sockets support

Centralised the IPC type selection to defines.h by the defines IPC_STREAM
and IPC_DGRAM.
configure.in
src/auth/basic/auth_basic.cc
src/auth/digest/auth_digest.cc
src/auth/ntlm/auth_ntlm.cc
src/defines.h
src/dns.cc
src/fs/diskd/store_dir_diskd.cc
src/icmp.cc
src/ipc.cc
src/redirect.cc
src/unlinkd.cc