#if !defined(MATCH_H)
#define MATCH_H
/*
* this is default value for the base of the output file names.
* The 4 output files will have extensions
*
* ".mtA" stars from first list which DO match
* ".mtB" stars from second list which DO match
* ".unA" stars from first list which DON'T match
* ".unB" stars from second list which DON'T match
*/
#define AT_MATCH_OUTFILE "matched"
#endif /* MATCH_H */