-#line 4134 "configure"
+#line 4139 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
rint()
; return 0; }
EOF
-if { (eval echo configure:4145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:4150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking setting USE_LOCALE""... $ac_c" 1>&6
-echo "configure:4172: checking setting USE_LOCALE" >&5
+echo "configure:4177: checking setting USE_LOCALE" >&5
if test "$USE_LOCALE" = "yes"
then
echo "$ac_t""enabled" 1>&6
echo "$ac_t""disabled" 1>&6
fi
echo $ac_n "checking setting DEF_PGPORT""... $ac_c" 1>&6
-echo "configure:4184: checking setting DEF_PGPORT" >&5
+echo "configure:4189: checking setting DEF_PGPORT" >&5
cat >> confdefs.h <
#define DEF_PGPORT "${DEF_PGPORT}"
EOF
echo "$ac_t""$DEF_PGPORT" 1>&6
echo $ac_n "checking setting HBA""... $ac_c" 1>&6
-echo "configure:4191: checking setting HBA" >&5
+echo "configure:4196: checking setting HBA" >&5
if test "$NOHBA" = "no"
then
echo "$ac_t""enabled" 1>&6
s%@yacc@%$yacc%g
s%@bison@%$bison%g
s%@LIBOBJS@%$LIBOBJS%g
+s%@GETRUSAGE@%$GETRUSAGE%g
+s%@GETHOSTNAME@%$GETHOSTNAME%g
+s%@SRANDOM@%$SRANDOM%g
+s%@RANDOM@%$RANDOM%g
s%@STRDUP@%$STRDUP%g
+s%@STRCASECMP@%$STRCASECMP%g
s%@INET_ATON@%$INET_ATON%g
s%@STRERROR@%$STRERROR%g
s%@STRERROR2@%$STRERROR2%g
AC_CHECK_FUNC(strcasecmp,
AC_DEFINE(HAVE_STRCASECMP),
STRCASECMP='strcasecmp.o')
+AC_SUBST(GETRUSAGE)
+AC_SUBST(GETHOSTNAME)
+AC_SUBST(SRANDOM)
+AC_SUBST(RANDOM)
AC_SUBST(STRDUP)
+AC_SUBST(STRCASECMP)
AC_SUBST(INET_ATON)
AC_SUBST(STRERROR)
AC_SUBST(STRERROR2)