aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/pathnames.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-10 06:24:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-10 06:24:49 +0000
commitfd6fca87b34d29c74cf247752f6cc9d45aee421e (patch)
treee216ac19b2cba35e0521721e0d5f3f18bb3ab15f /usr.bin/calendar/pathnames.h
parent07bb8677bb8fa4ba75d9088fe566f45bef67248a (diff)
downloadsrc-fd6fca87b34d29c74cf247752f6cc9d45aee421e.tar.gz
src-fd6fca87b34d29c74cf247752f6cc9d45aee421e.zip
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>
Notes
Notes: svn path=/head/; revision=55716
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 481989c0fb77..1bffe0131fee 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"