1 #ifndef CONFIGURATION_H_
2 #define CONFIGURATION_H_
6 #include <boost/program_options.hpp>
7 #include <netinet/in.h>
9 namespace remote
{ namespace diku_mch
{
11 namespace po
= boost::program_options
;
16 static void read( int ac
, char** av
);
17 static po::variables_map vm
;
21 #endif /*CONFIGURATION_H_*/