xref: /csrg-svn/libexec/telnetd/pathnames.h (revision 61451)
137304Sbostic /*
2*61451Sbostic  * Copyright (c) 1989, 1993
3*61451Sbostic  *	The Regents of the University of California.  All rights reserved.
437304Sbostic  *
542673Sbostic  * %sccs.include.redist.c%
637304Sbostic  *
7*61451Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 06/04/93
837304Sbostic  */
937304Sbostic 
1038904Sborman #if BSD > 43
1137992Sbostic 
1238904Sborman # include <paths.h>
1338904Sborman 
1458971Sdab # ifndef _PATH_LOGIN
1558971Sdab #  define	_PATH_LOGIN	"/usr/bin/login"
1658971Sdab # endif
1738904Sborman 
1838904Sborman #else
1938904Sborman 
2038904Sborman # define	_PATH_TTY	"/dev/tty"
2158971Sdab # ifndef _PATH_LOGIN
2258971Sdab #  define	_PATH_LOGIN	"/bin/login"
2358971Sdab # endif
2438904Sborman 
2538904Sborman #endif
2644364Sborman 
2744364Sborman #ifdef BFTPDAEMON
2844364Sborman #define		BFTPPATH	"/usr/ucb/bftp"
2944364Sborman #endif  /* BFTPDAEMON */
30