NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
config.hpp
Go to the documentation of this file.
1 /* WARNING! All changes made to this file will be lost! */
2 
3 #ifndef W_CONFIG_HPP_WAF
4 #define W_CONFIG_HPP_WAF
5 
6 #define HAVE_IS_DEFAULT_CONSTRUCTIBLE 1
7 #define HAVE_IS_MOVE_CONSTRUCTIBLE 1
8 #define HAVE_CXX_OVERRIDE 1
9 #define HAVE_STD_TO_STRING 1
10 /* #undef HAVE_LIBRT */
11 #define HAVE_LIBRESOLV 1
12 #define HAVE_PRIVILEGE_DROP_AND_ELEVATE 1
13 #define HAVE_IFADDRS_H 1
14 #define HAVE_UNIX_SOCKETS 1
15 #define HAVE_ASIO_PCAP_SUPPORT 1
16 #define HAVE_LIBPCAP 1
17 #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
18 #define DEFAULT_CONFIG_FILE "/usr/local/etc/ndn/nfd.conf"
19 #define NDEBUG 1
20 
21 #endif /* W_CONFIG_HPP_WAF */