libcoap  4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
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 `getaddrinfo' function. */
14 #define HAVE_GETADDRINFO 1
15 
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18 
19 /* Define to 1 if you have the `coap' library (-lcoap). */
20 /* #undef HAVE_LIBCOAP */
21 
22 /* Define to 1 if you have the <limits.h> header file. */
23 #define HAVE_LIMITS_H 1
24 
25 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
26  to 0 otherwise. */
27 #define HAVE_MALLOC 1
28 
29 /* Define to 1 if you have the <memory.h> header file. */
30 #define HAVE_MEMORY_H 1
31 
32 /* Define to 1 if you have the `memset' function. */
33 #define HAVE_MEMSET 1
34 
35 /* Define to 1 if you have the <netdb.h> header file. */
36 #define HAVE_NETDB_H 1
37 
38 /* Define to 1 if you have the <netinet/in.h> header file. */
39 #define HAVE_NETINET_IN_H 1
40 
41 /* Define to 1 if you have the `select' function. */
42 #define HAVE_SELECT 1
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 <stdint.h> header file. */
48 #define HAVE_STDINT_H 1
49 
50 /* Define to 1 if you have the <stdlib.h> header file. */
51 #define HAVE_STDLIB_H 1
52 
53 /* Define to 1 if you have the `strcasecmp' function. */
54 #define HAVE_STRCASECMP 1
55 
56 /* Define to 1 if you have the <strings.h> header file. */
57 #define HAVE_STRINGS_H 1
58 
59 /* Define to 1 if you have the <string.h> header file. */
60 #define HAVE_STRING_H 1
61 
62 /* Define to 1 if you have the `strnlen' function. */
63 #define HAVE_STRNLEN 1
64 
65 /* Define to 1 if you have the `strrchr' function. */
66 #define HAVE_STRRCHR 1
67 
68 /* Define to 1 if you have the <syslog.h> header file. */
69 #define HAVE_SYSLOG_H 1
70 
71 /* Define to 1 if you have the <sys/socket.h> header file. */
72 #define HAVE_SYS_SOCKET_H 1
73 
74 /* Define to 1 if you have the <sys/stat.h> header file. */
75 #define HAVE_SYS_STAT_H 1
76 
77 /* Define to 1 if you have the <sys/time.h> header file. */
78 #define HAVE_SYS_TIME_H 1
79 
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #define HAVE_SYS_TYPES_H 1
82 
83 /* Define to 1 if you have the <sys/unistd.h> header file. */
84 #define HAVE_SYS_UNISTD_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 the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT ""
94 
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "libcoap"
97 
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "libcoap 4.1.1"
100 
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "libcoap"
103 
104 /* Define to the home page for this package. */
105 #define PACKAGE_URL ""
106 
107 /* Define to the version of this package. */
108 #define PACKAGE_VERSION "4.1.1"
109 
110 /* Define to 1 if you have the ANSI C header files. */
111 #define STDC_HEADERS 1
112 
113 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
114  significant byte first (like Motorola and SPARC, unlike Intel). */
115 #if defined AC_APPLE_UNIVERSAL_BUILD
116 # if defined __BIG_ENDIAN__
117 # define WORDS_BIGENDIAN 1
118 # endif
119 #else
120 # ifndef WORDS_BIGENDIAN
121 /* # undef WORDS_BIGENDIAN */
122 # endif
123 #endif
124 
125 /* Define to rpl_malloc if the replacement function should be used. */
126 /* #undef malloc */
127 
128 /* Define to `unsigned int' if <sys/types.h> does not define. */
129 /* #undef size_t */
130 
131 /* Define to `int' if <sys/types.h> does not define. */
132 /* #undef ssize_t */