Compare commits
No commits in common. "5980ee4c863bb89930d491bf812b1f9f55b05ae4" and "5e24d4f32214bdbadf3fbb3120069cbddaea9f6e" have entirely different histories.
5980ee4c86
...
5e24d4f322
@ -22,6 +22,10 @@
|
|||||||
#include "sqlite3.h"
|
#include "sqlite3.h"
|
||||||
#include "uv.h"
|
#include "uv.h"
|
||||||
|
|
||||||
|
#if !defined(_WIN32)
|
||||||
|
#include <arpa/nameser.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
#include "util.js.h"
|
#include "util.js.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
#include "ares.h"
|
|
||||||
#include "backtrace.h"
|
#include "backtrace.h"
|
||||||
#include "quickjs.h"
|
#include "quickjs.h"
|
||||||
#include "sqlite3.h"
|
#include "sqlite3.h"
|
||||||
@ -702,7 +701,6 @@ static JSValue _tf_task_version(JSContext* context, JSValueConst this_val, int a
|
|||||||
JS_SetPropertyStr(context, version, "openssl", JS_NewString(context, OpenSSL_version(OPENSSL_VERSION)));
|
JS_SetPropertyStr(context, version, "openssl", JS_NewString(context, OpenSSL_version(OPENSSL_VERSION)));
|
||||||
#endif
|
#endif
|
||||||
const char* sodium_version_string();
|
const char* sodium_version_string();
|
||||||
JS_SetPropertyStr(context, version, "c-ares", JS_NewString(context, ares_version(NULL)));
|
|
||||||
JS_SetPropertyStr(context, version, "libsodium", JS_NewString(context, sodium_version_string()));
|
JS_SetPropertyStr(context, version, "libsodium", JS_NewString(context, sodium_version_string()));
|
||||||
JS_SetPropertyStr(context, version, "zlib", JS_NewString(context, zlibVersion()));
|
JS_SetPropertyStr(context, version, "zlib", JS_NewString(context, zlibVersion()));
|
||||||
tf_trace_end(task->_trace);
|
tf_trace_end(task->_trace);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user