fix exit change; major whitespace cleanup
[unix-history] / usr / src / usr.bin / login / pathnames.h
CommitLineData
3c4adc3c 1/*-
f59de2b0
KB
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
3c4adc3c 5 * %sccs.include.redist.c%
f59de2b0 6 *
3c4adc3c 7 * @(#)pathnames.h 5.7 (Berkeley) %G%
f59de2b0
KB
8 */
9
9a8e6d74
KB
10#include <paths.h>
11
f59de2b0 12#define _PATH_HUSHLOGIN ".hushlogin"
f59de2b0 13#define _PATH_MOTDFILE "/etc/motd"