- Unix build fix

svn path=/trunk/boinc/; revision=19114
This commit is contained in:
David Anderson 2009-09-21 16:15:28 +00:00
parent 1e9d3530b4
commit c2c52eba79
3 changed files with 7 additions and 1 deletions

View File

@ -7926,3 +7926,8 @@ David 18 Sept 2009
fix-repository-20040202
nightly-tarball
install-sh
David 21 Sept 2009
- Unix build fix
configure.ac

View File

@ -7,6 +7,7 @@ AC_PREREQ(2.58)
dnl Set the BOINC version here. You can also use the set-version script.
AC_INIT(BOINC, 6.11.0)
AC_CONFIG_MACRO_DIR([m4])
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])

View File

@ -39,7 +39,7 @@ const char* CONFIG_FILE = "config.xml";
SCHED_CONFIG config;
const int MAX_NCPUS = 8;
const int MAX_NCPUS = 16;
// max multiplier for daily_result_quota.
// need to change as multicore processors expand