[mod_auth] compile fix for Mac OS X XCode (fixes #2772)
commitf635ae7a07f56db636ab557a5f24bbcaf0b1bcd9
authorGlenn Strauss <gstrauss@gluelogic.com>
Fri, 25 Nov 2016 03:45:53 +0000 (24 22:45 -0500)
committerGlenn Strauss <gstrauss@gluelogic.com>
Fri, 25 Nov 2016 09:40:32 +0000 (25 04:40 -0500)
tree99e042c1e04a5e8b9be9e189f59fc4a995f51508
parent99925202ddd22cdbe61d654dbe151e2bae6d20d8
[mod_auth] compile fix for Mac OS X XCode (fixes #2772)

memcpy() may be a macro and gave error for missing arguement when
CONST_STR_LEN() macro is used (which expands to two arguments)

(thx ryandesign)

x-ref:
  "mod_authn_file.c:683:56: error: too few arguments provided to function-like macro invocation (memcpy)"
  https://redmine.lighttpd.net/issues/2772
src/mod_authn_file.c