diff --git a/aclocal.m4 b/aclocal.m4
index 1ccf358d49..a18d8797e0 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1106,8 +1106,8 @@ AC_DEFUN([SAH_HEADER_STDCXX],[
#
# Revision Log:
# $Log$
-# Revision 1.143 2004/09/02 00:12:47 boincadm
-# Version 4.50
+# Revision 1.144 2004/09/04 23:42:25 davea
+# *** empty log message ***
#
# Revision 1.1 2003/12/11 18:38:24 korpela
# Added checked macro files into boinc
diff --git a/client/prefs.C b/client/prefs.C
index b25fc0cf47..4df69af344 100644
--- a/client/prefs.C
+++ b/client/prefs.C
@@ -53,7 +53,7 @@ void GLOBAL_PREFS::init() {
leave_apps_in_memory = false;
confirm_before_connecting = false;
hangup_if_dialed = false;
- work_buf_max_days = 0.2;
+ //work_buf_max_days = 0.2;
work_buf_min_days = 0.1;
max_cpus = 1;
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 = true;
continue;
- } else if (parse_double(buf, "", work_buf_max_days)) {
- continue;
+ //} else if (parse_double(buf, "", work_buf_max_days)) {
+ // continue;
} else if (parse_double(buf, "", work_buf_min_days)) {
continue;
} else if (parse_int(buf, "", max_cpus)) {
diff --git a/client/prefs.h b/client/prefs.h
index e3a8f3e005..2c185279cc 100644
--- a/client/prefs.h
+++ b/client/prefs.h
@@ -43,7 +43,7 @@ struct GLOBAL_PREFS {
bool run_minimized;
bool run_on_startup;
bool hangup_if_dialed;
- double work_buf_max_days;
+ //double work_buf_max_days;
double work_buf_min_days;
int max_cpus;
double disk_interval;
diff --git a/configure b/configure
index 6f0c1a07f3..443d0284e5 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 1.120 .
+# From configure.ac Revision: 1.121 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 4.50.
#
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 98894ae0b7..d10487a95b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -7,7 +7,7 @@ bin_PROGRAMS = crypt_prog
EXTRA_PROGRAMS = md5_test shmem_test msg_test
noinst_LIBRARIES = libboinc.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)
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 1f84d4520b..dc877fb532 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -179,7 +179,7 @@ bin_PROGRAMS = crypt_prog
EXTRA_PROGRAMS = md5_test shmem_test msg_test
noinst_LIBRARIES = libboinc.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)