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

Diff for /src/usr.bin/sudo/Attic/config.h.in between version 1.28 and 1.29

version 1.28, 2009/04/11 11:48:06 version 1.29, 2009/06/21 14:48:41
Line 98 
Line 98 
 /* Define to 1 if you have the `dispcrypt' function. */  /* Define to 1 if you have the `dispcrypt' function. */
 #undef HAVE_DISPCRYPT  #undef HAVE_DISPCRYPT
   
   /* Define to 1 if you have the <dlfcn.h> header file. */
   #undef HAVE_DLFCN_H
   
 /* Define to 1 if your glob.h defines the GLOB_BRACE and GLOB_TILDE flags. */  /* Define to 1 if your glob.h defines the GLOB_BRACE and GLOB_TILDE flags. */
 #undef HAVE_EXTENDED_GLOB  #undef HAVE_EXTENDED_GLOB
   
Line 511 
Line 514 
 /* The message given when a bad password is entered. */  /* The message given when a bad password is entered. */
 #undef INCORRECT_PASSWORD  #undef INCORRECT_PASSWORD
   
   /* The name of libvas.so */
   #undef LIBVAS_SO
   
 /* The syslog facility sudo will use. */  /* The syslog facility sudo will use. */
 #undef LOGFAC  #undef LOGFAC
   
Line 552 
Line 558 
 /* Define to 1 if root should not be allowed to use sudo. */  /* Define to 1 if root should not be allowed to use sudo. */
 #undef NO_ROOT_SUDO  #undef NO_ROOT_SUDO
   
   /* Define to the address where bug reports for this package should be sent. */
   #undef PACKAGE_BUGREPORT
   
   /* Define to the full name of this package. */
   #undef PACKAGE_NAME
   
   /* Define to the full name and version of this package. */
   #undef PACKAGE_STRING
   
   /* Define to the one symbol short name of this package. */
   #undef PACKAGE_TARNAME
   
   /* Define to the version of this package. */
   #undef PACKAGE_VERSION
   
 /* The default password prompt. */  /* The default password prompt. */
 #undef PASSPROMPT  #undef PASSPROMPT
   
Line 634 
Line 655 
   
 /* Define to 1 if you want a different ticket file for each tty. */  /* Define to 1 if you want a different ticket file for each tty. */
 #undef USE_TTY_TICKETS  #undef USE_TTY_TICKETS
   
   /* Define to 1 if using a non-unix group lookup implementation. */
   #undef USING_NONUNIX_GROUPS
   
 /* Define to avoid using the passwd/shadow file for authentication. */  /* Define to avoid using the passwd/shadow file for authentication. */
 #undef WITHOUT_PASSWD  #undef WITHOUT_PASSWD

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29