From: Amos Jeffries Date: Tue, 1 Sep 2009 10:15:37 +0000 (+1200) Subject: pre-define the pthreads globals X-Git-Tag: SQUID_3_2_0_1~753^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bceea3dc269618e8040f83fe55621bfaefad4410;p=thirdparty%2Fsquid.git pre-define the pthreads globals --- diff --git a/configure.in b/configure.in index 059370420c..b58dd17e42 100644 --- a/configure.in +++ b/configure.in @@ -460,8 +460,10 @@ fi ]) dnl Some autoconf.h defines we might enable later... AC_DEFINE(USE_DISKIO_AIO, 0, [Whether POSIX AIO support is needed. Automatic]) +AC_DEFINE(USE_DISKIO_DISKTHREADS, 0, [Whether pthreads support is needed. Automatic]) USE_AIOPS_WIN32=0 use_aio= +use_diskthreads= dnl Setup the module paths etc. FOUND_DISKIO_AIO=