re-oder
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1835 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -151,21 +151,6 @@
|
||||
#include <paths.h>
|
||||
#endif
|
||||
|
||||
/* Don't use the system login, use our version instead */
|
||||
|
||||
#undef _PATH_LOGIN
|
||||
#define _PATH_LOGIN BINDIR "/login"
|
||||
|
||||
/* fallbacks */
|
||||
|
||||
#ifndef _PATH_DEV
|
||||
#define _PATH_DEV "/dev/"
|
||||
#endif
|
||||
|
||||
#ifndef _PATH_TTY
|
||||
#define _PATH_TTY "/dev/tty"
|
||||
#endif /* _PATH_TTY */
|
||||
|
||||
#include <protos.h>
|
||||
|
||||
#ifdef SOCKS
|
||||
@@ -187,6 +172,21 @@
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
/* Don't use the system login, use our version instead */
|
||||
|
||||
#undef _PATH_LOGIN
|
||||
#define _PATH_LOGIN BINDIR "/login"
|
||||
|
||||
/* fallbacks */
|
||||
|
||||
#ifndef _PATH_DEV
|
||||
#define _PATH_DEV "/dev/"
|
||||
#endif
|
||||
|
||||
#ifndef _PATH_TTY
|
||||
#define _PATH_TTY "/dev/tty"
|
||||
#endif /* _PATH_TTY */
|
||||
|
||||
#ifdef DIAGNOSTICS
|
||||
#define DIAG(a,b) if (diagnostic & (a)) b
|
||||
#else
|
||||
|
Reference in New Issue
Block a user