Skip to content
Snippets Groups Projects
Commit e8a456f7 authored by rswindell's avatar rswindell
Browse files

Added check_path boolean option to config_t (defaults to TRUE).

parent a314859a
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ typedef struct {
nodecfg_t *nodecfg; /* Each node configuration */
echolist_t *listcfg; /* Each echolist configuration */
areasbbs_t *area; /* Each area configuration */
BOOL check_path; /* Enable circular path detection */
} config_t;
#ifdef __WATCOMC__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment