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