blob: 5a3823d6d2427f3c685cf4e5e2a11198b3fe366a [file] [log] [blame]
**********************************************************
* ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
**********************************************************
SYNOPSIS
void set_auto_include_string (string arg)
DESCRIPTION
The arg will be automatically included into every compiled LPC
object. This is useful to enforce global definitions, e.g.
``#pragma combine_strings'' or ``#pragma strict_types''. The
calling object needs to be privileged by the master object.
Note that the auto-include-string is cleared when the master
object is reloaded.
HISTORY
LDMud 3.2.9 replaced this efun with driver hook H_AUTO_INCLUDE.
This old version is available if the driver is compiled
with USE_DEPRECATED.
Removed in LDMud 3.3.
SEE ALSO
set_driver_hook(E), privilege_violation(M), pragma(LPC), master(M)
29.10.2006 Zesstra