childprot/ChildProt.hpp

17 lines
236 B
C++
Raw Normal View History

2013-03-27 20:56:17 +01:00
/*
* ChildProt.hpp
*
* Created on: 27.03.2013
* Author: wn
*/
#ifndef CHILDPROT_HPP_
#define CHILDPROT_HPP_
#include <string>
2013-03-27 23:21:56 +01:00
const std::string DATABASE_FILE = "/etc/postfix/children.sqlite";
2013-03-27 20:56:17 +01:00
#endif /* CHILDPROT_HPP_ */