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