Deleted Added
full compact
pathnames.h (1591) pathnames.h (13840)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

31 * SUCH DAMAGE.
32 *
33 * @(#)pathnames.h 8.1 (Berkeley) 6/6/93
34 */
35
36#include <paths.h>
37
38#define _PATH_CPP "/usr/bin/cpp"
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

31 * SUCH DAMAGE.
32 *
33 * @(#)pathnames.h 8.1 (Berkeley) 6/6/93
34 */
35
36#include <paths.h>
37
38#define _PATH_CPP "/usr/bin/cpp"
39
39 /* XXX -- fix when cpp parses arguments rationally */
40#define _PATH_INCLUDE "-I/usr/share/calendar"
40 /* XXX -- fix when cpp parses arguments rationally */
41#define _PATH_INCLUDE "-I/usr/share/calendar"