aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendars/calendar.world
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-01-29 00:33:02 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-01-29 00:33:02 +0000
commitbd88a8ddbfa1eed1c066ff1815d6a83a6627e48e (patch)
tree4ee0113866dd2dd30cf7eda2616f1314f4393c49 /usr.bin/calendar/calendars/calendar.world
parentb206b6bf2b254328acd7b709849696c7f51ca993 (diff)
downloadsrc-bd88a8ddbfa1eed1c066ff1815d6a83a6627e48e.tar.gz
src-bd88a8ddbfa1eed1c066ff1815d6a83a6627e48e.zip
include preprocessor commands like
#ifndef _calendar_christian_ #define _calendar_christian_ [...] #endif
Notes
Notes: svn path=/head/; revision=13685
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 000000000000..641b2b5701bc
--- /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_ */