mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3950
This commit is contained in:
parent
a6bcc264c6
commit
e828053512
|
@ -130,7 +130,7 @@ fcgi_SOURCES = \
|
|||
|
||||
fcgi_DEPENDENCIES = $(LIBRSA) $(LIB_SCHED)
|
||||
fcgi_CPPFLAGS = -include fcgi_stdio.h -D_USING_FCGI_ $(AM_CPPFLAGS)
|
||||
fcgi_LDADD = $(LDADD) $(RSA_LIBS) -lfcgi -lfcgi++ $(MYSQL_LIBS)
|
||||
fcgi_LDADD = $(LDADD) $(RSA_LIBS) -lfcgi $(MYSQL_LIBS)
|
||||
|
||||
.PHONY: PHONY-start
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
#include <ctime>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// Contributor(s):
|
||||
//
|
||||
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sched_shmem.h"
|
||||
#include "server_types.h"
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <cassert>
|
||||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue