| #ifndef W_SRC_NDN_CXX_CONFIG_HPP_WAF |
| #define W_SRC_NDN_CXX_CONFIG_HPP_WAF |
| |
| // Uncomment this after switch to clang/libc++ |
| // #define NDN_CXX_HAVE_STD_TO_STRING 1 |
| |
| #define NDN_CXX_HAVE_VECTOR_INSERT_ERASE_CONST_ITERATOR 1 |
| #define NDN_CXX_HAVE_IS_DEFAULT_CONSTRUCTIBLE 1 |
| #define NDN_CXX_HAVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE 1 |
| #define NDN_CXX_HAVE_IS_NOTHROW_MOVE_ASSIGNABLE 1 |
| #define NDN_CXX_HAVE_PTHREAD 1 |
| #define NDN_CXX_HAVE_RT 1 |
| #define NDN_CXX_HAVE_RTNETLINK 1 |
| #define NDN_CXX_HAVE_SQLITE3 1 |
| #define NDN_CXX_HAVE_OPENSSL 1 |
| #define NDN_CXX_SYSCONFDIR "./etc" |
| #define NDN_CXX_NDEBUG 1 |
| #define NDEBUG 1 |
| #define HAVE_NDN_CXX_CUSTOM_LOGGER 1 |
| |
| #endif /* W_SRC_NDN_CXX_CONFIG_HPP_WAF */ |