xref: /csrg-svn/usr.bin/ranlib/pathnames.h (revision 46014)
1*46014Sbostic /*-
2*46014Sbostic  * Copyright (c) 1990 The Regents of the University of California.
3*46014Sbostic  * All rights reserved.
4*46014Sbostic  *
5*46014Sbostic  * This code is derived from software contributed to Berkeley by
6*46014Sbostic  * Hugh Smith at The University of Guelph.
7*46014Sbostic  *
8*46014Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 01/18/91
9*46014Sbostic  */
10*46014Sbostic 
11*46014Sbostic #define _PATH_RANTMP	"/tmp/ranlib.XXXXXX"
12