7f28a4189b
PR: 42725 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
20 lines
375 B
Plaintext
20 lines
375 B
Plaintext
/*
|
|
* International and national calendar files
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef _calendar_all_
|
|
#define _calendar_all_
|
|
|
|
#include <calendar.world>
|
|
#include <calendar.croatian>
|
|
#include <calendar.french>
|
|
#include <calendar.german>
|
|
#include <calendar.hungarian>
|
|
#include <calendar.southafrica>
|
|
#include <calendar.russian>
|
|
#include <calendar.usholiday>
|
|
|
|
#endif /* !_calendar_all_ */
|