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

Diff for /src/usr.bin/sudo/Attic/pathnames.h.in between version 1.1.1.1 and 1.1.1.1.6.1

version 1.1.1.1, 1999/11/18 16:29:01 version 1.1.1.1.6.1, 2002/01/18 17:20:23
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>   * Copyright (c) 1996, 1998, 1999, 2001
  * All rights reserved.   *      Todd C. Miller <Todd.Miller@courtesan.com>.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 31 
Line 31 
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *   *
  * $Sudo: pathnames.h.in,v 1.42 1999/08/06 09:37:00 millert Exp $   * $Sudo: pathnames.h.in,v 1.45 2001/12/14 19:54:56 millert Exp $
  */   */
   
 /*  /*
Line 50 
Line 50 
 #define _PATH_TTY               "/dev/tty"  #define _PATH_TTY               "/dev/tty"
 #endif /* _PATH_TTY */  #endif /* _PATH_TTY */
   
   #ifndef _PATH_DEFPATH
   #define _PATH_DEFPATH           "/usr/bin:/bin"
   #endif /* _PATH_DEFPATH */
   
 /*  /*
  * NOTE: _PATH_SUDOERS is usually overriden by the Makefile.   * NOTE: _PATH_SUDOERS is usually overriden by the Makefile.
  */   */
Line 86 
Line 90 
 #undef _PATH_SUDO_LOGFILE  #undef _PATH_SUDO_LOGFILE
 #endif /* _PATH_SUDO_LOGFILE */  #endif /* _PATH_SUDO_LOGFILE */
   
 #ifndef _PATH_SENDMAIL  #ifndef _PATH_SUDO_SENDMAIL
 #undef _PATH_SENDMAIL  #undef _PATH_SUDO_SENDMAIL
 #endif /* _PATH_SENDMAIL */  #endif /* _PATH_SUDO_SENDMAIL */
   
 #ifndef _PATH_VI  #ifndef _PATH_VI
 #undef _PATH_VI  #undef _PATH_VI

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.6.1