提交 eb2b16dc 编写于 作者: S Shuduo Sang

[TD-3113] <fix>: remove curl from TDengine. fix linux compile issue.

上级 860ede89
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
#include "taos.h" #include "taos.h"
#include "tutil.h" #include "tutil.h"
#define REQ_EXTRA_BUF_LEN 1024
#define RESP_BUF_LEN 4096
#ifdef WINDOWS #ifdef WINDOWS
#include <windows.h> #include <windows.h>
// Some old MinGW/CYGWIN distributions don't define this: // Some old MinGW/CYGWIN distributions don't define this:
...@@ -65,9 +68,6 @@ ...@@ -65,9 +68,6 @@
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004 #define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
#endif #endif
#define REQ_EXTRA_BUF_LEN 1024
#define RESP_BUF_LEN 4096
static HANDLE g_stdoutHandle; static HANDLE g_stdoutHandle;
static DWORD g_consoleMode; static DWORD g_consoleMode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册