]> 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>
Fri, 27 Sep 2013 16:06:15 +0000 (10:06 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 27 Sep 2013 16:06:15 +0000 (10:06 -0600)
commit3310172592f65cc00463fc8d96f002b9374b46f4
tree359147c640409af6687bb1f680cf33fd16fcbbc0
parent4ebcf1ceefe28d5320166e5bad97a72ef7944c5c
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