summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/pathnames.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-10 06:24:49 +0000
committerobrien <obrien@FreeBSD.org>2000-01-10 06:24:49 +0000
commitd27a109dea3fabba58b098ae385f1949def0367f (patch)
treee1ea3856af85f4931bc6ce8df1318e88fc334431 /usr.bin/calendar/pathnames.h
parentebe7c1ce236ce9f44832a1ec8371aeafcad6dc2e (diff)
downloadFreeBSD-src-d27a109dea3fabba58b098ae385f1949def0367f.zip
FreeBSD-src-d27a109dea3fabba58b098ae385f1949def0367f.tar.gz
Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cpp
script is gone. PR: 15932 Submitted by: Jos Backus <Jos.Backus@nl.origin-it.com> Tested by: brian, Manfred Antar <mantar@pacbell.net>
Diffstat (limited to 'usr.bin/calendar/pathnames.h')
-rw-r--r--usr.bin/calendar/pathnames.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h
index 481989c..1bffe01 100644
--- a/usr.bin/calendar/pathnames.h
+++ b/usr.bin/calendar/pathnames.h
@@ -31,11 +31,10 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#include <paths.h>
-#define _PATH_CPP "/usr/bin/cpp"
-
- /* XXX -- fix when cpp parses arguments rationally */
-#define _PATH_INCLUDE "-I/usr/share/calendar"
+#define _PATH_CPP "/usr/libexec/cpp"
+#define _PATH_INCLUDE "/usr/share/calendar"
OpenPOWER on IntegriCloud