137262Sbostic /* 237262Sbostic * Copyright (c) 1989 The Regents of the University of California. 337262Sbostic * All rights reserved. 437262Sbostic * 537262Sbostic * Redistribution and use in source and binary forms are permitted 637262Sbostic * provided that the above copyright notice and this paragraph are 737262Sbostic * duplicated in all such forms and that any documentation, 837262Sbostic * advertising materials, and other materials related to such 937262Sbostic * distribution and use acknowledge that the software was developed 1037262Sbostic * by the University of California, Berkeley. The name of the 1137262Sbostic * University may not be used to endorse or promote products derived 1237262Sbostic * from this software without specific prior written permission. 1337262Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 1437262Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 1537262Sbostic * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1637262Sbostic * 17*38424Sbostic * @(#)pathnames.h 5.3 (Berkeley) 07/06/89 1837262Sbostic */ 1937262Sbostic 2037964Sbostic #include <paths.h> 2137964Sbostic 22*38424Sbostic #define _PATH_MSGBUF "/var/log/msgbuf" 23