#ifndef RC_VARS_DEFINED static CONFIG_FILE cf_clients("/etc/raddb/clients", help_nil, CONFIGF_MANAGED); static CONFIG_FILE cf_hints("/etc/raddb/hints", help_nil, CONFIGF_MANAGED); static CONFIG_FILE cf_huntgroups("/etc/raddb/huntgroups", help_nil, CONFIGF_MANAGED); static CONFIG_FILE cf_naslist("/etc/raddb/naslist", help_nil, CONFIGF_MANAGED); static CONFIG_FILE cf_naspasswd("/etc/raddb/naspasswd", help_nil, CONFIGF_MANAGED); static CONFIG_FILE cf_realms("/etc/raddb/realms", help_nil, CONFIGF_MANAGED); static CONFIG_FILE cf_users("/etc/raddb/users", help_nil, CONFIGF_MANAGED); HELP_FILE hf_clients("radiusconf", "clients"); HELP_FILE hf_hints("radiusconf", "hints"); HELP_FILE hf_huntgroups("radiusconf", "huntgroups"); HELP_FILE hf_naslist("radiusconf", "naslist"); HELP_FILE hf_naspasswd("radiusconf", "naspasswd"); HELP_FILE hf_realms("radiusconf", "realms"); HELP_FILE hf_users("radiusconf", "users"); HELP_FILE hf_general_list("radiusconf", "general_list"); HELP_FILE hf_general_list2("radiusconf", "general_list2"); #define RC_VARS_DEFINED #endif