fd1efedc79
It does extremely useful things like execute sendmail and spew dubiously accurate factoids. From the feedback, it seems like it is an essential utility in a modern unix and not at all a useless bikeshed. How do those Linux people live without it? Reverts r358561.
20 lines
385 B
Plaintext
20 lines
385 B
Plaintext
/*
|
|
* World wide calendar files, except national calendars
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef _calendar_world_
|
|
#define _calendar_world_
|
|
|
|
#include <calendar.birthday>
|
|
#include <calendar.christian>
|
|
#include <calendar.computer>
|
|
#include <calendar.history>
|
|
#include <calendar.lotr>
|
|
#include <calendar.holiday>
|
|
#include <calendar.judaic>
|
|
#include <calendar.music>
|
|
|
|
#endif /* !_calendar_world_ */
|