config.h
1 /* include/config.h. Generated from config.h.in by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* 1 if have `__attribute__((deprecated))'. */
5 #define HAVE_ATTRIBUTE_DEPRECATED 1
6 
7 /* define if the Boost library is available */
8 #define HAVE_BOOST
9 
10 /* 1 if have the `boost::function' class. */
11 #define HAVE_BOOST_FUNCTION 1
12 
13 /* define if the Boost::Regex library is available */
14 #define HAVE_BOOST_REGEX
15 
16 /* 1 if have the `boost::shared_ptr' class. */
17 #define HAVE_BOOST_SHARED_PTR 1
18 
19 /* define if the compiler supports basic C++11 syntax */
20 #define HAVE_CXX11 1
21 
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #define HAVE_DLFCN_H 1
24 
25 /* Define to 1 if you have the `gettimeofday' function. */
26 #define HAVE_GETTIMEOFDAY 1
27 
28 /* 1 if have sys/time gmtime support including timegm. */
29 #define HAVE_GMTIME_SUPPORT 1
30 
31 /* 1 if have WinSock2 `htonll'. */
32 #define HAVE_HTONLL 0
33 
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #define HAVE_INTTYPES_H 1
36 
37 /* Define to 1 if you have the `crypto' library (-lcrypto). */
38 #define HAVE_LIBCRYPTO 1
39 
40 /* Define to 1 if you have the `log4cxx' library (-llog4cxx). */
41 #define HAVE_LIBLOG4CXX 1
42 
43 /* Define to 1 if you have the `protobuf' library (-lprotobuf). */
44 #define HAVE_LIBPROTOBUF 1
45 
46 /* Define to 1 if you have the `pthread' library (-lpthread). */
47 #define HAVE_LIBPTHREAD 1
48 
49 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
50 #define HAVE_LIBSQLITE3 1
51 
52 /* 1 if have log4cxx. */
53 #define HAVE_LOG4CXX 1
54 
55 /* Define to 1 if you have the `memcmp' function. */
56 #define HAVE_MEMCMP 1
57 
58 /* Define to 1 if you have the `memcpy' function. */
59 #define HAVE_MEMCPY 1
60 
61 /* Define to 1 if you have the <memory.h> header file. */
62 #define HAVE_MEMORY_H 1
63 
64 /* Define to 1 if you have the `memset' function. */
65 #define HAVE_MEMSET 1
66 
67 /* 1 if have the OSX framework. */
68 #define HAVE_OSX_SECURITY 0
69 
70 /* 1 if have Google Protobuf. */
71 #define HAVE_PROTOBUF 1
72 
73 /* Define to 1 if you have the `round' function. */
74 #define HAVE_ROUND 1
75 
76 /* Have the SQLITE3 library */
77 #define HAVE_SQLITE3
78 
79 /* Define to 1 if you have the `sscanf' function. */
80 #define HAVE_SSCANF 1
81 
82 /* Define to 1 if you have the <stdint.h> header file. */
83 #define HAVE_STDINT_H 1
84 
85 /* Define to 1 if you have the <stdlib.h> header file. */
86 #define HAVE_STDLIB_H 1
87 
88 /* 1 if have the `std::function' class. */
89 #define HAVE_STD_FUNCTION 1
90 
91 /* 1 if have std::regex. */
92 #define HAVE_STD_REGEX 0
93 
94 /* 1 if have the `std::shared_ptr' class. */
95 #define HAVE_STD_SHARED_PTR 1
96 
97 /* Define to 1 if you have the `strchr' function. */
98 #define HAVE_STRCHR 1
99 
100 /* Define to 1 if you have the <strings.h> header file. */
101 #define HAVE_STRINGS_H 1
102 
103 /* Define to 1 if you have the <string.h> header file. */
104 #define HAVE_STRING_H 1
105 
106 /* Define to 1 if you have the <sys/stat.h> header file. */
107 #define HAVE_SYS_STAT_H 1
108 
109 /* Define to 1 if you have the <sys/time.h> header file. */
110 #define HAVE_SYS_TIME_H 1
111 
112 /* Define to 1 if you have the <sys/types.h> header file. */
113 #define HAVE_SYS_TYPES_H 1
114 
115 /* Define to 1 if you have the <time.h> header file. */
116 #define HAVE_TIME_H 1
117 
118 /* Define to 1 if you have the <unistd.h> header file. */
119 #define HAVE_UNISTD_H 1
120 
121 /* Define to the sub-directory where libtool stores uninstalled libraries. */
122 #define LT_OBJDIR ".libs/"
123 
124 /* Define to the address where bug reports for this package should be sent. */
125 #define PACKAGE_BUGREPORT "[email protected]"
126 
127 /* Define to the full name of this package. */
128 #define PACKAGE_NAME "ndn-cpp"
129 
130 /* Define to the full name and version of this package. */
131 #define PACKAGE_STRING "ndn-cpp 0.6"
132 
133 /* Define to the one symbol short name of this package. */
134 #define PACKAGE_TARNAME "ndn-cpp"
135 
136 /* Define to the home page for this package. */
137 #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
138 
139 /* Define to the version of this package. */
140 #define PACKAGE_VERSION "0.6"
141 
142 /* Define to 1 if you have the ANSI C header files. */
143 #define STDC_HEADERS 1
144 
145 /* Define to 1 if BinaryXmlWireFormat should be the default WireFormat. */
146 /* #undef USE_DEFAULT_BINARY_XML */
147 
148 /* Define to 1 if TlvWireFormat should be the default WireFormat. */
149 /* #undef USE_DEFAULT_TLV */
150 
151 /* Define to 1 if func_lib should use boost::function, etc. if available */
152 #define WITH_BOOST_FUNCTION 1
153 
154 /* Define to 1 if ptr_lib should use boost::shared_ptr, etc. if available */
155 #define WITH_BOOST_SHARED_PTR 1
156 
157 /* Define to 1 if the OS X Keychain should be the default private key store.
158  */
159 #define WITH_OSX_KEYCHAIN 0
160 
161 /* Define to 1 if func_lib should use std::function, etc. if available */
162 #define WITH_STD_FUNCTION 1
163 
164 /* Define to 1 if ptr_lib should use std::shared_ptr, etc. if available */
165 #define WITH_STD_SHARED_PTR 1
166 
167 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
168  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
169  #define below would cause a syntax error. */
170 /* #undef _UINT32_T */
171 
172 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
173  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
174  #define below would cause a syntax error. */
175 /* #undef _UINT64_T */
176 
177 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
178  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
179  #define below would cause a syntax error. */
180 /* #undef _UINT8_T */
181 
182 /* Define to `__inline__' or `__inline' if that's what the C compiler
183  calls it, or to nothing if 'inline' is not supported under any name. */
184 #ifndef __cplusplus
185 /* #undef inline */
186 #endif
187 
188 /* Define to the type of a signed integer type of width exactly 16 bits if
189  such a type exists and the standard includes do not define it. */
190 /* #undef int16_t */
191 
192 /* Define to the type of a signed integer type of width exactly 32 bits if
193  such a type exists and the standard includes do not define it. */
194 /* #undef int32_t */
195 
196 /* Define to the type of a signed integer type of width exactly 64 bits if
197  such a type exists and the standard includes do not define it. */
198 /* #undef int64_t */
199 
200 /* Define to the type of a signed integer type of width exactly 8 bits if such
201  a type exists and the standard includes do not define it. */
202 /* #undef int8_t */
203 
204 /* Define to `unsigned int' if <sys/types.h> does not define. */
205 /* #undef size_t */
206 
207 /* Define to the type of an unsigned integer type of width exactly 16 bits if
208  such a type exists and the standard includes do not define it. */
209 /* #undef uint16_t */
210 
211 /* Define to the type of an unsigned integer type of width exactly 32 bits if
212  such a type exists and the standard includes do not define it. */
213 /* #undef uint32_t */
214 
215 /* Define to the type of an unsigned integer type of width exactly 64 bits if
216  such a type exists and the standard includes do not define it. */
217 /* #undef uint64_t */
218 
219 /* Define to the type of an unsigned integer type of width exactly 8 bits if
220  such a type exists and the standard includes do not define it. */
221 /* #undef uint8_t */