mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=183
This commit is contained in:
parent
1a705be459
commit
555af1f808
|
@ -35,8 +35,6 @@
|
|||
#define OUTFILE_MACRO "<OUTFILE_"
|
||||
#define UPLOAD_URL_MACRO "<UPLOAD_URL/>"
|
||||
#define DOWNLOAD_URL_MACRO "<DOWNLOAD_URL/>"
|
||||
#define UPLOAD_URL "http://localhost/boinc-cgi/file_upload_handler"
|
||||
#define DOWNLOAD_URL "http://localhost/download/"
|
||||
|
||||
int read_file(FILE* f, char* buf) {
|
||||
assert(f!=NULL);
|
||||
|
|
|
@ -37,8 +37,6 @@
|
|||
#define OUTFILE_MACRO "<OUTFILE_"
|
||||
#define UPLOAD_URL_MACRO "<UPLOAD_URL/>"
|
||||
#define DOWNLOAD_URL_MACRO "<DOWNLOAD_URL/>"
|
||||
#define UPLOAD_URL "http://localhost/boinc-cgi/file_upload_handler"
|
||||
#define DOWNLOAD_URL "http://localhost/download/"
|
||||
|
||||
int process_result_template(
|
||||
FILE* in, FILE* out,
|
||||
|
|
Loading…
Reference in New Issue