don't depend on paths.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6015 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,7 +40,9 @@ RCSID("$Id$");
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
#ifdef HAVE_PATHS_H
|
||||
#include <paths.h>
|
||||
#endif
|
||||
|
||||
#include <pwd.h>
|
||||
|
||||
@@ -53,6 +55,10 @@ RCSID("$Id$");
|
||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||
#endif
|
||||
|
||||
#ifndef _PATH_BSHELL
|
||||
#define _PATH_BSHELL "/bin/sh"
|
||||
#endif
|
||||
|
||||
int kerberos_flag = 1;
|
||||
int csh_f_flag;
|
||||
int full_login;
|
||||
|
Reference in New Issue
Block a user