xref: /original-bsd/usr.bin/ar/pathnames.h (revision 08eb28af)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Hugh Smith at The University of Guelph.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)pathnames.h	5.4 (Berkeley) 04/12/91
11  */
12 
13 #define	_NAME_ARTMP	"ar.XXXXXX"
14 #define	_PATH_ARTMP	"/tmp/ar.XXXXXX"
15