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 if the system has small stack size */ 8/* #undef COAP_CONSTRAINED_STACK */ 9 10/* Define to 1 to build without TCP support. */ 11#define COAP_DISABLE_TCP 1 12 13/* Define if the system has epoll support */ 14/* #undef COAP_EPOLL_SUPPORT */ 15 16/* Define to 1 if you have the <arpa/inet.h> header file. */ 17#define HAVE_ARPA_INET_H 1 18 19/* Define to 1 if you have the <assert.h> header file. */ 20#define HAVE_ASSERT_H 1 21 22/* Define to 1 if you have the <dlfcn.h> header file. */ 23#define HAVE_DLFCN_H 1 24 25/* Define to 1 if you have the `getaddrinfo' function. */ 26#define HAVE_GETADDRINFO 1 27 28/* Define to 1 if you have the `getrandom' function. */ 29/* #undef HAVE_GETRANDOM 1 */ 30 31/* Define to 1 if you have the `if_nametoindex' function. */ 32#define HAVE_IF_NAMETOINDEX 1 33 34/* Define to 1 if you have the <inttypes.h> header file. */ 35#define HAVE_INTTYPES_H 1 36 37/* Define if the system has libcunit */ 38/* #undef HAVE_LIBCUNIT */ 39 40/* Define if the system has libgnutls28 */ 41/* #undef HAVE_LIBGNUTLS */ 42 43/* Define if the system has libtinydtls */ 44/* #undef HAVE_LIBTINYDTLS */ 45 46/* Define to 1 if you have the <limits.h> header file. */ 47#define HAVE_LIMITS_H 1 48 49/* Define to 1 if you have the `malloc' function. */ 50#define HAVE_MALLOC 1 51 52/* Define if the system has libmbedtls2.7.10 */ 53/* #undef HAVE_MBEDTLS */ 54 55/* Define to 1 if you have the <memory.h> header file. */ 56#define HAVE_MEMORY_H 1 57 58/* Define to 1 if you have the `memset' function. */ 59#define HAVE_MEMSET 1 60 61/* Define to 1 if you have the <netdb.h> header file. */ 62#define HAVE_NETDB_H 1 63 64/* Define to 1 if you have the <netinet/in.h> header file. */ 65#define HAVE_NETINET_IN_H 1 66 67/* Define to 1 if you have the <net/if.h> header file. */ 68#define HAVE_NET_IF_H 1 69 70/* Define if the system has libssl1.1 */ 71/* #undef HAVE_OPENSSL */ 72 73/* Define to 1 if you have the <pthread.h> header file. */ 74#define HAVE_PTHREAD_H 1 75 76/* Define to 1 if you have the `pthread_mutex_lock' function. */ 77#define HAVE_PTHREAD_MUTEX_LOCK 1 78 79/* Define to 1 if you have the `select' function. */ 80#define HAVE_SELECT 1 81 82/* Define to 1 if you have the `socket' function. */ 83#define HAVE_SOCKET 1 84 85/* Define to 1 if you have the <stdint.h> header file. */ 86#define HAVE_STDINT_H 1 87 88/* Define to 1 if you have the <stdlib.h> header file. */ 89#define HAVE_STDLIB_H 1 90 91/* Define to 1 if you have the `strcasecmp' function. */ 92#define HAVE_STRCASECMP 1 93 94/* Define to 1 if you have the <strings.h> header file. */ 95#define HAVE_STRINGS_H 1 96 97/* Define to 1 if you have the <string.h> header file. */ 98#define HAVE_STRING_H 1 99 100/* Define to 1 if you have the `strnlen' function. */ 101#define HAVE_STRNLEN 1 102 103/* Define to 1 if you have the `strrchr' function. */ 104#define HAVE_STRRCHR 1 105 106/* Define to 1 if the system has the type `struct cmsghdr'. */ 107// #define HAVE_STRUCT_CMSGHDR 1 108 109/* Define to 1 if you have the <syslog.h> header file. */ 110#define HAVE_SYSLOG_H 1 111 112/* Define to 1 if you have the <sys/ioctl.h> header file. */ 113#define HAVE_SYS_IOCTL_H 1 114 115/* Define to 1 if you have the <sys/socket.h> header file. */ 116#define HAVE_SYS_SOCKET_H 1 117 118/* Define to 1 if you have the <sys/stat.h> header file. */ 119#define HAVE_SYS_STAT_H 1 120 121/* Define to 1 if you have the <sys/time.h> header file. */ 122#define HAVE_SYS_TIME_H 1 123 124/* Define to 1 if you have the <sys/types.h> header file. */ 125#define HAVE_SYS_TYPES_H 1 126 127/* Define to 1 if you have the <sys/unistd.h> header file. */ 128#define HAVE_SYS_UNISTD_H 1 129 130/* Define to 1 if you have the <time.h> header file. */ 131#define HAVE_TIME_H 1 132 133/* Define to 1 if you have the <unistd.h> header file. */ 134#define HAVE_UNISTD_H 1 135 136/* Define to the sub-directory where libtool stores uninstalled libraries. */ 137#define LT_OBJDIR ".libs/" 138 139/* Define to 1 if assertions should be disabled. */ 140#define NDEBUG 1 141 142/* Define to the address where bug reports for this package should be sent. */ 143#define PACKAGE_BUGREPORT "libcoap-developers@lists.sourceforge.net" 144 145/* Define to the full name of this package. */ 146#define PACKAGE_NAME "libcoap" 147 148/* Define to the full name and version of this package. */ 149#define PACKAGE_STRING "libcoap 4.3.0" 150 151/* Define to the one symbol short name of this package. */ 152#define PACKAGE_TARNAME "libcoap" 153 154/* Define to the home page for this package. */ 155#define PACKAGE_URL "https://libcoap.net/" 156 157/* Define to the version of this package. */ 158#define PACKAGE_VERSION "4.3.0" 159 160/* Define to 1 if you have the ANSI C header files. */ 161#define STDC_HEADERS 1 162 163/* Define to build without support for separate responses. */ 164/* #undef WITHOUT_ASYNC */ 165 166/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 167 significant byte first (like Motorola and SPARC, unlike Intel). */ 168#if defined AC_APPLE_UNIVERSAL_BUILD 169# if defined __BIG_ENDIAN__ 170# define WORDS_BIGENDIAN 1 171# endif 172#else 173# ifndef WORDS_BIGENDIAN 174/* # undef WORDS_BIGENDIAN */ 175# endif 176#endif 177 178/* Define this to 1 for ancillary data on MacOS */ 179/* #undef __APPLE_USE_RFC_3542 */ 180 181/* Define to `unsigned int' if <sys/types.h> does not define. */ 182/* #undef size_t */ 183 184/* Define to `int' if <sys/types.h> does not define. */ 185/* #undef ssize_t */ 186