Also re-enables testbed testing of the QoS Features which prevented these
being caught earlier.
USE_WCCPv2 \
USE_WIN32_SERVICE \
USE_XPROF_STATS \
+ USE_ZPH_QOS \
FOLLOW_X_FORWARDED_FOR
tests/testDiskIO.cc \
tests/testDiskIO.h \
tests/testMain.cc \
- tests/stub_cache_manager.cc \
- ip/stubQosConfig.cc
+ tests/stub_cache_manager.cc
nodist_tests_testDiskIO_SOURCES= \
$(SWAP_TEST_GEN_SOURCES)
tests_testDiskIO_LDADD = \
netdbPingSite(request->GetHost());
-#if USE_ZPH_QOS && _SQUID_LINUX_
+#if USE_ZPH_QOS && defined(_SQUID_LINUX_)
/* Bug 2537: This part of ZPH only applies to patched Linux kernels. */
/* Retrieves remote server TOS value, and stores it as part of the
#endif
#if USE_ZPH_QOS
-#include "QosConfig.h"
+#include "ip/QosConfig.h"
#endif
/* forward decl for SquidConfig, see RemovalPolicy.h */
# --enable-win32-service \
# --with-localhost-ipv6 \
#
-# AYJ: these features have known bugs. They are optional so we don't block on them...
-# We can't test them automatically everywhere
-#
-# --enable-zph-qos \
#
OPTS=" \
--enable-loadable-modules \
--enable-vary \
--enable-ipv6 \
--enable-auto-locale \
+ --enable-zph-qos \
\
--with-aio \
--with-build-environment=default \