.. hook:: H_AUTO_INCLUDE :arg string value: :arg closure value: string (string base_file, string current_file, int sys_include) Optional hook specifying a string to be included before the source of every compiled LPC object. Hook setting can be a string or a closure. If the setting is a string, it will be automatically included before the source of every compiled LPC object. .. todo:: Could probably think through how each form of a single value gets documented a little more clearly... If the setting is a closure, it is called for every file opened by the compiler. will be the filename of the compiled object, the name of a file included directly or indirectly by the . When the itself is opened, will be 0. For an included file, will be TRUE if it is a <>-type include. If the result from the call is a string, it will be included before the actual text of the file. In both cases, the string will be included as-is; in particular no terminating '\n' will be added. .. seealso:: :overview:`hook`, :hook:`include_dirs`