1 /* coap_config.h. Generated from coap_config.h.in by configure. */ 2 /* coap_config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Define to build support for Unix socket packets. */ 8 #define COAP_AF_UNIX_SUPPORT 1 9 10 /* Define to 1 to build with support for async separate responses. */ 11 /* #undef COAP_ASYNC_SUPPORT */ 12 13 /* Define to 1 if libcoap supports client mode code. */ 14 #define COAP_CLIENT_SUPPORT 1 15 16 /* Define to 1 if the system has small stack size. */ 17 /* #undef COAP_CONSTRAINED_STACK */ 18 19 /* Define to 1 to build without TCP support. */ 20 #define COAP_DISABLE_TCP 1 21 22 /* Define to 1 if the system has epoll support. */ 23 /* #undef COAP_EPOLL_SUPPORT */ 24 25 /* Define to build support for IPv4 packets. */ 26 #define COAP_IPV4_SUPPORT 1 27 28 /* Define to build support for IPv6 packets. */ 29 #define COAP_IPV6_SUPPORT 1 30 31 /* Define to level if max logging level is not 8 */ 32 /* #undef COAP_MAX_LOGGING_LEVEL */ 33 34 /* Define to 1 to build with OSCORE support. */ 35 /* #undef COAP_OSCORE_SUPPORT */ 36 37 /* Define to 1 to build with Q-Block support. */ 38 /* #undef COAP_Q_BLOCK_SUPPORT */ 39 40 /* Define to 1 if libcoap supports server mode code. */ 41 #define COAP_SERVER_SUPPORT 1 42 43 /* Define to 1 if the system has libgnutls28. */ 44 /* #undef COAP_WITH_LIBGNUTLS */ 45 46 /* Define to 1 if the system has libmbedtls2.7.10. */ 47 /* #undef COAP_WITH_LIBMBEDTLS */ 48 49 /* Define to 1 if the system has libssl1.1. */ 50 /* #undef COAP_WITH_LIBOPENSSL */ 51 52 /* Define to 1 if the system has libtinydtls. */ 53 /* #undef COAP_WITH_LIBTINYDTLS */ 54 55 /* Define to 1 to build support for persisting observes. */ 56 /* #undef COAP_WITH_OBSERVE_PERSIST */ 57 58 /* Define to 1 to build with WebSockets support. */ 59 /* #undef COAP_WS_SUPPORT */ 60 61 /* Define to 1 if you have the <arpa/inet.h> header file. */ 62 #define HAVE_ARPA_INET_H 1 63 64 /* Define to 1 if you have the <assert.h> header file. */ 65 #define HAVE_ASSERT_H 1 66 67 /* Define to 1 if you have the <dlfcn.h> header file. */ 68 #define HAVE_DLFCN_H 1 69 70 /* Define to 1 if TinyDTLS has dtls_set_log_handler. */ 71 /* #undef HAVE_DTLS_SET_LOG_HANDLER */ 72 73 /* Define to 1 if you have the <errno.h> header file. */ 74 #define HAVE_ERRNO_H 1 75 76 /* Define to 1 if you have the `getaddrinfo' function. */ 77 #define HAVE_GETADDRINFO 1 78 79 /* Define to 1 if you have the `getrandom' function. */ 80 #define HAVE_GETRANDOM 1 81 82 /* Define to 1 if you have the <ifaddrs.h> header file. */ 83 #define HAVE_IFADDRS_H 1 84 85 /* Define to 1 if you have the `if_nametoindex' function. */ 86 #define HAVE_IF_NAMETOINDEX 1 87 88 /* Define to 1 if you have the <inttypes.h> header file. */ 89 #define HAVE_INTTYPES_H 1 90 91 /* Define to 1 if the system has libcunit. */ 92 /* #undef HAVE_LIBCUNIT */ 93 94 /* Define to 1 if you have the <limits.h> header file. */ 95 #define HAVE_LIMITS_H 1 96 97 /* Define to 1 if you have the `malloc' function. */ 98 #define HAVE_MALLOC 1 99 100 /* Define to 1 if you have the <memory.h> header file. */ 101 #define HAVE_MEMORY_H 1 102 103 /* Define to 1 if you have the `memset' function. */ 104 #define HAVE_MEMSET 1 105 106 /* Define to 1 if you have the <netdb.h> header file. */ 107 #define HAVE_NETDB_H 1 108 109 /* Define to 1 if you have the <netinet/in.h> header file. */ 110 #define HAVE_NETINET_IN_H 1 111 112 /* Define to 1 if you have the <net/if.h> header file. */ 113 #define HAVE_NET_IF_H 1 114 115 /* Define to 1 if libcoap has no tls library support. */ 116 #define HAVE_NOTLS 1 117 118 /* Define to 1 if you have the <pthread.h> header file. */ 119 #define HAVE_PTHREAD_H 1 120 121 /* Define to 1 if you have the `pthread_mutex_lock' function. */ 122 #define HAVE_PTHREAD_MUTEX_LOCK 1 123 124 /* Define to 1 if you have the `random' function. */ 125 #define HAVE_RANDOM 1 126 127 /* Define to 1 if you have the `select' function. */ 128 #define HAVE_SELECT 1 129 130 /* Define to 1 if you have the `socket' function. */ 131 #define HAVE_SOCKET 1 132 133 /* Define to 1 if you have the <stdint.h> header file. */ 134 #define HAVE_STDINT_H 1 135 136 /* Define to 1 if you have the <stdlib.h> header file. */ 137 #define HAVE_STDLIB_H 1 138 139 /* Define to 1 if you have the `strcasecmp' function. */ 140 #define HAVE_STRCASECMP 1 141 142 /* Define to 1 if you have the <strings.h> header file. */ 143 #define HAVE_STRINGS_H 1 144 145 /* Define to 1 if you have the <string.h> header file. */ 146 #define HAVE_STRING_H 1 147 148 /* Define to 1 if you have the `strnlen' function. */ 149 #define HAVE_STRNLEN 1 150 151 /* Define to 1 if you have the `strrchr' function. */ 152 #define HAVE_STRRCHR 1 153 154 /* Define to 1 if the system has the type `struct cmsghdr'. */ 155 /* #undef HAVE_STRUCT_CMSGHDR */ 156 157 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 158 #define HAVE_SYS_IOCTL_H 1 159 160 /* Define to 1 if you have the <sys/socket.h> header file. */ 161 #define HAVE_SYS_SOCKET_H 1 162 163 /* Define to 1 if you have the <sys/stat.h> header file. */ 164 #define HAVE_SYS_STAT_H 1 165 166 /* Define to 1 if you have the <sys/time.h> header file. */ 167 #define HAVE_SYS_TIME_H 1 168 169 /* Define to 1 if you have the <sys/types.h> header file. */ 170 #define HAVE_SYS_TYPES_H 1 171 172 /* Define to 1 if you have the <sys/unistd.h> header file. */ 173 #define HAVE_SYS_UNISTD_H 1 174 175 /* Define to 1 if you have the <time.h> header file. */ 176 #define HAVE_TIME_H 1 177 178 /* Define to 1 if you have the <unistd.h> header file. */ 179 #define HAVE_UNISTD_H 1 180 181 /* Define to 1 if you have the <winsock2.h> header file. */ 182 /* #undef HAVE_WINSOCK2_H */ 183 184 /* Define to 1 if you have the <ws2tcpip.h> header file. */ 185 /* #undef HAVE_WS2TCPIP_H */ 186 187 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 188 #define LT_OBJDIR ".libs/" 189 190 /* Define to 1 if assertions should be disabled. */ 191 /* #undef NDEBUG */ 192 193 /* Define to the address where bug reports for this package should be sent. */ 194 #define PACKAGE_BUGREPORT "libcoap-developers@lists.sourceforge.net" 195 196 /* Define to the full name of this package. */ 197 #define PACKAGE_NAME "libcoap" 198 199 /* Define to the full name and version of this package. */ 200 #define PACKAGE_STRING "libcoap 4.3.4" 201 202 /* Define to the one symbol short name of this package. */ 203 #define PACKAGE_TARNAME "libcoap" 204 205 /* Define to the home page for this package. */ 206 #define PACKAGE_URL "https://libcoap.net/" 207 208 /* Define to the version of this package. */ 209 #define PACKAGE_VERSION "4.3.4" 210 211 /* Define to 1 if you have the ANSI C header files. */ 212 #define STDC_HEADERS 1 213 214 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 215 significant byte first (like Motorola and SPARC, unlike Intel). */ 216 #if defined AC_APPLE_UNIVERSAL_BUILD 217 # if defined __BIG_ENDIAN__ 218 # define WORDS_BIGENDIAN 1 219 # endif 220 #else 221 # ifndef WORDS_BIGENDIAN 222 /* # undef WORDS_BIGENDIAN */ 223 # endif 224 #endif 225 226 /* Define this to 1 for ancillary data on MacOS */ 227 /* #undef __APPLE_USE_RFC_3542 */ 228 229 /* Define to `unsigned int' if <sys/types.h> does not define. */ 230 /* #undef size_t */ 231 232 /* Define to `int' if <sys/types.h> does not define. */ 233 /* #undef ssize_t */ 234