get truncated names right -- it's 15 chars, not 16
[unix-history] / usr / src / usr.bin / ar / pathnames.h
CommitLineData
757e7759
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
7abf8d65
KB
3 * All rights reserved.
4 *
757e7759
KB
5 * This code is derived from software contributed to Berkeley by
6 * Hugh Smith at The University of Guelph.
7abf8d65 7 *
757e7759 8 * @(#)pathnames.h 5.3 (Berkeley) %G%
7abf8d65
KB
9 */
10
757e7759
KB
11#define _NAME_ARTMP "ar.XXXXXX"
12#define _PATH_ARTMP "/tmp/ar.XXXXXX"