Move civetweb to deps/

This commit is contained in:
twinaphex 2016-09-11 14:37:29 +02:00
parent 012e069f86
commit 2324c48164
5 changed files with 440 additions and 466 deletions

View File

@ -1045,7 +1045,7 @@ XML
HTTP SERVER
============================================================ */
#if defined(HAVE_HTTPSERVER) && defined(HAVE_ZLIB)
#include "httpserver/civetweb.c"
#include "../deps/civetweb/civetweb.c"
#include "httpserver/httpserver.c"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ extern "C" {
#endif
int httpserver_init(unsigned port);
void httpserver_destroy();
void httpserver_destroy(void);
#ifdef __cplusplus
}