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