Deleted Added
full compact
pathnames.h (72139) pathnames.h (81965)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)pathnames.h 8.1 (Berkeley) 6/4/93
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)pathnames.h 8.1 (Berkeley) 6/4/93
34 * $FreeBSD: head/contrib/telnet/telnetd/pathnames.h 72139 2001-02-07 21:58:16Z asmodai $
34 * $FreeBSD: head/contrib/telnet/telnetd/pathnames.h 81965 2001-08-20 12:28:40Z markm $
35 */
36
37#if BSD > 43
38
39# include <paths.h>
40
41# ifndef _PATH_LOGIN
42# define _PATH_LOGIN "/usr/bin/login"
43# endif
44
45#else
35 */
36
37#if BSD > 43
38
39# include <paths.h>
40
41# ifndef _PATH_LOGIN
42# define _PATH_LOGIN "/usr/bin/login"
43# endif
44
45#else
46
46
47# define _PATH_TTY "/dev/tty"
48# ifndef _PATH_LOGIN
49# define _PATH_LOGIN "/bin/login"
50# endif
51
52#endif
53
54#ifdef BFTPDAEMON
55#define BFTPPATH "/usr/ucb/bftp"
56#endif /* BFTPDAEMON */
47# define _PATH_TTY "/dev/tty"
48# ifndef _PATH_LOGIN
49# define _PATH_LOGIN "/bin/login"
50# endif
51
52#endif
53
54#ifdef BFTPDAEMON
55#define BFTPPATH "/usr/ucb/bftp"
56#endif /* BFTPDAEMON */