test for gethostbyname_r

git-svn: trunk@684
remotes/push_mirror/metadata
Tomasz Kojm 21 years ago
parent 223565ebd8
commit 8fa3a4d0c2
  1. 4
      clamav-devel/ChangeLog
  2. 3
      clamav-devel/clamav-config.h.in
  3. 3
      clamav-devel/configure
  4. 2
      clamav-devel/configure.in

@ -1,3 +1,7 @@
Wed Jul 21 23:18:51 CEST 2004 (tk)
----------------------------------
* configure: test for gethostbyname_r
Wed Jul 21 20:45:49 CEST 2004 (tk)
----------------------------------
* libclamav: pe: enhance UPX skew detection (aCaB)

@ -84,6 +84,9 @@
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
/* Define to 1 if you have the `gethostbyname_r' function. */
#undef HAVE_GETHOSTBYNAME_R
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE

@ -8974,7 +8974,8 @@ _ACEOF
for ac_func in poll setsid memcpy snprintf vsnprintf strerror_r strlcpy strlcat inet_ntop setgroups initgroups
for ac_func in poll setsid memcpy snprintf vsnprintf strerror_r strlcpy strlcat inet_ntop setgroups initgroups gethostbyname_r
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5

@ -42,7 +42,7 @@ AC_TYPE_OFF_T
AC_COMPILE_CHECK_SIZEOF(short)
AC_COMPILE_CHECK_SIZEOF(int)
AC_COMPILE_CHECK_SIZEOF(long)
AC_CHECK_FUNCS(poll setsid memcpy snprintf vsnprintf strerror_r strlcpy strlcat inet_ntop setgroups initgroups)
AC_CHECK_FUNCS(poll setsid memcpy snprintf vsnprintf strerror_r strlcpy strlcat inet_ntop setgroups initgroups gethostbyname_r)
AC_FUNC_MMAP
AC_FUNC_FSEEKO

Loading…
Cancel
Save