ndn-cpp-config.h
1 #ifndef _INCLUDE_NDN_CPP_NDN_CPP_CONFIG_H
2 #define _INCLUDE_NDN_CPP_NDN_CPP_CONFIG_H 1
3 
4 /* include/ndn-cpp/ndn-cpp-config.h. Generated automatically at end of configure. */
5 /* include/config.h. Generated from config.h.in by configure. */
6 /* include/config.h.in. Generated from configure.ac by autoheader. */
7 
8 /* 1 if have `__attribute__((deprecated))'. */
9 #ifndef NDN_CPP_HAVE_ATTRIBUTE_DEPRECATED
10 #define NDN_CPP_HAVE_ATTRIBUTE_DEPRECATED 1
11 #endif
12 
13 /* define if the Boost library is available */
14 #ifndef NDN_CPP_HAVE_BOOST
15 #define NDN_CPP_HAVE_BOOST
16 #endif
17 
18 /* 1 if have the `boost::function' class. */
19 #ifndef NDN_CPP_HAVE_BOOST_FUNCTION
20 #define NDN_CPP_HAVE_BOOST_FUNCTION 1
21 #endif
22 
23 /* define if the Boost::Regex library is available */
24 #ifndef NDN_CPP_HAVE_BOOST_REGEX
25 #define NDN_CPP_HAVE_BOOST_REGEX
26 #endif
27 
28 /* 1 if have the `boost::shared_ptr' class. */
29 #ifndef NDN_CPP_HAVE_BOOST_SHARED_PTR
30 #define NDN_CPP_HAVE_BOOST_SHARED_PTR 1
31 #endif
32 
33 /* define if the compiler supports basic C++11 syntax */
34 #ifndef NDN_CPP_HAVE_CXX11
35 #define NDN_CPP_HAVE_CXX11 1
36 #endif
37 
38 /* Define to 1 if you have the <dlfcn.h> header file. */
39 #ifndef NDN_CPP_HAVE_DLFCN_H
40 #define NDN_CPP_HAVE_DLFCN_H 1
41 #endif
42 
43 /* Define to 1 if you have the `gettimeofday' function. */
44 #ifndef NDN_CPP_HAVE_GETTIMEOFDAY
45 #define NDN_CPP_HAVE_GETTIMEOFDAY 1
46 #endif
47 
48 /* 1 if have sys/time gmtime support including timegm. */
49 #ifndef NDN_CPP_HAVE_GMTIME_SUPPORT
50 #define NDN_CPP_HAVE_GMTIME_SUPPORT 1
51 #endif
52 
53 /* 1 if have WinSock2 `htonll'. */
54 #ifndef NDN_CPP_HAVE_HTONLL
55 #define NDN_CPP_HAVE_HTONLL 0
56 #endif
57 
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 #ifndef NDN_CPP_HAVE_INTTYPES_H
60 #define NDN_CPP_HAVE_INTTYPES_H 1
61 #endif
62 
63 /* Define to 1 if you have the `crypto' library (-lcrypto). */
64 #ifndef NDN_CPP_HAVE_LIBCRYPTO
65 #define NDN_CPP_HAVE_LIBCRYPTO 1
66 #endif
67 
68 /* Define to 1 if you have the `log4cxx' library (-llog4cxx). */
69 #ifndef NDN_CPP_HAVE_LIBLOG4CXX
70 #define NDN_CPP_HAVE_LIBLOG4CXX 1
71 #endif
72 
73 /* Define to 1 if you have the `protobuf' library (-lprotobuf). */
74 #ifndef NDN_CPP_HAVE_LIBPROTOBUF
75 #define NDN_CPP_HAVE_LIBPROTOBUF 1
76 #endif
77 
78 /* Define to 1 if you have the `pthread' library (-lpthread). */
79 #ifndef NDN_CPP_HAVE_LIBPTHREAD
80 #define NDN_CPP_HAVE_LIBPTHREAD 1
81 #endif
82 
83 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
84 #ifndef NDN_CPP_HAVE_LIBSQLITE3
85 #define NDN_CPP_HAVE_LIBSQLITE3 1
86 #endif
87 
88 /* 1 if have log4cxx. */
89 #ifndef NDN_CPP_HAVE_LOG4CXX
90 #define NDN_CPP_HAVE_LOG4CXX 1
91 #endif
92 
93 /* Define to 1 if you have the `memcmp' function. */
94 #ifndef NDN_CPP_HAVE_MEMCMP
95 #define NDN_CPP_HAVE_MEMCMP 1
96 #endif
97 
98 /* Define to 1 if you have the `memcpy' function. */
99 #ifndef NDN_CPP_HAVE_MEMCPY
100 #define NDN_CPP_HAVE_MEMCPY 1
101 #endif
102 
103 /* Define to 1 if you have the <memory.h> header file. */
104 #ifndef NDN_CPP_HAVE_MEMORY_H
105 #define NDN_CPP_HAVE_MEMORY_H 1
106 #endif
107 
108 /* Define to 1 if you have the `memset' function. */
109 #ifndef NDN_CPP_HAVE_MEMSET
110 #define NDN_CPP_HAVE_MEMSET 1
111 #endif
112 
113 /* 1 if have the OSX framework. */
114 #ifndef NDN_CPP_HAVE_OSX_SECURITY
115 #define NDN_CPP_HAVE_OSX_SECURITY 0
116 #endif
117 
118 /* 1 if have Google Protobuf. */
119 #ifndef NDN_CPP_HAVE_PROTOBUF
120 #define NDN_CPP_HAVE_PROTOBUF 1
121 #endif
122 
123 /* Define to 1 if you have the `round' function. */
124 #ifndef NDN_CPP_HAVE_ROUND
125 #define NDN_CPP_HAVE_ROUND 1
126 #endif
127 
128 /* Have the SQLITE3 library */
129 #ifndef NDN_CPP_HAVE_SQLITE3
130 #define NDN_CPP_HAVE_SQLITE3
131 #endif
132 
133 /* Define to 1 if you have the `sscanf' function. */
134 #ifndef NDN_CPP_HAVE_SSCANF
135 #define NDN_CPP_HAVE_SSCANF 1
136 #endif
137 
138 /* Define to 1 if you have the <stdint.h> header file. */
139 #ifndef NDN_CPP_HAVE_STDINT_H
140 #define NDN_CPP_HAVE_STDINT_H 1
141 #endif
142 
143 /* Define to 1 if you have the <stdlib.h> header file. */
144 #ifndef NDN_CPP_HAVE_STDLIB_H
145 #define NDN_CPP_HAVE_STDLIB_H 1
146 #endif
147 
148 /* 1 if have the `std::function' class. */
149 #ifndef NDN_CPP_HAVE_STD_FUNCTION
150 #define NDN_CPP_HAVE_STD_FUNCTION 1
151 #endif
152 
153 /* 1 if have std::regex. */
154 #ifndef NDN_CPP_HAVE_STD_REGEX
155 #define NDN_CPP_HAVE_STD_REGEX 0
156 #endif
157 
158 /* 1 if have the `std::shared_ptr' class. */
159 #ifndef NDN_CPP_HAVE_STD_SHARED_PTR
160 #define NDN_CPP_HAVE_STD_SHARED_PTR 1
161 #endif
162 
163 /* Define to 1 if you have the `strchr' function. */
164 #ifndef NDN_CPP_HAVE_STRCHR
165 #define NDN_CPP_HAVE_STRCHR 1
166 #endif
167 
168 /* Define to 1 if you have the <strings.h> header file. */
169 #ifndef NDN_CPP_HAVE_STRINGS_H
170 #define NDN_CPP_HAVE_STRINGS_H 1
171 #endif
172 
173 /* Define to 1 if you have the <string.h> header file. */
174 #ifndef NDN_CPP_HAVE_STRING_H
175 #define NDN_CPP_HAVE_STRING_H 1
176 #endif
177 
178 /* Define to 1 if you have the <sys/stat.h> header file. */
179 #ifndef NDN_CPP_HAVE_SYS_STAT_H
180 #define NDN_CPP_HAVE_SYS_STAT_H 1
181 #endif
182 
183 /* Define to 1 if you have the <sys/time.h> header file. */
184 #ifndef NDN_CPP_HAVE_SYS_TIME_H
185 #define NDN_CPP_HAVE_SYS_TIME_H 1
186 #endif
187 
188 /* Define to 1 if you have the <sys/types.h> header file. */
189 #ifndef NDN_CPP_HAVE_SYS_TYPES_H
190 #define NDN_CPP_HAVE_SYS_TYPES_H 1
191 #endif
192 
193 /* Define to 1 if you have the <time.h> header file. */
194 #ifndef NDN_CPP_HAVE_TIME_H
195 #define NDN_CPP_HAVE_TIME_H 1
196 #endif
197 
198 /* Define to 1 if you have the <unistd.h> header file. */
199 #ifndef NDN_CPP_HAVE_UNISTD_H
200 #define NDN_CPP_HAVE_UNISTD_H 1
201 #endif
202 
203 /* Define to the sub-directory where libtool stores uninstalled libraries. */
204 #ifndef NDN_CPP_LT_OBJDIR
205 #define NDN_CPP_LT_OBJDIR ".libs/"
206 #endif
207 
208 /* Define to the address where bug reports for this package should be sent. */
209 #ifndef NDN_CPP_PACKAGE_BUGREPORT
210 #define NDN_CPP_PACKAGE_BUGREPORT "[email protected]"
211 #endif
212 
213 /* Define to the full name of this package. */
214 #ifndef NDN_CPP_PACKAGE_NAME
215 #define NDN_CPP_PACKAGE_NAME "ndn-cpp"
216 #endif
217 
218 /* Define to the full name and version of this package. */
219 #ifndef NDN_CPP_PACKAGE_STRING
220 #define NDN_CPP_PACKAGE_STRING "ndn-cpp 0.6"
221 #endif
222 
223 /* Define to the one symbol short name of this package. */
224 #ifndef NDN_CPP_PACKAGE_TARNAME
225 #define NDN_CPP_PACKAGE_TARNAME "ndn-cpp"
226 #endif
227 
228 /* Define to the home page for this package. */
229 #ifndef NDN_CPP_PACKAGE_URL
230 #define NDN_CPP_PACKAGE_URL "https://github.com/named-data/ndn-cpp"
231 #endif
232 
233 /* Define to the version of this package. */
234 #ifndef NDN_CPP_PACKAGE_VERSION
235 #define NDN_CPP_PACKAGE_VERSION "0.6"
236 #endif
237 
238 /* Define to 1 if you have the ANSI C header files. */
239 #ifndef NDN_CPP_STDC_HEADERS
240 #define NDN_CPP_STDC_HEADERS 1
241 #endif
242 
243 /* Define to 1 if BinaryXmlWireFormat should be the default WireFormat. */
244 /* #undef USE_DEFAULT_BINARY_XML */
245 
246 /* Define to 1 if TlvWireFormat should be the default WireFormat. */
247 /* #undef USE_DEFAULT_TLV */
248 
249 /* Define to 1 if func_lib should use boost::function, etc. if available */
250 #ifndef NDN_CPP_WITH_BOOST_FUNCTION
251 #define NDN_CPP_WITH_BOOST_FUNCTION 1
252 #endif
253 
254 /* Define to 1 if ptr_lib should use boost::shared_ptr, etc. if available */
255 #ifndef NDN_CPP_WITH_BOOST_SHARED_PTR
256 #define NDN_CPP_WITH_BOOST_SHARED_PTR 1
257 #endif
258 
259 /* Define to 1 if the OS X Keychain should be the default private key store.
260  */
261 #ifndef NDN_CPP_WITH_OSX_KEYCHAIN
262 #define NDN_CPP_WITH_OSX_KEYCHAIN 0
263 #endif
264 
265 /* Define to 1 if func_lib should use std::function, etc. if available */
266 #ifndef NDN_CPP_WITH_STD_FUNCTION
267 #define NDN_CPP_WITH_STD_FUNCTION 1
268 #endif
269 
270 /* Define to 1 if ptr_lib should use std::shared_ptr, etc. if available */
271 #ifndef NDN_CPP_WITH_STD_SHARED_PTR
272 #define NDN_CPP_WITH_STD_SHARED_PTR 1
273 #endif
274 
275 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
276  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
277  #define below would cause a syntax error. */
278 /* #undef _UINT32_T */
279 
280 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
281  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
282  #define below would cause a syntax error. */
283 /* #undef _UINT64_T */
284 
285 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
286  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
287  #define below would cause a syntax error. */
288 /* #undef _UINT8_T */
289 
290 /* Define to `__inline__' or `__inline' if that's what the C compiler
291  calls it, or to nothing if 'inline' is not supported under any name. */
292 #ifndef __cplusplus
293 /* #undef inline */
294 #endif
295 
296 /* Define to the type of a signed integer type of width exactly 16 bits if
297  such a type exists and the standard includes do not define it. */
298 /* #undef int16_t */
299 
300 /* Define to the type of a signed integer type of width exactly 32 bits if
301  such a type exists and the standard includes do not define it. */
302 /* #undef int32_t */
303 
304 /* Define to the type of a signed integer type of width exactly 64 bits if
305  such a type exists and the standard includes do not define it. */
306 /* #undef int64_t */
307 
308 /* Define to the type of a signed integer type of width exactly 8 bits if such
309  a type exists and the standard includes do not define it. */
310 /* #undef int8_t */
311 
312 /* Define to `unsigned int' if <sys/types.h> does not define. */
313 /* #undef size_t */
314 
315 /* Define to the type of an unsigned integer type of width exactly 16 bits if
316  such a type exists and the standard includes do not define it. */
317 /* #undef uint16_t */
318 
319 /* Define to the type of an unsigned integer type of width exactly 32 bits if
320  such a type exists and the standard includes do not define it. */
321 /* #undef uint32_t */
322 
323 /* Define to the type of an unsigned integer type of width exactly 64 bits if
324  such a type exists and the standard includes do not define it. */
325 /* #undef uint64_t */
326 
327 /* Define to the type of an unsigned integer type of width exactly 8 bits if
328  such a type exists and the standard includes do not define it. */
329 /* #undef uint8_t */
330 
331 /* once: _INCLUDE_NDN_CPP_NDN_CPP_CONFIG_H */
332 #endif