childprot/ChildProt.hpp
Wolfgang Hottgenroth 695047d6b6 fix
2013-03-27 23:21:56 +01:00

17 lines
236 B
C++

/*
* 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_ */