blob: f669a937772e75764e38c0de1f7c7e76632464ad [file] [log] [blame]
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08001#ifndef W_SRC_NDN_CXX_CONFIG_HPP_WAF
2#define W_SRC_NDN_CXX_CONFIG_HPP_WAF
3
Alexander Afanasyeva8d404b2016-11-05 10:07:08 -06004#define NDN_CXX_HAVE_STD_TO_STRING 1
5#define NDN_CXX_HAVE_VECTOR_INSERT_ERASE_CONST_ITERATOR 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08006#define NDN_CXX_HAVE_IS_DEFAULT_CONSTRUCTIBLE 1
Alexander Afanasyevaacd65b2015-09-04 14:07:07 -07007#define NDN_CXX_HAVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE 1
8#define NDN_CXX_HAVE_IS_NOTHROW_MOVE_ASSIGNABLE 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08009#define NDN_CXX_HAVE_RT
Alexander Afanasyeva8d404b2016-11-05 10:07:08 -060010#define NDN_CXX_HAVE_PTHREAD 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080011#define NDN_CXX_HAVE_SQLITE3 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080012#define NDN_CXX_SYSCONFDIR "./etc"
Alexander Afanasyeva8d404b2016-11-05 10:07:08 -060013#define NDN_CXX_NDEBUG 1
14#define NDEBUG 1
15#define HAVE_NDN_CXX_CUSTOM_LOGGER 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080016
17#endif /* W_SRC_NDN_CXX_CONFIG_HPP_WAF */