138570Sbostic /* 238570Sbostic * Copyright (c) 1989 The Regents of the University of California. 338570Sbostic * All rights reserved. 438570Sbostic * 538570Sbostic * Redistribution and use in source and binary forms are permitted 638570Sbostic * provided that the above copyright notice and this paragraph are 738570Sbostic * duplicated in all such forms and that any documentation, 838570Sbostic * advertising materials, and other materials related to such 938570Sbostic * distribution and use acknowledge that the software was developed 1038570Sbostic * by the University of California, Berkeley. The name of the 1138570Sbostic * University may not be used to endorse or promote products derived 1238570Sbostic * from this software without specific prior written permission. 1338570Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 1438570Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 1538570Sbostic * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1638570Sbostic * 17*46851Scael * @(#)pathnames.h 5.3 (Berkeley) 03/01/91 1838570Sbostic */ 1938570Sbostic 2042856Skarels #define _PATH_TMAC "/usr/share/tmac/tmac." 2142856Skarels #define _PATH_LOCAL_TMAC "/usr/local/lib/tmac/tmac." 2242856Skarels #define _PATH_TERM "/usr/libdata/term/tab" 23*46851Scael #define _PATH_TRACCT "/var/account/tracct" 24