git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1835 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-01 22:56:44 +00:00
parent f857b2866a
commit fe1b022c14

View File

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