1 /* $Id: path.h,v 1.5 1996-09-30 21:55:18 phil Exp $ */
2 
3 #ifndef LD_PATH
4 #define LD_PATH "/usr/bin/ld"		/* new (SunOS4, bsd4.4) fs org */
5 #endif /* LD_PATH not defined */
6 
7 /* SNOLIB_DIR default now in Makefile2.m4 */
8 
9 /* SNOLIB_A default now in Makefile2.m4 */
10 
11 #ifndef TMP_DIR
12 #define TMP_DIR "/tmp"			/* exists on all systems?! */
13 #endif /* TMP_DIR not defined */
14