@@ -19215,7 +19215,7 @@ done
19215
19215
# Do test here with the proper thread flags
19216
19216
{ echo "$as_me:$LINENO: checking whether getpwuid_r takes a fifth argument" >&5
19217
19217
echo $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
19219
19219
echo $ECHO_N "(cached) $ECHO_C" >&6
19220
19220
else
19221
19221
cat >conftest.$ac_ext <<_ACEOF
@@ -19256,19 +19256,19 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19256
19256
test -z "$ac_c_werror_flag" ||
19257
19257
test ! -s conftest.err
19258
19258
} && test -s conftest.$ac_objext; then
19259
- pgac_func_getpwuid_r_5arg =yes
19259
+ pgac_cv_func_getpwuid_r_5arg =yes
19260
19260
else
19261
19261
echo "$as_me: failed program was:" >&5
19262
19262
sed 's/^/| /' conftest.$ac_ext >&5
19263
19263
19264
- pgac_func_getpwuid_r_5arg =no
19264
+ pgac_cv_func_getpwuid_r_5arg =no
19265
19265
fi
19266
19266
19267
19267
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19268
19268
fi
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
19272
19272
19273
19273
cat >>confdefs.h <<\_ACEOF
19274
19274
#define GETPWUID_R_5ARG
@@ -19278,7 +19278,7 @@ fi
19278
19278
19279
19279
{ echo "$as_me:$LINENO: checking whether strerror_r returns int" >&5
19280
19280
echo $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
19282
19282
echo $ECHO_N "(cached) $ECHO_C" >&6
19283
19283
else
19284
19284
cat >conftest.$ac_ext <<_ACEOF
@@ -19318,19 +19318,19 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19318
19318
test -z "$ac_c_werror_flag" ||
19319
19319
test ! -s conftest.err
19320
19320
} && test -s conftest.$ac_objext; then
19321
- pgac_func_strerror_r_int =yes
19321
+ pgac_cv_func_strerror_r_int =yes
19322
19322
else
19323
19323
echo "$as_me: failed program was:" >&5
19324
19324
sed 's/^/| /' conftest.$ac_ext >&5
19325
19325
19326
- pgac_func_strerror_r_int =no
19326
+ pgac_cv_func_strerror_r_int =no
19327
19327
fi
19328
19328
19329
19329
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19330
19330
fi
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
19334
19334
19335
19335
cat >>confdefs.h <<\_ACEOF
19336
19336
#define STRERROR_R_INT
0 commit comments