iotivity 0.9.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / lib / libcoap-4.1.1 / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
8
9 /* Define to 1 if you have the <assert.h> header file. */
10 #undef HAVE_ASSERT_H
11
12 /* Define to 1 if you have the `getaddrinfo' function. */
13 #undef HAVE_GETADDRINFO
14
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the `coap' library (-lcoap). */
19 #undef HAVE_LIBCOAP
20
21 /* Define to 1 if you have the <limits.h> header file. */
22 #undef HAVE_LIMITS_H
23
24 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
25    to 0 otherwise. */
26 #undef HAVE_MALLOC
27
28 /* Define to 1 if you have the <memory.h> header file. */
29 #undef HAVE_MEMORY_H
30
31 /* Define to 1 if you have the `memset' function. */
32 #undef HAVE_MEMSET
33
34 /* Define to 1 if you have the <netdb.h> header file. */
35 #undef HAVE_NETDB_H
36
37 /* Define to 1 if you have the <netinet/in.h> header file. */
38 #undef HAVE_NETINET_IN_H
39
40 /* Define to 1 if you have the `select' function. */
41 #undef HAVE_SELECT
42
43 /* Define to 1 if you have the `socket' function. */
44 #undef HAVE_SOCKET
45
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #undef HAVE_STDINT_H
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
51
52 /* Define to 1 if you have the `strcasecmp' function. */
53 #undef HAVE_STRCASECMP
54
55 /* Define to 1 if you have the <strings.h> header file. */
56 #undef HAVE_STRINGS_H
57
58 /* Define to 1 if you have the <string.h> header file. */
59 #undef HAVE_STRING_H
60
61 /* Define to 1 if you have the `strnlen' function. */
62 #undef HAVE_STRNLEN
63
64 /* Define to 1 if you have the `strrchr' function. */
65 #undef HAVE_STRRCHR
66
67 /* Define to 1 if you have the <syslog.h> header file. */
68 #undef HAVE_SYSLOG_H
69
70 /* Define to 1 if you have the <sys/socket.h> header file. */
71 #undef HAVE_SYS_SOCKET_H
72
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #undef HAVE_SYS_STAT_H
75
76 /* Define to 1 if you have the <sys/time.h> header file. */
77 #undef HAVE_SYS_TIME_H
78
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #undef HAVE_SYS_TYPES_H
81
82 /* Define to 1 if you have the <sys/unistd.h> header file. */
83 #undef HAVE_SYS_UNISTD_H
84
85 /* Define to 1 if you have the <time.h> header file. */
86 #undef HAVE_TIME_H
87
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #undef HAVE_UNISTD_H
90
91 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT
93
94 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME
96
97 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING
99
100 /* Define to the one symbol short name of this package. */
101 #undef PACKAGE_TARNAME
102
103 /* Define to the home page for this package. */
104 #undef PACKAGE_URL
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* Define to 1 if you have the ANSI C header files. */
110 #undef STDC_HEADERS
111
112 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
113    significant byte first (like Motorola and SPARC, unlike Intel). */
114 #if defined AC_APPLE_UNIVERSAL_BUILD
115 # if defined __BIG_ENDIAN__
116 #  define WORDS_BIGENDIAN 1
117 # endif
118 #else
119 # ifndef WORDS_BIGENDIAN
120 #  undef WORDS_BIGENDIAN
121 # endif
122 #endif
123
124 /* Define to rpl_malloc if the replacement function should be used. */
125 #undef malloc
126
127 /* Define to `unsigned int' if <sys/types.h> does not define. */
128 #undef size_t
129
130 /* Define to `int' if <sys/types.h> does not define. */
131 #undef ssize_t