Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/obsolete/set_auto_include_string b/doc/obsolete/set_auto_include_string
new file mode 100644
index 0000000..5a3823d
--- /dev/null
+++ b/doc/obsolete/set_auto_include_string
@@ -0,0 +1,28 @@
+
+ **********************************************************
+ * 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