File: pathnames.h.rej

package info (click to toggle)
bsdmainutils 4.4.0.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 592 kB
  • ctags: 479
  • sloc: ansic: 5,905; makefile: 126; sh: 116
file content (16 lines) | stat: -rw-r--r-- 643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
***************
*** 44,49 ****
  #define        _PATH_CPP       "/usr/bin/cpp"
                         /* XXX -- fix when cpp parses arguments rationally */
  #ifdef __linux__
  #define _PATH_INCLUDE  "-I/usr/lib/calendar"
  #define _PATH_YEARINC  "-I/usr/lib/calendar/%d"
  #else /* not __linux__ */
--- 44,50 ----
  #define        _PATH_CPP       "/usr/bin/cpp"
                         /* XXX -- fix when cpp parses arguments rationally */
  #ifdef __linux__
+ #define _PATH_CALENDAR  "/usr/lib/calendar/calendar"
  #define _PATH_INCLUDE  "-I/usr/lib/calendar"
  #define _PATH_YEARINC  "-I/usr/lib/calendar/%d"
  #else /* not __linux__ */