blob: 92a02e8961e0e098e28a1d80b2564ded3b216397 [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
4#define NDN_CXX_HAVE_IS_DEFAULT_CONSTRUCTIBLE 1
Alexander Afanasyevaacd65b2015-09-04 14:07:07 -07005#define NDN_CXX_HAVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE 1
6#define NDN_CXX_HAVE_IS_NOTHROW_MOVE_ASSIGNABLE 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08007#define NDN_CXX_HAVE_CXX_FRIEND_TYPENAME 1
Alexander Afanasyevedf1e2b2015-04-19 19:31:17 -07008#define NDN_CXX_HAVE_CXX_OVERRIDE_FINAL 1
Alexander Afanasyevaacd65b2015-09-04 14:07:07 -07009#define NDN_CXX_NDN_CXX_HAVE_VECTOR_INSERT_ERASE_CONST_ITERATOR 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080010#define NDN_CXX_HAVE_PTHREAD 1
11#define NDN_CXX_HAVE_RT
12#define NDN_CXX_HAVE_SQLITE3 1
13#define NDN_CXX_HAVE_CRYPTOPP_CONFIG_H 1
14#define NDN_CXX_SYSCONFDIR "./etc"
15
16#endif /* W_SRC_NDN_CXX_CONFIG_HPP_WAF */