154 lines
4.3 KiB
C
154 lines
4.3 KiB
C
/* dtls_config.h. Generated from dtls_config.h.in by configure. */
|
|
/* dtls_config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
|
|
|
/* Define to 1 if building with ECC support. */
|
|
#define DTLS_ECC 1
|
|
|
|
/* Define to 1 if building with PSK support */
|
|
#define DTLS_PSK 1
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
/* #undef HAVE_ARPA_INET_H */
|
|
|
|
/* Define to 1 if you have the <assert.h> header file. */
|
|
/* #undef HAVE_ASSERT_H */
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
/* #undef HAVE_FCNTL_H */
|
|
|
|
/* Define to 1 if you have the `fls' function. */
|
|
/* #undef HAVE_FLS */
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
/* #undef HAVE_INTTYPES_H */
|
|
|
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|
to 0 otherwise. */
|
|
/* #undef HAVE_MALLOC */
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
/* #undef HAVE_MEMORY_H */
|
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
/* #undef HAVE_MEMSET */
|
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
/* #undef HAVE_NETDB_H */
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
/* #undef HAVE_NETINET_IN_H */
|
|
|
|
/* Define to 1 if you have the `select' function. */
|
|
/* #undef HAVE_SELECT */
|
|
|
|
/* Define to 1 if struct sockaddr_in6 has a member sin6_len. */
|
|
/* #undef HAVE_SOCKADDR_IN6_SIN6_LEN */
|
|
|
|
/* Define to 1 if you have the `socket' function. */
|
|
/* #undef HAVE_SOCKET */
|
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
|
/* #undef HAVE_STDDEF_H */
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
/* #undef HAVE_STDINT_H */
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
/* #undef HAVE_STDLIB_H */
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
/* #undef HAVE_STRDUP */
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
/* #undef HAVE_STRERROR */
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
/* #undef HAVE_STRINGS_H */
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
/* #undef HAVE_STRING_H */
|
|
|
|
/* Define to 1 if you have the `strnlen' function. */
|
|
/* #undef HAVE_STRNLEN */
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
/* #undef HAVE_SYS_PARAM_H */
|
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
/* #undef HAVE_SYS_SOCKET_H */
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
/* #undef HAVE_SYS_STAT_H */
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
/* #undef HAVE_SYS_TIME_H */
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
/* #undef HAVE_SYS_TYPES_H */
|
|
|
|
/* Define to 1 if you have the <time.h> header file. */
|
|
/* #undef HAVE_TIME_H */
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
/* #undef HAVE_UNISTD_H */
|
|
|
|
/* Define to 1 if you have the `vprintf' function. */
|
|
/* #undef HAVE_VPRINTF */
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT ""
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "tinydtls"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "tinydtls 0.8.2"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "tinydtls"
|
|
|
|
/* Define to the home page for this package. */
|
|
#define PACKAGE_URL ""
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "0.8.2"
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
/* #undef STDC_HEADERS */
|
|
|
|
/* Define to 1 if building for Contiki. */
|
|
#define WITH_CONTIKI 1
|
|
#define CONTIKI 1
|
|
|
|
/* 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 to `__inline__' or `__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
/* #undef inline */
|
|
#endif
|
|
|
|
/* Define to rpl_malloc if the replacement function should be used. */
|
|
/* #undef malloc */
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
/* #undef size_t */
|
|
|
|
|
|
#ifdef WITH_CONTIKI
|
|
#include "platform-specific/platform.h"
|
|
#endif
|