blob: b52353f9a38f6421391ea059a8c5e1809e97ea88 [file] [log] [blame]
#ifndef MOD_NETCONF_CONFIG_H
#define MOD_NETCONF_CONFIG_H
#define NOTIFICATION_QUEUE_SIZE 10
/** 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