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