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>
|
#include <paths.h>
|
||||||
#endif
|
#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>
|
#include <protos.h>
|
||||||
|
|
||||||
#ifdef SOCKS
|
#ifdef SOCKS
|
||||||
@@ -187,6 +172,21 @@
|
|||||||
|
|
||||||
#include <roken.h>
|
#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
|
#ifdef DIAGNOSTICS
|
||||||
#define DIAG(a,b) if (diagnostic & (a)) b
|
#define DIAG(a,b) if (diagnostic & (a)) b
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user