mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-13 22:01:37 +00:00
Add option to build http server (#648)
* Add option to build httpserver * Add option to build libevhtp * Delete unused option --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "common.h"
|
||||
|
||||
#ifdef HAVE_EVHTP
|
||||
#define DEBUG_FLAG SEAFILE_DEBUG_HTTP
|
||||
#include "log.h"
|
||||
|
||||
@@ -2702,3 +2703,4 @@ upload_file_init (evhtp_t *htp, const char *http_temp_dir)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user