xref: /csrg-svn/libexec/rshd/pathnames.h (revision 37698)
137293Sbostic /*
237293Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337293Sbostic  * All rights reserved.
437293Sbostic  *
537293Sbostic  * Redistribution and use in source and binary forms are permitted
637293Sbostic  * provided that the above copyright notice and this paragraph are
737293Sbostic  * duplicated in all such forms and that any documentation,
837293Sbostic  * advertising materials, and other materials related to such
937293Sbostic  * distribution and use acknowledge that the software was developed
1037293Sbostic  * by the University of California, Berkeley.  The name of the
1137293Sbostic  * University may not be used to endorse or promote products derived
1237293Sbostic  * from this software without specific prior written permission.
1337293Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437293Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537293Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637293Sbostic  *
17*37698Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 05/09/89
1837293Sbostic  */
1937293Sbostic 
20*37698Sbostic #include <paths.h>
21*37698Sbostic 
22*37698Sbostic #define	_PATH_DEFPATH	"PATH=/bin:/usr/bin:"
2337293Sbostic #define	_PATH_NOLOGIN	"/etc/nologin"
24