1/* dtls_config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if building with ECC support. */
7#undef DTLS_ECC
8
9/* Define to 1 if building with PSK support */
10#undef DTLS_PSK
11
12/* Define to 1 if you have the <arpa/inet.h> header file. */
13#undef HAVE_ARPA_INET_H
14
15/* Define to 1 if you have the <assert.h> header file. */
16#undef HAVE_ASSERT_H
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#undef HAVE_FCNTL_H
20
21/* Define to 1 if you have the `fls' function. */
22#undef HAVE_FLS
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
28   to 0 otherwise. */
29#undef HAVE_MALLOC
30
31/* Define to 1 if you have the <memory.h> header file. */
32#undef HAVE_MEMORY_H
33
34/* Define to 1 if you have the `memset' function. */
35#undef HAVE_MEMSET
36
37/* Define to 1 if you have the <netdb.h> header file. */
38#undef HAVE_NETDB_H
39
40/* Define to 1 if you have the <netinet/in.h> header file. */
41#undef HAVE_NETINET_IN_H
42
43/* Define to 1 if you have the `select' function. */
44#undef HAVE_SELECT
45
46/* Define to 1 if struct sockaddr_in6 has a member sin6_len. */
47#undef HAVE_SOCKADDR_IN6_SIN6_LEN
48
49/* Define to 1 if you have the `socket' function. */
50#undef HAVE_SOCKET
51
52/* Define to 1 if you have the <stddef.h> header file. */
53#undef HAVE_STDDEF_H
54
55/* Define to 1 if you have the <stdint.h> header file. */
56#undef HAVE_STDINT_H
57
58/* Define to 1 if you have the <stdlib.h> header file. */
59#undef HAVE_STDLIB_H
60
61/* Define to 1 if you have the `strdup' function. */
62#undef HAVE_STRDUP
63
64/* Define to 1 if you have the `strerror' function. */
65#undef HAVE_STRERROR
66
67/* Define to 1 if you have the <strings.h> header file. */
68#undef HAVE_STRINGS_H
69
70/* Define to 1 if you have the <string.h> header file. */
71#undef HAVE_STRING_H
72
73/* Define to 1 if you have the `strnlen' function. */
74#undef HAVE_STRNLEN
75
76/* Define to 1 if you have the <sys/param.h> header file. */
77#undef HAVE_SYS_PARAM_H
78
79/* Define to 1 if you have the <sys/socket.h> header file. */
80#undef HAVE_SYS_SOCKET_H
81
82/* Define to 1 if you have the <sys/stat.h> header file. */
83#undef HAVE_SYS_STAT_H
84
85/* Define to 1 if you have the <sys/time.h> header file. */
86#undef HAVE_SYS_TIME_H
87
88/* Define to 1 if you have the <sys/types.h> header file. */
89#undef HAVE_SYS_TYPES_H
90
91/* Define to 1 if you have the <time.h> header file. */
92#undef HAVE_TIME_H
93
94/* Define to 1 if you have the <unistd.h> header file. */
95#undef HAVE_UNISTD_H
96
97/* Define to 1 if you have the `vprintf' function. */
98#undef HAVE_VPRINTF
99
100/* Define to the address where bug reports for this package should be sent. */
101#undef PACKAGE_BUGREPORT
102
103/* Define to the full name of this package. */
104#undef PACKAGE_NAME
105
106/* Define to the full name and version of this package. */
107#undef PACKAGE_STRING
108
109/* Define to the one symbol short name of this package. */
110#undef PACKAGE_TARNAME
111
112/* Define to the home page for this package. */
113#undef PACKAGE_URL
114
115/* Define to the version of this package. */
116#undef PACKAGE_VERSION
117
118/* Define to 1 if you have the ANSI C header files. */
119#undef STDC_HEADERS
120
121/* Define to 1 if building for Contiki. */
122#undef WITH_CONTIKI
123
124/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
125   significant byte first (like Motorola and SPARC, unlike Intel). */
126#if defined AC_APPLE_UNIVERSAL_BUILD
127# if defined __BIG_ENDIAN__
128#  define WORDS_BIGENDIAN 1
129# endif
130#else
131# ifndef WORDS_BIGENDIAN
132#  undef WORDS_BIGENDIAN
133# endif
134#endif
135
136/* Define to `__inline__' or `__inline' if that's what the C compiler
137   calls it, or to nothing if 'inline' is not supported under any name.  */
138#ifndef __cplusplus
139#undef inline
140#endif
141
142/* Define to rpl_malloc if the replacement function should be used. */
143#undef malloc
144
145/* Define to `unsigned int' if <sys/types.h> does not define. */
146#undef size_t
147
148
149#ifdef WITH_CONTIKI
150#include "platform-specific/platform.h"
151#endif
152