#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
#include <apt-pkg/strutl.h>
#include <apt-pkg/fileutl.h>
#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
#include <apt-pkg/strutl.h>
#include <apt-pkg/fileutl.h>
// Configuration::Set - Set an integer value /*{{{*/
// ---------------------------------------------------------------------
/* */
// Configuration::Set - Set an integer value /*{{{*/
// ---------------------------------------------------------------------
/* */
// Put the last fragment into the buffer
std::string::const_iterator NonWhitespaceStart = Start;
std::string::const_iterator NonWhitespaceStop = I;
// Put the last fragment into the buffer
std::string::const_iterator NonWhitespaceStart = Start;
std::string::const_iterator NonWhitespaceStop = I;
vector<string> const List = GetListOfFilesInDir(Dir, "conf", true, true);
// Read the files
vector<string> const List = GetListOfFilesInDir(Dir, "conf", true, true);
// Read the files
if (ReadConfigFile(Conf,*I,AsSectional,Depth) == false)
return false;
return true;
if (ReadConfigFile(Conf,*I,AsSectional,Depth) == false)
return false;
return true;