xref: /csrg-svn/usr.bin/ptx/pathnames.h (revision 48290)
1*48290Sbostic /*-
237995Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337995Sbostic  * All rights reserved.
437995Sbostic  *
5*48290Sbostic  * %sccs.include.redist.c%
637995Sbostic  *
7*48290Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 04/18/91
837995Sbostic  */
937995Sbostic 
1037995Sbostic #define	_PATH_EIGN	"/usr/share/dict/eign"
1137995Sbostic #define	_PATH_SORT	"/usr/bin/sort"
1237995Sbostic #undef _PATH_TMP
1337995Sbostic #define	_PATH_TMP	"/tmp/ptxsXXXXX"
14