Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* 1 if have the `boost::shared_ptr' class. */ |
| 4 | #undef HAVE_BOOST_SHARED_PTR |
| 5 | |
Jeff Thompson | 1b8f4c9 | 2013-06-19 16:18:46 -0700 | [diff] [blame] | 6 | /* define if the compiler supports basic C++11 syntax */ |
| 7 | #undef HAVE_CXX11 |
| 8 | |
Jeff Thompson | c804d52 | 2013-06-27 16:54:27 -0700 | [diff] [blame] | 9 | /* 1 if have memcpy in memory.h. */ |
| 10 | #undef HAVE_MEMCPY |
| 11 | |
| 12 | /* 1 if have memset in memory.h. */ |
| 13 | #undef HAVE_MEMSET |
| 14 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 15 | /* 1 if have the `std::shared_ptr' class. */ |
| 16 | #undef HAVE_STD_SHARED_PTR |
| 17 | |
Jeff Thompson | 1a1b4c0 | 2013-06-28 22:28:51 -0700 | [diff] [blame] | 18 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 19 | #undef NO_MINUS_C_MINUS_O |
| 20 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 21 | /* Define to the address where bug reports for this package should be sent. */ |
| 22 | #undef PACKAGE_BUGREPORT |
| 23 | |
| 24 | /* Define to the full name of this package. */ |
| 25 | #undef PACKAGE_NAME |
| 26 | |
| 27 | /* Define to the full name and version of this package. */ |
| 28 | #undef PACKAGE_STRING |
| 29 | |
| 30 | /* Define to the one symbol short name of this package. */ |
| 31 | #undef PACKAGE_TARNAME |
| 32 | |
| 33 | /* Define to the home page for this package. */ |
| 34 | #undef PACKAGE_URL |
| 35 | |
| 36 | /* Define to the version of this package. */ |
| 37 | #undef PACKAGE_VERSION |