#include <fstream>
#include <sstream>
#include <cstring>
#include "incroncfg.h"
Defines | |
#define | INCRON_CFG_DEFAULT "/etc/incron.conf" |
Typedefs | |
typedef std::map< std::string, std::string > | CFG_MAP |
typedef CFG_MAP::iterator | CFG_ITER |
incron configuration
Copyright (C) 2007, 2008 Lukas Jelinek, <lukas@aiken.cz>
This program is free software; you can use it, redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see LICENSE-GPL).
#define INCRON_CFG_DEFAULT "/etc/incron.conf" |
typedef CFG_MAP::iterator CFG_ITER |
typedef std::map<std::string, std::string> CFG_MAP |