blob: 5a3823d6d2427f3c685cf4e5e2a11198b3fe366a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 void set_auto_include_string (string arg)
8
9DESCRIPTION
10
11 The arg will be automatically included into every compiled LPC
12 object. This is useful to enforce global definitions, e.g.
13 ``#pragma combine_strings'' or ``#pragma strict_types''. The
14 calling object needs to be privileged by the master object.
15
16 Note that the auto-include-string is cleared when the master
17 object is reloaded.
18
19HISTORY
20 LDMud 3.2.9 replaced this efun with driver hook H_AUTO_INCLUDE.
21 This old version is available if the driver is compiled
22 with USE_DEPRECATED.
23 Removed in LDMud 3.3.
24
25SEE ALSO
26 set_driver_hook(E), privilege_violation(M), pragma(LPC), master(M)
27
2829.10.2006 Zesstra