From 654900fea7edfcefe7e3446a7a810840e02c9198 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 8 Dec 1997 14:34:49 +0000 Subject: [PATCH] _PATH_HEQUIV git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4166 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index f7ae4cd2f..234d052b5 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -109,6 +109,10 @@ #define _PATH_DEVNULL "/dev/null" #endif +#ifndef _PATH_HEQUIV +#define _PATH_HEQUIV "/etc/hosts.equiv" +#endif + #ifndef MAXPATHLEN #define MAXPATHLEN (1024+4) #endif