]> git.ipfire.org Git - thirdparty/squid.git/commit - CREDITS
Portability: add shim for memrchr() and detect direct.h
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 19 Sep 2014 17:52:22 +0000 (10:52 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 19 Sep 2014 17:52:22 +0000 (10:52 -0700)
commitee4d4e85f792eedfa274aebc9ce2d02866d6be2b
treec911eb56a5379f130d94b4bb8998ca32757b7576
parentb2bdde72f6015f92d0db45ba7a4b1dcf83c87d33
Portability: add shim for memrchr() and detect direct.h

Windows requires direct.h to define the chdir(), chroot(), cwd() and
related system calls.

memrchr() is not always defined but required by SBuf. Provide a local
implementation for systems that need it.
CONTRIBUTORS
CREDITS
compat/Makefile.am
compat/compat_shared.h
compat/memrchr.cc [new file with mode: 0644]
compat/memrchr.h [new file with mode: 0644]
compat/os/mswindows.h
configure.ac