break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / bin / csh / pathnames.h
CommitLineData
4cc5bf93 1/*
ed72f0a0
KB
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4cc5bf93 4 *
27c71911 5 * %sccs.include.redist.c%
4cc5bf93 6 *
ed72f0a0 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
4cc5bf93
KB
8 */
9
37c9c5f3 10#define _PATH_BIN "/bin"
4cc5bf93
KB
11#define _PATH_DOTCSHRC "/etc/csh.cshrc"
12#define _PATH_DOTLOGIN "/etc/csh.login"
13#define _PATH_DOTLOGOUT "/etc/csh.logout"
0fb2a76f 14#define _PATH_LOGIN "/usr/bin/login"
37c9c5f3 15#define _PATH_USRBIN "/usr/bin"