Unverified Commit 9c33813d authored by Bernhard Walle's avatar Bernhard Walle Committed by Daniel Stenberg
Browse files

configure: check for declaration of getpwuid_r



On our x86 Android toolchain, getpwuid_r is implemented but the header
is missing:

 netrc.c:81:7: error: implicit declaration of function 'getpwuid_r' [-Werror=implicit-function-declaration]

Unfortunately, the function is used in curl_ntlm_wb.c, too, so I moved
the prototype to curl_setup.h.

Signed-off-by: default avatarBernhard Walle <bernhard@bwalle.de>
Closes #2609
parent 7179b839
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment