AC_SEARCH_LIBS([opcom_stack_trace],[opcom_stack])
AC_SEARCH_LIBS([strlcpy], [bsd])
AC_SEARCH_LIBS([yp_match], [nsl nss_nis nss_nisplus])
-
dnl Check for Winsock only on MinGW, on Cygwin we must use emulated BSD socket API
if test "x$squid_host_os" = "xmingw" ; then
SQUID_CHECK_WINSOCK_LIB
BlockingFile::writeDone(int rvfd, int errflag, size_t len)
{
assert (rvfd == fd);
- debugs(79,3, HERE << "FD " << fd << ", len " << len);
+ debugs(79, 3, HERE << "FD " << fd << ", len " << len);
WriteRequest::Pointer result = writeRequest;
writeRequest = NULL;
Server.h \
structs.h \
swap_log_op.h \
- SwapDir.cc MemStore.cc \
- SwapDir.h MemStore.h \
+ SwapDir.cc \
+ SwapDir.h \
+ MemStore.cc \
+ MemStore.h \
time.cc \
TimeOrTag.h \
tools.cc \
StoreSwapLogData.cc \
tools.cc \
tunnel.cc \
- SwapDir.cc MemStore.cc \
+ SwapDir.cc \
+ MemStore.cc \
$(UNLINKDSOURCE) \
url.cc \
URLScheme.cc \
event.cc \
tools.cc \
tunnel.cc \
- SwapDir.cc MemStore.cc \
+ SwapDir.cc \
+ MemStore.cc \
url.cc \
URLScheme.cc \
urn.cc \
StoreMetaVary.cc \
StoreSwapLogData.cc \
String.cc \
- SwapDir.cc MemStore.cc \
+ SwapDir.cc \
+ MemStore.cc \
tests/stub_debug.cc \
tests/stub_DiskIOModule.cc \
tests/stub_main_cc.cc \