Constant MAX_INCLUSION_DEPTH

Source
const MAX_INCLUSION_DEPTH: u8 = 100;
Expand description

Maximum nesting of #include directives, same value as Xlib uses. After following this many #include directives, further includes are ignored.