Alexander Afanasyev | 087c7c1 | 2015-02-02 00:21:21 -0800 | [diff] [blame] | 1 | #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 |
| 7 | #define HAVE_LIBRT |
| 8 | #define HAVE_LIBRESOLV |
| 9 | /*#undef HAVE_UNIX_SOCKETS*/ |
| 10 | #define DEFAULT_CONFIG_FILE "./nfd.conf" |
Alexander Afanasyev | 216df01 | 2015-02-10 17:35:46 -0800 | [diff] [blame^] | 11 | #define HAVE_CUSTOM_LOGGER 1 |
Alexander Afanasyev | 087c7c1 | 2015-02-02 00:21:21 -0800 | [diff] [blame] | 12 | |
| 13 | #endif /* W_CONFIG_HPP_WAF */ |