*** empty log message ***

svn path=/trunk/boinc/; revision=5388
This commit is contained in:
Eric J. Korpela 2005-02-10 20:03:40 +00:00
parent c05d6d23a0
commit 17c77f320e
1 changed files with 14 additions and 0 deletions

View File

@ -24473,4 +24473,18 @@ Bruce 10 Feb 2005
sched/
main.C
Eric K 10 Feb 2005
Fixes to get server components compiling under FCGI.
- Added check for _USING_FCGI_ in std_fixes.h in order to prevent
redefinition of stdlib functions with LARGEFILE_BREAKS_CXX is defined.
- Because FCGI doesn't have fscanf() and fgetc() that work on FCGI_FILE*,
the FILE pointers for these functions need to be wrapped in a call to
FCGI_ToFILE(). In the case where FCGI isn't being used we define
FCGI_ToFILE(x) to (x).
lib/
std_fixes.h
sched/
sched_send.C
tools/
backend_lib.C