/* Julian H. Stacey's includes common to each command */

/* For license conditions see program documentation */

#ifdef MSDOS	/* { */
char	grep_dummy[] = "\n" ;
/* Precedes sccsID declaration, so grep'ing msdos binaries for @(#) to check
   version does not result in rubbish preceeding @(#).
   With MSC V4, rubbish only occured if last string within a procedure
   did not terminate with a \n, (or if no strings in procedures existed) */
#endif		/* } */

#ifdef	scs	/* { */
#define	SYMBOLIC_LINKS_AVAILABLE	
	/* Defined if symbolic links are available, as on my BSD 4.2 unix */
	/* JJ does ansiC has a standard ifdef for this ? */
#endif		/* } */

