Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / lib / libcoap-4.1.1 / 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 <arpa/inet.h> header file. */
8 #ifndef WITH_ARDUINO
9 #define HAVE_ARPA_INET_H 1
10 #endif
11
12 /* Define to 1 if you have the <assert.h> header file. */
13 #define HAVE_ASSERT_H 1
14
15 /* Define to 1 if you have the `getaddrinfo' function. */
16 #define HAVE_GETADDRINFO 1
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #define HAVE_INTTYPES_H 1
20
21 /* Define to 1 if you have the `coap' library (-lcoap). */
22 /* #undef HAVE_LIBCOAP */
23
24 /* Define to 1 if you have the <limits.h> header file. */
25 #define HAVE_LIMITS_H 1
26
27 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
28  to 0 otherwise. */
29 #define HAVE_MALLOC 1
30
31 /* Define to 1 if you have the <memory.h> header file. */
32 #define HAVE_MEMORY_H 1
33
34 /* Define to 1 if you have the `memset' function. */
35 #define HAVE_MEMSET 1
36
37 /* Define to 1 if you have the <netdb.h> header file. */
38 #define HAVE_NETDB_H 1
39
40 /* Define to 1 if you have the <netinet/in.h> header file. */
41 #ifndef WITH_ARDUINO
42 #define HAVE_NETINET_IN_H 1
43 #endif
44
45 /* Define to 1 if you have the `select' function. */
46 #define HAVE_SELECT 1
47
48 /* Define to 1 if you have the `socket' function. */
49 #define HAVE_SOCKET 1
50
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #define HAVE_STDINT_H 1
53
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #define HAVE_STDLIB_H 1
56
57 /* Define to 1 if you have the `strcasecmp' function. */
58 #define HAVE_STRCASECMP 1
59
60 /* Define to 1 if you have the <strings.h> header file. */
61 #define HAVE_STRINGS_H 1
62
63 /* Define to 1 if you have the <string.h> header file. */
64 #define HAVE_STRING_H 1
65
66 /* Define to 1 if you have the `strnlen' function. */
67 #define HAVE_STRNLEN 1
68
69 /* Define to 1 if you have the `strrchr' function. */
70 #define HAVE_STRRCHR 1
71
72 /* Define to 1 if you have the <syslog.h> header file. */
73 #ifndef WITH_ARDUINO
74 #define HAVE_SYSLOG_H 1
75 #endif
76
77 /* Define to 1 if you have the <sys/socket.h> header file. */
78 #ifndef WITH_ARDUINO
79 #define HAVE_SYS_SOCKET_H 1
80 #endif
81
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #define HAVE_SYS_STAT_H 1
84
85 /* Define to 1 if you have the <sys/time.h> header file. */
86 #ifndef WITH_ARDUINO
87 #define HAVE_SYS_TIME_H 1
88 #endif
89
90 /* Define to 1 if you have the <sys/types.h> header file. */
91 #ifndef WITH_ARDUINO
92 #define HAVE_SYS_TYPES_H 1
93 #endif
94
95 /* Define to 1 if you have the <sys/unistd.h> header file. */
96 #ifndef WITH_ARDUINO
97 #define HAVE_SYS_UNISTD_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 #ifndef WITH_ARDUINO
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 /* 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 */
148
149 /* Define to `int' if <sys/types.h> does not define. */
150 /* #undef ssize_t */