]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: cleanup includes for sys/time.h and sys/resource.h
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 3 Oct 2013 11:02:34 +0000 (05:02 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 3 Oct 2013 11:02:34 +0000 (05:02 -0600)
commitd2e842066d7e7d0b11e5bf93c0de0837235af171
tree05686cca30b3174b0477c3854347471ed3ebb1a7
parent0e2c4572530a46053c57c1daf75e2259bc80e0f3
Portability: cleanup includes for sys/time.h and sys/resource.h

These two include files are order-dependent on several operating systems
and as such are provided by Squid libcompat headers. There is no need for
code to include them specially and several HAVE_SYS_TIME_H macros were
missing which breaks the build on systems where the file is missing.
compat/os/mswindows.h
helpers/basic_auth/MSNT/msntauth.cc
helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc
helpers/negotiate_auth/wrapper/negotiate_wrapper.cc
src/mgr/CountersAction.h
src/mgr/InfoAction.h
src/mgr/IntervalAction.h
src/win32.h