* $Header: holidays,v 1.7.1.1 92/06/24 13:26:06 marker Exp $
* Prime/Nonprime Table for UNIX Accounting System
*
* this file is read by sscanf(3) calls, which are very sensitive to
* the input format matching the expected values.  When changes are
* made, make sure the format is correct by reviewing the output of
* runacct, esp. errors reported on stdout.
*
* Curr	Prime	Non-Prime
* Year	Start	Start
* (processed by: scanf("%4d %4d %4d").  Must match scan string exactly.)
1992 0830 1700
*
* Day of	Calendar	Company
* Year		Date		Holiday
*
* processed by:  sscanf("%d	%*s %*s	%*[^\n]\n").  Must match scan string.
* Limited to 20 holidays.  
001	Jan 1		New Years Holiday
048	Feb 17		President's Day
146	May 25		Memorial Day
185	Jul 3		Independence Day Observed
186	Jul 4		Independence Day
251	Sep 7		Labor Day
331	Nov 26		Thanksgiving Day
332	Nov 27		Friday following Thanksgiving
360	Dec 25		Christmas
