blob: bcbd6a6fb6fd405c8ba890bb016ea1cdbd7cb39e [file] [log] [blame]
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08001#ifndef W_CONFIG_HPP_WAF
2#define W_CONFIG_HPP_WAF
3
4#define HAVE_IS_DEFAULT_CONSTRUCTIBLE 1
5#define HAVE_IS_MOVE_CONSTRUCTIBLE 1
6#define HAVE_CXX_OVERRIDE 1
Alexander Afanasyevedf1e2b2015-04-19 19:31:17 -07007#define HAVE_STD_TO_STRING 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08008#define HAVE_LIBRT
9#define HAVE_LIBRESOLV
10/*#undef HAVE_UNIX_SOCKETS*/
Alexander Afanasyevedf1e2b2015-04-19 19:31:17 -070011#define HAVE_WEBSOCKET 1
12#define _WEBSOCKETPP_CPP11_STL_ 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080013#define DEFAULT_CONFIG_FILE "./nfd.conf"
Alexander Afanasyev216df012015-02-10 17:35:46 -080014#define HAVE_CUSTOM_LOGGER 1
Alexander Afanasyevedf1e2b2015-04-19 19:31:17 -070015#define NDEBUG 1
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080016
17#endif /* W_CONFIG_HPP_WAF */