137260Sbostic /* 237260Sbostic * Copyright (c) 1989 The Regents of the University of California. 337260Sbostic * All rights reserved. 437260Sbostic * 537260Sbostic * Redistribution and use in source and binary forms are permitted 637260Sbostic * provided that the above copyright notice and this paragraph are 737260Sbostic * duplicated in all such forms and that any documentation, 837260Sbostic * advertising materials, and other materials related to such 937260Sbostic * distribution and use acknowledge that the software was developed 1037260Sbostic * by the University of California, Berkeley. The name of the 1137260Sbostic * University may not be used to endorse or promote products derived 1237260Sbostic * from this software without specific prior written permission. 1337260Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 1437260Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 1537260Sbostic * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1637260Sbostic * 17*37945Sbostic * @(#)pathnames.h 5.2 (Berkeley) 05/11/89 1837260Sbostic */ 1937260Sbostic 20*37945Sbostic #include <paths.h> 21*37945Sbostic 2237260Sbostic #define _PATH_BOOTDIR "/usr/mdec" 23*37945Sbostic #undef _PATH_TMP 24*37945Sbostic #define _PATH_TMP "/tmp/EdDk.aXXXXXX" 25