/* * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% * * @(#)pathnames.h 5.8 (Berkeley) 05/22/93 */ #define _PATH_BIN "/bin" #define _PATH_DOTCSHRC "/etc/csh.cshrc" #define _PATH_DOTLOGIN "/etc/csh.login" #define _PATH_DOTLOGOUT "/etc/csh.logout" #define _PATH_LOGIN "/usr/bin/login" #define _PATH_USRBIN "/usr/bin"