don't put anything after the #else or #endif's, unless it's a comment
[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 *
b9c4f741 7 * @(#)pathnames.h 5.6 (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"