/* coap_config.h. Generated from coap_config.h.in by configure. */ /* coap_config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Define if the system has small stack size */ /* #undef COAP_CONSTRAINED_STACK */ /* Define to 1 to build without TCP support. */ #define COAP_DISABLE_TCP 1 /* Define if the system has epoll support */ /* #undef COAP_EPOLL_SUPPORT */ /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ASSERT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `getaddrinfo' function. */ #define HAVE_GETADDRINFO 1 /* Define to 1 if you have the `getrandom' function. */ /* #undef HAVE_GETRANDOM 1 */ /* Define to 1 if you have the `if_nametoindex' function. */ #define HAVE_IF_NAMETOINDEX 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define if the system has libcunit */ /* #undef HAVE_LIBCUNIT */ /* Define if the system has libgnutls28 */ /* #undef HAVE_LIBGNUTLS */ /* Define if the system has libtinydtls */ /* #undef HAVE_LIBTINYDTLS */ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the `malloc' function. */ #define HAVE_MALLOC 1 /* Define if the system has libmbedtls2.7.10 */ /* #undef HAVE_MBEDTLS */ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the header file. */ #define HAVE_NETDB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NET_IF_H 1 /* Define if the system has libssl1.1 */ /* #undef HAVE_OPENSSL */ /* Define to 1 if you have the header file. */ #define HAVE_PTHREAD_H 1 /* Define to 1 if you have the `pthread_mutex_lock' function. */ #define HAVE_PTHREAD_MUTEX_LOCK 1 /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strnlen' function. */ #define HAVE_STRNLEN 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if the system has the type `struct cmsghdr'. */ // #define HAVE_STRUCT_CMSGHDR 1 /* Define to 1 if you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_UNISTD_H 1 /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Define to 1 if assertions should be disabled. */ #define NDEBUG 1 /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "libcoap-developers@lists.sourceforge.net" /* Define to the full name of this package. */ #define PACKAGE_NAME "libcoap" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "libcoap 4.3.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libcoap" /* Define to the home page for this package. */ #define PACKAGE_URL "https://libcoap.net/" /* Define to the version of this package. */ #define PACKAGE_VERSION "4.3.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to build without support for separate responses. */ /* #undef WITHOUT_ASYNC */ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN /* # undef WORDS_BIGENDIAN */ # endif #endif /* Define this to 1 for ancillary data on MacOS */ /* #undef __APPLE_USE_RFC_3542 */ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ /* Define to `int' if does not define. */ /* #undef ssize_t */