#include <stdio.h> #include "common.h" #include "command.h" int main(int argc, char *argv[]) { set_configure_by_type(PUB_SET_PLATFORM_NONE_HTTP,SUB_SET_PLATFORM_NONE_HTTP); return 0; }