Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/sys/pathd.h b/sys/pathd.h
new file mode 100644
index 0000000..c75fceb
--- /dev/null
+++ b/sys/pathd.h
@@ -0,0 +1,13 @@
+// MorgenGrauen MUDlib
+//
+// pathd.h - sym. Konstanten fuer den PATHD
+//
+// $Id: pathd.h 6415 2007-08-10 19:24:04Z Zesstra $
+
+#ifndef _PATHD_H_
+#define _PATHD_H_
+
+#define PATHD "/p/daemon/pathd"
+
+#endif /* _PATHD_H_ */
+