Imported Upstream version 1.1.1
[platform/upstream/iotivity.git] / resource / csdk / connectivity / lib / libcoap-4.1.1 / include / coap / config.h
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 <assert.h> header file. */
8 #define HAVE_ASSERT_H 1
9
10 /* Define to 1 if you have the `getaddrinfo' function. */
11 #define HAVE_GETADDRINFO 1
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #define HAVE_INTTYPES_H 1
15
16 /* Define to 1 if you have the `coap' library (-lcoap). */
17 /* #undef HAVE_LIBCOAP */
18
19 /* Define to 1 if you have the <limits.h> header file. */
20 #define HAVE_LIMITS_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 <netinet/in.h> header file. */
33 #if !defined(WITH_ARDUINO) && !defined(_WIN32)
34 #define HAVE_NETINET_IN_H 1
35 #endif
36
37 /* Define to 1 if you have the `select' function. */
38 #define HAVE_SELECT 1
39
40 /* Define to 1 if you have the `socket' function. */
41 #define HAVE_SOCKET 1
42
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #define HAVE_STDINT_H 1
45
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #define HAVE_STDLIB_H 1
48
49 /* Define to 1 if you have the `strcasecmp' function. */
50 #define HAVE_STRCASECMP 1
51
52 /* Define to 1 if you have the <strings.h> header file. */
53 #define HAVE_STRINGS_H 1
54
55 /* Define to 1 if you have the <string.h> header file. */
56 #define HAVE_STRING_H 1
57
58 /* Define to 1 if you have the `strnlen' function. */
59 #define HAVE_STRNLEN 1
60
61 /* Define to 1 if you have the `strrchr' function. */
62 #define HAVE_STRRCHR 1
63
64 /* Define to 1 if you have the <syslog.h> header file. */
65 #if !defined(WITH_ARDUINO) && !defined(_WIN32)
66 #define HAVE_SYSLOG_H 1
67 #endif
68
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #define HAVE_SYS_STAT_H 1
71
72 /* Define to 1 if you have the <sys/types.h> header file. */
73 #if !defined(WITH_ARDUINO) && !defined(_WIN32)
74 #define HAVE_SYS_TYPES_H 1
75 #endif
76
77 /* Define to 1 if you have the <sys/unistd.h> header file. */
78 #if !defined(WITH_ARDUINO) && !defined(_WIN32)
79 #define HAVE_SYS_UNISTD_H 1
80 #endif
81
82 /* Define to 1 if you have <Ws2tcpip.h> header file. */
83 #if defined(_WIN32)
84 #define HAVE_WS2TCPIP_H 1
85 #endif
86
87 /* Define to 1 if you have <Winsock2.h> header file. */
88 #if defined(_WIN32)
89 #define HAVE_WINSOCK2_H 1
90 #endif
91
92 /* Define to 1 if you have <Windows.h> header file. */
93 #if defined(_WIN32)
94 #define HAVE_WINDOWS_H 1
95 #endif
96
97 /* Define to 1 if you have the <time.h> header file. */
98 #ifndef WITH_ARDUINO
99 #define HAVE_TIME_H 1
100 #endif
101
102 /* Define to 1 if you have the <unistd.h> header file. */
103 #if !defined(WITH_ARDUINO) && !defined(_WIN32)
104 #define HAVE_UNISTD_H 1
105 #endif
106
107 /* Define to the address where bug reports for this package should be sent. */
108 #define PACKAGE_BUGREPORT ""
109
110 /* Define to the full name of this package. */
111 #define PACKAGE_NAME "libcoap"
112
113 /* Define to the full name and version of this package. */
114 #define PACKAGE_STRING "libcoap 4.1.1"
115
116 /* Define to the one symbol short name of this package. */
117 #define PACKAGE_TARNAME "libcoap"
118
119 /* Define to the home page for this package. */
120 #define PACKAGE_URL ""
121
122 /* Define to the version of this package. */
123 #define PACKAGE_VERSION "4.1.1"
124
125 /* Define to 1 if you have the ANSI C header files. */
126 #define STDC_HEADERS 1
127
128 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
129  significant byte first (like Motorola and SPARC, unlike Intel). */
130 #if defined AC_APPLE_UNIVERSAL_BUILD
131 # if defined __BIG_ENDIAN__
132 #  define WORDS_BIGENDIAN 1
133 # endif
134 #else
135 # if defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
136 #  define WORDS_BIGENDIAN 1
137 # endif
138 #endif
139
140 #ifndef INLINE_API
141 #  if defined(__cplusplus)
142 #    define INLINE_API inline
143 #  else
144 #    ifdef _MSC_VER
145 #      define INLINE_API static __inline
146 #    else
147 #      define INLINE_API static inline
148 #    endif
149 #  endif
150 #endif
151
152 /* Define to rpl_malloc if the replacement function should be used. */
153 /* #undef malloc */
154
155 /* Define to `unsigned int' if <sys/types.h> does not define. */
156 /* #undef size_t */
157
158 /* Define to `int' if <sys/types.h> does not define. */
159 /* #undef ssize_t */