aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/pathnames.h
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-02-02 06:02:41 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-02-02 06:02:41 +0000
commitc9c822e6325383218938cef907e0f9766efe0440 (patch)
treeec2d23fe6eecf6aeec0846f3362a3c6b9b008c8d /usr.bin/calendar/pathnames.h
parent4ad1bd1e33bc3dd54dca281ee225429b24c00c6b (diff)
downloadsrc-c9c822e6325383218938cef907e0f9766efe0440.tar.gz
src-c9c822e6325383218938cef907e0f9766efe0440.zip
- handle events that move around from year to year, i.e.,
``the last Monday in April' - handle easter new options -f calendarfile -A days -B days Calendar HOME directory ~/.calendar don't sent mail if ~/.calendar/nomail exist
Notes
Notes: svn path=/head/; revision=13840
Diffstat (limited to 'usr.bin/calendar/pathnames.h')
-rw-r--r--usr.bin/calendar/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h
index 8a0838cfa741..481989c0fb77 100644
--- a/usr.bin/calendar/pathnames.h
+++ b/usr.bin/calendar/pathnames.h
@@ -36,5 +36,6 @@
#include <paths.h>
#define _PATH_CPP "/usr/bin/cpp"
+
/* XXX -- fix when cpp parses arguments rationally */
#define _PATH_INCLUDE "-I/usr/share/calendar"