xref: /csrg-svn/include/paths.h (revision 38218)
138127Sbostic /*
238127Sbostic  * Copyright (c) 1989 The Regents of the University of California.
338127Sbostic  * All rights reserved.
438127Sbostic  *
538127Sbostic  * Redistribution and use in source and binary forms are permitted
638127Sbostic  * provided that the above copyright notice and this paragraph are
738127Sbostic  * duplicated in all such forms and that any documentation,
838127Sbostic  * advertising materials, and other materials related to such
938127Sbostic  * distribution and use acknowledge that the software was developed
1038127Sbostic  * by the University of California, Berkeley.  The name of the
1138127Sbostic  * University may not be used to endorse or promote products derived
1238127Sbostic  * from this software without specific prior written permission.
1338127Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1438127Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1538127Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1638127Sbostic  *
17*38218Sbostic  *	@(#)paths.h	5.2 (Berkeley) 06/04/89
1838127Sbostic  */
1938127Sbostic 
2038127Sbostic #define	_PATH_BSHELL	"/bin/sh"
2138127Sbostic #define	_PATH_CONSOLE	"/dev/console"
2238127Sbostic #define	_PATH_CSHELL	"/bin/csh"
2338127Sbostic #define	_PATH_DEV	"/dev/"
2438127Sbostic #define	_PATH_DEVNULL	"/dev/null"
2538127Sbostic #define	_PATH_DRUM	"/dev/drum"
2638127Sbostic #define	_PATH_KMEM	"/dev/kmem"
2738127Sbostic #define	_PATH_MEM	"/dev/mem"
28*38218Sbostic #define	_PATH_SENDMAIL	"/usr/sbin/sendmail"
2938127Sbostic #define	_PATH_TMP	"/tmp/"
3038127Sbostic #define	_PATH_TTY	"/dev/tty"
3138127Sbostic #define	_PATH_UNIX	"/vmunix"
3238127Sbostic #define	_PATH_VI	"/usr/bin/vi"
33