17 lines
236 B
C++
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_ */
|