4.4BSD/usr/src/sys/tests/nfs/unix-tests/basic/tests.h

Compare this file to the similar file:
Show the results in this format:

/*	@(#)tests.h	1.3 90/01/03 NFS Rev 2 Testsuite	*/
/*      1.4 Lachman ONC Test Suite  source        */

#define	TESTDIR	"/mnt/nfstestdir"
#define	DNAME	"dir."
#define	FNAME	"file."
#define	DCOUNT	10
#define	DDIRS	2
#define	DLEVS	5
#define	DFILS	5

#ifndef MAXPATHLEN
#define MAXPATHLEN	1024
#endif

extern int errno;

extern char *Myname;		/* name I was invoked with (for error msgs */