@@ -19215,7 +19215,7 @@ done
1921519215# Do test here with the proper thread flags
1921619216{ echo "$as_me:$LINENO: checking whether getpwuid_r takes a fifth argument" >&5
1921719217echo $ECHO_N "checking whether getpwuid_r takes a fifth argument... $ECHO_C" >&6; }
19218- if test "${pgac_func_getpwuid_r_5arg +set}" = set; then
19218+ if test "${pgac_cv_func_getpwuid_r_5arg +set}" = set; then
1921919219 echo $ECHO_N "(cached) $ECHO_C" >&6
1922019220else
1922119221 cat >conftest.$ac_ext <<_ACEOF
@@ -19256,19 +19256,19 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1925619256 test -z "$ac_c_werror_flag" ||
1925719257 test ! -s conftest.err
1925819258 } && test -s conftest.$ac_objext; then
19259- pgac_func_getpwuid_r_5arg =yes
19259+ pgac_cv_func_getpwuid_r_5arg =yes
1926019260else
1926119261 echo "$as_me: failed program was:" >&5
1926219262sed 's/^/| /' conftest.$ac_ext >&5
1926319263
19264- pgac_func_getpwuid_r_5arg =no
19264+ pgac_cv_func_getpwuid_r_5arg =no
1926519265fi
1926619266
1926719267rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1926819268fi
19269- { echo "$as_me:$LINENO: result: $pgac_func_getpwuid_r_5arg " >&5
19270- echo "${ECHO_T}$pgac_func_getpwuid_r_5arg " >&6; }
19271- if test x"$pgac_func_getpwuid_r_5arg " = xyes ; then
19269+ { echo "$as_me:$LINENO: result: $pgac_cv_func_getpwuid_r_5arg " >&5
19270+ echo "${ECHO_T}$pgac_cv_func_getpwuid_r_5arg " >&6; }
19271+ if test x"$pgac_cv_func_getpwuid_r_5arg " = xyes ; then
1927219272
1927319273cat >>confdefs.h <<\_ACEOF
1927419274#define GETPWUID_R_5ARG
@@ -19278,7 +19278,7 @@ fi
1927819278
1927919279{ echo "$as_me:$LINENO: checking whether strerror_r returns int" >&5
1928019280echo $ECHO_N "checking whether strerror_r returns int... $ECHO_C" >&6; }
19281- if test "${pgac_func_strerror_r_int +set}" = set; then
19281+ if test "${pgac_cv_func_strerror_r_int +set}" = set; then
1928219282 echo $ECHO_N "(cached) $ECHO_C" >&6
1928319283else
1928419284 cat >conftest.$ac_ext <<_ACEOF
@@ -19318,19 +19318,19 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1931819318 test -z "$ac_c_werror_flag" ||
1931919319 test ! -s conftest.err
1932019320 } && test -s conftest.$ac_objext; then
19321- pgac_func_strerror_r_int =yes
19321+ pgac_cv_func_strerror_r_int =yes
1932219322else
1932319323 echo "$as_me: failed program was:" >&5
1932419324sed 's/^/| /' conftest.$ac_ext >&5
1932519325
19326- pgac_func_strerror_r_int =no
19326+ pgac_cv_func_strerror_r_int =no
1932719327fi
1932819328
1932919329rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1933019330fi
19331- { echo "$as_me:$LINENO: result: $pgac_func_strerror_r_int " >&5
19332- echo "${ECHO_T}$pgac_func_strerror_r_int " >&6; }
19333- if test x"$pgac_func_strerror_r_int " = xyes ; then
19331+ { echo "$as_me:$LINENO: result: $pgac_cv_func_strerror_r_int " >&5
19332+ echo "${ECHO_T}$pgac_cv_func_strerror_r_int " >&6; }
19333+ if test x"$pgac_cv_func_strerror_r_int " = xyes ; then
1933419334
1933519335cat >>confdefs.h <<\_ACEOF
1933619336#define STRERROR_R_INT