aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1995-01-31 23:12:53 +0000
committerBill Paul <wpaul@FreeBSD.org>1995-01-31 23:12:53 +0000
commitc70242ae20b3b24d97b2868c2e0fdb77ec40b0af (patch)
treed0af02c36074f70982949ab0c1476fe7e1b73444 /include
parent5319d4525a3ac1cf3af363e3e0f2acf048f7ea56 (diff)
downloadsrc-c70242ae20b3b24d97b2868c2e0fdb77ec40b0af.tar.gz
src-c70242ae20b3b24d97b2868c2e0fdb77ec40b0af.zip
Need _PATH_YP for ypserver stuff.
Notes
Notes: svn path=/head/; revision=6083
Diffstat (limited to 'include')
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index 059807754cff..0c39a22e8b80 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -68,6 +68,7 @@
#define _PATH_VARDB "/var/db/"
#define _PATH_VARRUN "/var/run/"
#define _PATH_VARTMP "/var/tmp/"
+#define _PATH_YP "/var/yp/"
/* How to get the correct name of the kernel. */
__BEGIN_DECLS