Searched defs:COAP_DISABLE_TCP (Results 1 – 5 of 5) sorted by relevance
669 AC_DEFINE(COAP_DISABLE_TCP, [0], [Define to 1 to build without TCP support.]) definition670 AS_IF([test "x$build_tcp" != "xyes"], [AC_DEFINE(COAP_DISABLE_TCP, [1])]) definition671 AC_SUBST(COAP_DISABLE_TCP) subst
389 set(COAP_DISABLE_TCP 0) variable391 set(COAP_DISABLE_TCP 1) variable
26 #define COAP_DISABLE_TCP 1 macro
11 #define COAP_DISABLE_TCP 1 macro
15 #define COAP_DISABLE_TCP 1 macro