1 /*- 2 * Copyright (c) 1990 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 * @(#)pathnames.h 5.3 (Berkeley) 01/17/91 9 */ 10 11 #define _NAME_ARTMP "ar.XXXXXX" 12 #define _PATH_ARTMP "/tmp/ar.XXXXXX" 13