[TD-3113] <fix>: remove curl from TDengine. fix linux compile issue.
This commit is contained in:
parent
860ede89a2
commit
eb2b16dcb2
|
@ -58,6 +58,9 @@
|
|||
#include "taos.h"
|
||||
#include "tutil.h"
|
||||
|
||||
#define REQ_EXTRA_BUF_LEN 1024
|
||||
#define RESP_BUF_LEN 4096
|
||||
|
||||
#ifdef WINDOWS
|
||||
#include <windows.h>
|
||||
// Some old MinGW/CYGWIN distributions don't define this:
|
||||
|
@ -65,9 +68,6 @@
|
|||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif
|
||||
|
||||
#define REQ_EXTRA_BUF_LEN 1024
|
||||
#define RESP_BUF_LEN 4096
|
||||
|
||||
static HANDLE g_stdoutHandle;
|
||||
static DWORD g_consoleMode;
|
||||
|
||||
|
|
Loading…
Reference in New Issue