xref: /csrg-svn/old/implog/pathnames.h (revision 38072)
137277Sbostic /*
237277Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337277Sbostic  * All rights reserved.
437277Sbostic  *
537277Sbostic  * Redistribution and use in source and binary forms are permitted
637277Sbostic  * provided that the above copyright notice and this paragraph are
737277Sbostic  * duplicated in all such forms and that any documentation,
837277Sbostic  * advertising materials, and other materials related to such
937277Sbostic  * distribution and use acknowledge that the software was developed
1037277Sbostic  * by the University of California, Berkeley.  The name of the
1137277Sbostic  * University may not be used to endorse or promote products derived
1237277Sbostic  * from this software without specific prior written permission.
1337277Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437277Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537277Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637277Sbostic  *
17*38072Sbostic  *	@(#)pathnames.h	5.3 (Berkeley) 05/19/89
1837277Sbostic  */
1937277Sbostic 
2037965Sbostic #include <paths.h>
2137965Sbostic 
22*38072Sbostic #define	_PATH_IMPLOG	"/var/log/implog"
23