xref: /csrg-svn/include/paths.h (revision 38127)
1*38127Sbostic /*
2*38127Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3*38127Sbostic  * All rights reserved.
4*38127Sbostic  *
5*38127Sbostic  * Redistribution and use in source and binary forms are permitted
6*38127Sbostic  * provided that the above copyright notice and this paragraph are
7*38127Sbostic  * duplicated in all such forms and that any documentation,
8*38127Sbostic  * advertising materials, and other materials related to such
9*38127Sbostic  * distribution and use acknowledge that the software was developed
10*38127Sbostic  * by the University of California, Berkeley.  The name of the
11*38127Sbostic  * University may not be used to endorse or promote products derived
12*38127Sbostic  * from this software without specific prior written permission.
13*38127Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*38127Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*38127Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*38127Sbostic  *
17*38127Sbostic  *	@(#)paths.h	5.1 (Berkeley) 05/24/89
18*38127Sbostic  */
19*38127Sbostic 
20*38127Sbostic #define	_PATH_BSHELL	"/bin/sh"
21*38127Sbostic #define	_PATH_CONSOLE	"/dev/console"
22*38127Sbostic #define	_PATH_CSHELL	"/bin/csh"
23*38127Sbostic #define	_PATH_DEV	"/dev/"
24*38127Sbostic #define	_PATH_DEVNULL	"/dev/null"
25*38127Sbostic #define	_PATH_DRUM	"/dev/drum"
26*38127Sbostic #define	_PATH_KMEM	"/dev/kmem"
27*38127Sbostic #define	_PATH_MEM	"/dev/mem"
28*38127Sbostic #define	_PATH_TMP	"/tmp/"
29*38127Sbostic #define	_PATH_TTY	"/dev/tty"
30*38127Sbostic #define	_PATH_UNIX	"/vmunix"
31*38127Sbostic #define	_PATH_VI	"/usr/bin/vi"
32