date and time created 91/03/07 20:28:05 by bostic
[unix-history] / usr / src / bin / csh / pathnames.h
CommitLineData
4cc5bf93
KB
1/*
2 * Copyright (c) 1988 The Regents of the University of California.
3 * All rights reserved.
4 *
27c71911 5 * %sccs.include.redist.c%
4cc5bf93 6 *
27c71911 7 * @(#)pathnames.h 5.5 (Berkeley) %G%
4cc5bf93 8 */
0fb2a76f 9#include <paths.h>
4cc5bf93 10
37c9c5f3 11#define _PATH_BIN "/bin"
4cc5bf93
KB
12#define _PATH_DOTCSHRC "/etc/csh.cshrc"
13#define _PATH_DOTLOGIN "/etc/csh.login"
14#define _PATH_DOTLOGOUT "/etc/csh.logout"
0fb2a76f 15#define _PATH_LOGIN "/usr/bin/login"
37c9c5f3 16#define _PATH_USRBIN "/usr/bin"