From: hno <> Date: Sat, 27 Apr 2002 14:46:44 +0000 (+0000) Subject: Check for select(), not all OS:es have poll... X-Git-Tag: SQUID_3_0_PRE1~1034 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a144521e428b9f755e26d4d16e4f69131ba2177;p=thirdparty%2Fsquid.git Check for select(), not all OS:es have poll... --- diff --git a/configure.in b/configure.in index ca47a195c4..9f779721ef 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.267 2002/04/20 10:50:49 hno Exp $ +dnl $Id: configure.in,v 1.268 2002/04/27 08:46:44 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.267 $)dnl +AC_REVISION($Revision: 1.268 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -1624,12 +1624,15 @@ fi dnl Check for library functions AC_CHECK_FUNCS(\ - bcopy \ backtrace_symbols_fd \ + bcopy \ + bswap_16 \ + bswap_32 \ crypt \ fchmod \ getdtablesize \ getpagesize \ + getrlimit \ getrusage \ getspnam \ lrand48 \ @@ -1643,9 +1646,9 @@ AC_CHECK_FUNCS(\ mktime \ mstats \ poll \ + pthread_attr_setschedparam \ pthread_attr_setscope \ pthread_setschedparam \ - pthread_attr_setschedparam \ pthread_sigmask \ putenv \ random \ @@ -1654,11 +1657,11 @@ AC_CHECK_FUNCS(\ regfree \ res_init \ rint \ + select \ seteuid \ setgroups \ setpgrp \ setrlimit \ - getrlimit \ setsid \ sigaction \ snprintf \ @@ -1670,8 +1673,6 @@ AC_CHECK_FUNCS(\ syslog \ timegm \ vsnprintf \ - bswap_16 \ - bswap_32 \ ) dnl Magic which checks whether we are forcing a type of comm loop we