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