Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
refs/heads/master
/
.
/
sys
/
pathd.h
blob: c75fcebf9ce68d0db023df6863e435860dc17430 [
file
] [
log
] [
blame
]
MG Mud User
88f1247
2016-06-24 23:31:02 +0200
[
diff
] [
blame
]
1
// 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