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