summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/calendars/calendar.world
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-01-29 00:33:02 +0000
committerwosch <wosch@FreeBSD.org>1996-01-29 00:33:02 +0000
commitf9c3c02826d23059c7ecc69206140a321ee7dbee (patch)
tree4ee0113866dd2dd30cf7eda2616f1314f4393c49 /usr.bin/calendar/calendars/calendar.world
parent84a0cf5f95fcc03f3328d9d63cad5e703c08ff91 (diff)
downloadFreeBSD-src-f9c3c02826d23059c7ecc69206140a321ee7dbee.zip
FreeBSD-src-f9c3c02826d23059c7ecc69206140a321ee7dbee.tar.gz
include preprocessor commands like
#ifndef _calendar_christian_ #define _calendar_christian_ [...] #endif
Diffstat (limited to 'usr.bin/calendar/calendars/calendar.world')
-rw-r--r--usr.bin/calendar/calendars/calendar.world18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world
new file mode 100644
index 0000000..641b2b5
--- /dev/null
+++ b/usr.bin/calendar/calendars/calendar.world
@@ -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_ */
OpenPOWER on IntegriCloud