add otp and /etc/environment
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 1999 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -86,6 +86,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <kafs.h>
|
#include <kafs.h>
|
||||||
|
|
||||||
|
#ifdef OTP
|
||||||
|
#include <otp.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_BSHELL
|
#ifndef _PATH_BSHELL
|
||||||
#define _PATH_BSHELL "/bin/sh"
|
#define _PATH_BSHELL "/bin/sh"
|
||||||
#endif
|
#endif
|
||||||
@@ -121,6 +125,10 @@
|
|||||||
#define _PATH_LOGIN_CONF "/etc/login.conf"
|
#define _PATH_LOGIN_CONF "/etc/login.conf"
|
||||||
#endif /* _PATH_LOGIN_CONF */
|
#endif /* _PATH_LOGIN_CONF */
|
||||||
|
|
||||||
|
#ifndef _PATH_ETC_ENVIRONMENT
|
||||||
|
#define _PATH_ETC_ENVIRONMENT "/etc/environment"
|
||||||
|
#endif
|
||||||
|
|
||||||
struct spwd;
|
struct spwd;
|
||||||
|
|
||||||
#include "login_protos.h"
|
#include "login_protos.h"
|
||||||
|
Reference in New Issue
Block a user