blob: 16c2f777bd11d861a33978d94609254e8b8c51f9 [file] [log] [blame]
Tomas Cejka04e08f42014-03-27 19:52:34 +01001#ifndef MOD_NETCONF_CONFIG_H
2#define MOD_NETCONF_CONFIG_H
3
4/** username for change of UID of process */
5#define SU_USER "@SU_USER@"
6
7/** groupname for change of UID of process */
8#define SU_GROUP "@SU_GROUP@"
9
10/** username for change of ownership of socket file */
11#define CHOWN_USER "@CHOWN_USER@"
12
13/** groupname for change of ownership of socket file */
14#define CHOWN_GROUP "@CHOWN_GROUP@"
15
16
17#endif
18