libcoap 4.3.5
Loading...
Searching...
No Matches
coap_defines.h
Go to the documentation of this file.
1
2/* Define to build support for Unix socket packets. */
3#define COAP_AF_UNIX_SUPPORT 1
4
5/* Define to 1 to build with support for async separate responses. */
6#define COAP_ASYNC_SUPPORT 1
7
8/* Define to 1 if libcoap supports client mode code. */
9#define COAP_CLIENT_SUPPORT 1
10
11/* Define to 1 if the system has small stack size. */
12/* #undef COAP_CONSTRAINED_STACK */
13
14/* Define to 1 to build without TCP support. */
15#define COAP_DISABLE_TCP 0
16
17/* Define to 1 if the system has epoll support. */
18#define COAP_EPOLL_SUPPORT 1
19
20/* Define to build support for IPv4 packets. */
21#define COAP_IPV4_SUPPORT 1
22
23/* Define to build support for IPv6 packets. */
24#define COAP_IPV6_SUPPORT 1
25
26/* Define to level if max logging level is not 8 */
27/* #undef COAP_MAX_LOGGING_LEVEL */
28
29/* Define to 1 to build with OSCORE support. */
30#define COAP_OSCORE_SUPPORT 1
31
32/* Define to 1 if libcoap supports proxy code. */
33#define COAP_PROXY_SUPPORT 1
34
35/* Define to 1 to build with Q-Block support. */
36#define COAP_Q_BLOCK_SUPPORT 1
37
38/* Define to 1 if libcoap supports server mode code. */
39#define COAP_SERVER_SUPPORT 1
40
41/* Define to 1 detect recursive locking detection support */
42#define COAP_THREAD_RECURSIVE_CHECK 1
43
44/* Define to 1 if libcoap has thread safe support */
45#define COAP_THREAD_SAFE 1
46
47/* Define to 1 if the system has libgnutls28. */
48/* #undef COAP_WITH_LIBGNUTLS */
49
50/* Define to 1 if the system has libmbedtls2.7.10. */
51/* #undef COAP_WITH_LIBMBEDTLS */
52
53/* Define to 1 if the system has libssl1.1. */
54#define COAP_WITH_LIBOPENSSL 1
55
56/* Define to 1 if the system has libtinydtls. */
57/* #undef COAP_WITH_LIBTINYDTLS */
58
59/* Define to 1 if the system has libwolfssl. */
60/* #undef COAP_WITH_LIBWOLFSSL */
61
62/* Define to 1 to build support for persisting observes. */
63#define COAP_WITH_OBSERVE_PERSIST 1
64
65/* Define to 1 to build with WebSockets support. */
66#define COAP_WS_SUPPORT 1