xref: /original-bsd/usr.bin/ar/pathnames.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1991, 1993
3  *	The Regents of the University of California.  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	8.1 (Berkeley) 06/06/93
11  */
12 
13 #define	_NAME_ARTMP	"ar.XXXXXX"
14 #define	_PATH_ARTMP	"/tmp/ar.XXXXXX"
15