From a5ea2c6f0f8021a337174bd1ab65b46df142181d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 29 Jan 2001 02:09:09 +0000 Subject: [PATCH] (_PATH_BSHELL): add git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9560 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 8345220db..8e548f1ca 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -128,6 +128,10 @@ #define _PATH_VARRUN "/var/run/" #endif +#ifndef _PATH_BSHELL +#define _PATH_BSHELL "/bin/sh" +#endif + #ifndef MAXPATHLEN #define MAXPATHLEN (1024+4) #endif