[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / calendar

Diff for /src/usr.bin/calendar/pathnames.h between version 1.2 and 1.6

version 1.2, 1996/06/26 05:31:46 version 1.6, 2021/12/07 14:00:33
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: pathnames.h,v 1.3 1995/03/27 08:46:15 glass Exp $      */  
   
 /*  /*
  * Copyright (c) 1989, 1993   * Copyright (c) 1989, 1993
Line 13 
Line 12 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software   * 3. Neither the name of the University nor the names of its contributors
  *    must display the following acknowledgement:  
  *      This product includes software developed by the University of  
  *      California, Berkeley and its contributors.  
  * 4. Neither the name of the University nor the names of its contributors  
  *    may be used to endorse or promote products derived from this software   *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.   *    without specific prior written permission.
  *   *
Line 38 
Line 33 
   
 #include <paths.h>  #include <paths.h>
   
 #define _PATH_CPP       "/usr/bin/cpp"  #define _PATH_CPP       "/usr/libexec/cpp"
   
                         /* XXX -- fix when cpp parses arguments rationally */                          /* XXX -- fix when cpp parses arguments rationally */
 #define _PATH_INCLUDE   "-I/usr/share/calendar"  #define _PATH_INCLUDE   "-I/usr/share/calendar"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.6