blob: c75fcebf9ce68d0db023df6863e435860dc17430 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// pathd.h - sym. Konstanten fuer den PATHD
4//
5// $Id: pathd.h 6415 2007-08-10 19:24:04Z Zesstra $
6
7#ifndef _PATHD_H_
8#define _PATHD_H_
9
10#define PATHD "/p/daemon/pathd"
11
12#endif /* _PATHD_H_ */
13