blob: 16c2f777bd11d861a33978d94609254e8b8c51f9 [file] [log] [blame]
#ifndef MOD_NETCONF_CONFIG_H
#define MOD_NETCONF_CONFIG_H
/** username for change of UID of process */
#define SU_USER "@SU_USER@"
/** groupname for change of UID of process */
#define SU_GROUP "@SU_GROUP@"
/** username for change of ownership of socket file */
#define CHOWN_USER "@CHOWN_USER@"
/** groupname for change of ownership of socket file */
#define CHOWN_GROUP "@CHOWN_GROUP@"
#endif