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:
Johan Danielsson
1999-04-20 11:25:46 +00:00
parent 1a9f3e710a
commit 55f24fcc4b

View File

@@ -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;