/*
* ChildProt.hpp
*
* Created on: 27.03.2013
* Author: wn
*/
#ifndef CHILDPROT_HPP_
#define CHILDPROT_HPP_
#include <string>
const std::string DATABASE_FILE = "/etc/postfix/children.sqlite";
#endif /* CHILDPROT_HPP_ */