include preprocessor commands like

#ifndef _calendar_christian_
#define _calendar_christian_
[...]
#endif
This commit is contained in:
Wolfram Schneider 1996-01-29 00:33:02 +00:00
parent b206b6bf2b
commit bd88a8ddbf
11 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,14 @@
/*
* International and national calendar files
*
* $Id: calendar.all,v 1.1 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_all_
#define _calendar_all_
#include <calendar.world>
#include <calendar.german>
#include <calendar.usholiday>
#endif /* !_calendar_all_ */

View File

@ -1,3 +1,12 @@
/*
* Birthday
*
* $Id: calendar.birthday,v 1.3 1996/01/28 22:58:07 wosch Exp $
*/
#ifndef _calendar_birthday_
#define _calendar_birthday_
01/01 J.D. Salinger born, 1919
01/01 Paul Revere born in Boston, 1735
01/02 Isaac Asimov born in Petrovichi, Russian SFSR (now part of USSR), 1920
@ -255,3 +264,5 @@
07/12 Thoreau's Birthday, 1817
08/12 Thomas Mann's Death, 1955
08/20 Leon Trotsky assassinated, 1940
#endif /* !_calendar_birthday_ */

View File

@ -1,3 +1,12 @@
/*
* Christian
*
* $Id: calendar.christian,v 1.2 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_christian_
#define _calendar_christian_
01/06* Epiphany
02/11* Shrove Tuesday / Mardi Gras (day before Ash Wednesday)
02/08* Ash Wednesday (First day of Lent)
@ -14,3 +23,5 @@
10/18 Feast Day of St. Luke
12/03* First Sunday of Advent (4th Sunday before Christmas)
12/06 St. Nicholas' Day
#endif /* !_calendar_christian_ */

View File

@ -1,3 +1,12 @@
/*
* Computer
*
* $Id: calendar.computer,v 1.2 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_computer_
#define _calendar_computer_
01/01 AT&T officially divests its local Bell companies, 1984
01/01 The Epoch (Time 0 for UNIX systems, Midnight GMT, 1970)
01/03 Apple Computer founded, 1977
@ -60,3 +69,5 @@
10/25 DEC announces VAX-11/780
11/04 UNIVAC I program predicts Eisenhower victory based on 7% of votes, 1952
12/08 First Ph.D. awarded by Computer Science Dept, Univ. of Penna, 1965
#endif /* !_calendar_computer_ */

View File

@ -0,0 +1,12 @@
/*
* German calendar file(s)
*
* $Id: calendar.german,v 1.2 1996/01/28 19:52:23 wosch Exp $
*/
#ifndef _calendar_german_
#define _calendar_german_
#include <de_DE.ISO8859-1/calendar.all>
#endif /* !_calendar_german_ */

View File

@ -1,3 +1,12 @@
/*
* History
*
* $Id: calendar.history,v 1.2 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_history_
#define _calendar_history_
01/01 Anniversary of the Triumph of the Revolution in Cuba
01/01 Castro expells Cuban President Batista, 1959
01/01 Churchill delivers his "Iron Curtain" speech, 1947
@ -484,3 +493,5 @@
12/30 First Los Angeles freeway dedicated, 1940
12/31 St. Sylvester in Switzerland
12/31 Winterland closes its doors, 1978
#endif /* !_calendar_history_ */

View File

@ -1,3 +1,12 @@
/*
* Holiday
*
* $Id: calendar.holiday,v 1.2 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_holiday_
#define _calendar_holiday_
01/01 Independence Day in Haiti, Sudan
01/01 Universal Fraternity Day in Mozambique
01/02 Ancestry Day in Haiti
@ -566,3 +575,5 @@
12/29 His Majesty, the King's Birthday in Nepal
12/30 Anniversary of the Democratic Republic of Madagascar in Madagascar
12/31 Proclamation of the Republic in Congo
#endif /* !_calendar_holiday_ */

View File

@ -1,3 +1,12 @@
/*
* Judaic
*
* $Id: calendar.judaic,v 1.2 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_judaic_
#define _calendar_judaic_
03/08* Fast of Esther (Battle of Purim; 1 day before Purim; fast day)
03/11* Purim (Feast of Lots; 30 days before Pesach)
03/12* Purim (Feast of Lots)
@ -28,3 +37,5 @@
10/12* Shmini Atzeres/Simchas Torah (Rejoicing of the Law; sabbatical)
12/12* First Day of Chanukah
12/27* Fast of Asara B'Tevet (Babylonians put siege on Jerusalem; fast day)
#endif /* !_calendar_judaic_ */

View File

@ -1,3 +1,12 @@
/*
* Music
*
* $Id: calendar.music,v 1.2 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_music_
#define _calendar_music_
01/01 Country Joe McDonald is born in El Monte, California, 1942
01/03 Steven Stills is born in Dallas, 1945
01/04 Jazz great Charlie Mingus dies at 57 in Cuernavaca, Mexico, 1979
@ -176,3 +185,5 @@
12/23 First G&S collaboration, Thespis, 1871
12/28 Edgar Winter is born in Beaumont, Texas, 1946
12/31 Jimi Hendrix introduces the Band of Gypsies at the Fillmore East, 1969
#endif /* !_calendar_music_ */

View File

@ -1,3 +1,12 @@
/*
* USA holiday
*
* $Id: calendar.usholiday,v 1.3 1996/01/28 22:58:07 wosch Exp $
*/
#ifndef _calendar_usholiday_
#define _calendar_usholiday_
01/01 New Year's Day
01/14 Julian Calendar New Year's Day
02/02 Groundhog Day
@ -29,3 +38,5 @@
12/24 Christmas Eve
12/25 Christmas
12/31 New Year's Eve
#endif /* !_calendar_usholiday_ */

View File

@ -0,0 +1,18 @@
/*
* World wide calendar files, except national calendars
*
* $Id: calendar.world,v 1.1 1996/01/28 19:12:24 wosch Exp $
*/
#ifndef _calendar_world_
#define _calendar_world_
#include <calendar.birthday>
#include <calendar.christian>
#include <calendar.computer>
#include <calendar.history>
#include <calendar.holiday>
#include <calendar.judaic>
#include <calendar.music>
#endif /* !_calendar_world_ */