#ifndef TDENGINE_COMMON_H #define TDENGINE_COMMON_H #ifdef __cplusplus extern "C" { #endif #define COMMAND_LEN 256 #define DIR_LEN 128 #define HOST_LEN 128 #define ADDRESS_LEN (HOST_LEN + 16) #ifdef __cplusplus } #endif #endif // TDENGINE_COMMON_H