//method for processing configuration #ifndef SIRIEL_CONFIGURATION #define SIRIEL_CONFIGURATION using namespace std; #include #include int load_hash( map &data, string fname, string aname ); #endif