mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4153
This commit is contained in:
parent
2634204c88
commit
38ef18f633
|
@ -1106,8 +1106,8 @@ AC_DEFUN([SAH_HEADER_STDCXX],[
|
||||||
#
|
#
|
||||||
# Revision Log:
|
# Revision Log:
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.143 2004/09/02 00:12:47 boincadm
|
# Revision 1.144 2004/09/04 23:42:25 davea
|
||||||
# Version 4.50
|
# *** empty log message ***
|
||||||
#
|
#
|
||||||
# Revision 1.1 2003/12/11 18:38:24 korpela
|
# Revision 1.1 2003/12/11 18:38:24 korpela
|
||||||
# Added checked macro files into boinc
|
# Added checked macro files into boinc
|
||||||
|
|
|
@ -53,7 +53,7 @@ void GLOBAL_PREFS::init() {
|
||||||
leave_apps_in_memory = false;
|
leave_apps_in_memory = false;
|
||||||
confirm_before_connecting = false;
|
confirm_before_connecting = false;
|
||||||
hangup_if_dialed = false;
|
hangup_if_dialed = false;
|
||||||
work_buf_max_days = 0.2;
|
//work_buf_max_days = 0.2;
|
||||||
work_buf_min_days = 0.1;
|
work_buf_min_days = 0.1;
|
||||||
max_cpus = 1;
|
max_cpus = 1;
|
||||||
disk_interval = 60;
|
disk_interval = 60;
|
||||||
|
@ -162,8 +162,8 @@ int GLOBAL_PREFS::parse(FILE* in, char* host_venue, bool& found_venue) {
|
||||||
} else if (match_tag(buf, "<run_on_startup/>")) {
|
} else if (match_tag(buf, "<run_on_startup/>")) {
|
||||||
run_on_startup = true;
|
run_on_startup = true;
|
||||||
continue;
|
continue;
|
||||||
} else if (parse_double(buf, "<work_buf_max_days>", work_buf_max_days)) {
|
//} else if (parse_double(buf, "<work_buf_max_days>", work_buf_max_days)) {
|
||||||
continue;
|
// continue;
|
||||||
} else if (parse_double(buf, "<work_buf_min_days>", work_buf_min_days)) {
|
} else if (parse_double(buf, "<work_buf_min_days>", work_buf_min_days)) {
|
||||||
continue;
|
continue;
|
||||||
} else if (parse_int(buf, "<max_cpus>", max_cpus)) {
|
} else if (parse_int(buf, "<max_cpus>", max_cpus)) {
|
||||||
|
|
|
@ -43,7 +43,7 @@ struct GLOBAL_PREFS {
|
||||||
bool run_minimized;
|
bool run_minimized;
|
||||||
bool run_on_startup;
|
bool run_on_startup;
|
||||||
bool hangup_if_dialed;
|
bool hangup_if_dialed;
|
||||||
double work_buf_max_days;
|
//double work_buf_max_days;
|
||||||
double work_buf_min_days;
|
double work_buf_min_days;
|
||||||
int max_cpus;
|
int max_cpus;
|
||||||
double disk_interval;
|
double disk_interval;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 1.120 .
|
# From configure.ac Revision: 1.121 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.57 for BOINC 4.50.
|
# Generated by GNU Autoconf 2.57 for BOINC 4.50.
|
||||||
#
|
#
|
||||||
|
|
|
@ -7,7 +7,7 @@ bin_PROGRAMS = crypt_prog
|
||||||
EXTRA_PROGRAMS = md5_test shmem_test msg_test
|
EXTRA_PROGRAMS = md5_test shmem_test msg_test
|
||||||
noinst_LIBRARIES = libboinc.a
|
noinst_LIBRARIES = libboinc.a
|
||||||
#libboinc_graphics.a
|
#libboinc_graphics.a
|
||||||
EXTRA_DIST = result_state.h parse.h std_fixes.h util.h
|
EXTRA_DIST = *.h *.C
|
||||||
|
|
||||||
# libboinc.a is for use by applications (not core client or server)
|
# libboinc.a is for use by applications (not core client or server)
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ bin_PROGRAMS = crypt_prog
|
||||||
EXTRA_PROGRAMS = md5_test shmem_test msg_test
|
EXTRA_PROGRAMS = md5_test shmem_test msg_test
|
||||||
noinst_LIBRARIES = libboinc.a
|
noinst_LIBRARIES = libboinc.a
|
||||||
#libboinc_graphics.a
|
#libboinc_graphics.a
|
||||||
EXTRA_DIST = result_state.h parse.h std_fixes.h util.h
|
EXTRA_DIST = *.h *.C
|
||||||
|
|
||||||
|
|
||||||
# libboinc.a is for use by applications (not core client or server)
|
# libboinc.a is for use by applications (not core client or server)
|
||||||
|
|
Loading…
Reference in New Issue