Diff for /embedaddon/sudo/pathnames.h.in between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 16:23:02 version 1.1.1.3, 2013/07/22 10:46:11
Line 1 Line 1
 /*  /*
 * Copyright (c) 1996, 1998, 1999, 2001, 2004, 2005, 2007-2010 * Copyright (c) 1996, 1998, 1999, 2001, 2004, 2005, 2007-2012
  *      Todd C. Miller <Todd.Miller@courtesan.com>.   *      Todd C. Miller <Todd.Miller@courtesan.com>.
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
Line 156 Line 156
 #ifndef _PATH_LDAP_SECRET  #ifndef _PATH_LDAP_SECRET
 #undef  _PATH_LDAP_SECRET  #undef  _PATH_LDAP_SECRET
 #endif /* _PATH_LDAP_SECRET */  #endif /* _PATH_LDAP_SECRET */
   
   #ifndef _PATH_SSSD_LIB
   #undef  _PATH_SSSD_LIB
   #endif /* _PATH_SSSD_LIB */
   
 #ifndef _PATH_NSSWITCH_CONF  #ifndef _PATH_NSSWITCH_CONF
 #undef  _PATH_NSSWITCH_CONF  #undef  _PATH_NSSWITCH_CONF

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>