blob: 1abfc76ae445ac1df38011096cf4ae4295f7a88c [file] [log] [blame]
Jeff Thompson39128c62013-06-19 14:08:51 -07001/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* 1 if have the `boost::shared_ptr' class. */
5#define HAVE_BOOST_SHARED_PTR 1
6
7/* 1 if have the `std::shared_ptr' class. */
8#define HAVE_STD_SHARED_PTR 0
9
10/* Define to the address where bug reports for this package should be sent. */
11#define PACKAGE_BUGREPORT ""
12
13/* Define to the full name of this package. */
14#define PACKAGE_NAME "ndn-cpp"
15
16/* Define to the full name and version of this package. */
17#define PACKAGE_STRING "ndn-cpp 0.5"
18
19/* Define to the one symbol short name of this package. */
20#define PACKAGE_TARNAME "ndn-cpp"
21
22/* Define to the home page for this package. */
23#define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
24
25/* Define to the version of this package. */
26#define PACKAGE_VERSION "0.5"