summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 0447669..e22075f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,15 @@
/* --- Colourize the day name with its liturgical colour on a terminal. ---- */
#define COLOR 1
+/* --- Which readings to print. -------------------------------------------- */
+#define GOSPEL_ONLY 0 /* 0 = all readings; 1 = the Gospel only */
+
/* ------------------------- derived (do not edit) ------------------------- */
+#if GOSPEL_ONLY
+# define READMODE "Gospel only"
+#else
+# define READMODE "all readings"
+#endif
#ifdef FORM_EF
# define LITURGY "gen/liturgy_ef.h"
# define FORMNAME "Extraordinary Form (1962)"