[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.27 and 1.28

version 1.27, 2008/12/09 22:20:32 version 1.28, 2009/04/11 11:48:06
Line 32 
Line 32 
 /* A colon-separated list of pathnames to be used as the editor for visudo. */  /* A colon-separated list of pathnames to be used as the editor for visudo. */
 #undef EDITOR  #undef EDITOR
   
   /* Define to enable environment debugging. */
   #undef ENV_DEBUG
   
 /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env  /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
    variables. */     variables. */
 #undef ENV_EDITOR  #undef ENV_EDITOR
Line 70 
Line 73 
 /* Define to 1 if you use BSD authentication. */  /* Define to 1 if you use BSD authentication. */
 #undef HAVE_BSD_AUTH_H  #undef HAVE_BSD_AUTH_H
   
   /* Define to 1 to enable BSM auditing. */
   #undef HAVE_BSM_AUDIT
   
 /* Define to 1 if you have the `closefrom' function. */  /* Define to 1 if you have the `closefrom' function. */
 #undef HAVE_CLOSEFROM  #undef HAVE_CLOSEFROM
   
Line 243 
Line 249 
 /* Define to 1 if you have the `ldap_search_ext_s' function. */  /* Define to 1 if you have the `ldap_search_ext_s' function. */
 #undef HAVE_LDAP_SEARCH_EXT_S  #undef HAVE_LDAP_SEARCH_EXT_S
   
   /* Define to 1 if you have the `ldap_ssl_client_init' function. */
   #undef HAVE_LDAP_SSL_CLIENT_INIT
   
 /* Define to 1 if you have the <ldap_ssl.h> header file. */  /* Define to 1 if you have the <ldap_ssl.h> header file. */
 #undef HAVE_LDAP_SSL_H  #undef HAVE_LDAP_SSL_H
   
 /* Define to 1 if you have the `ldap_start_tls_s' function. */  /* Define to 1 if you have the `ldap_start_tls_s' function. */
 #undef HAVE_LDAP_START_TLS_S  #undef HAVE_LDAP_START_TLS_S
   
   /* Define to 1 if you have the `ldap_start_tls_s_np' function. */
   #undef HAVE_LDAP_START_TLS_S_NP
   
 /* Define to 1 if you have the `ldap_str2dn' function. */  /* Define to 1 if you have the `ldap_str2dn' function. */
 #undef HAVE_LDAP_STR2DN  #undef HAVE_LDAP_STR2DN
   
Line 333 
Line 345 
 /* Define to 1 to enable SELinux RBAC support. */  /* Define to 1 to enable SELinux RBAC support. */
 #undef HAVE_SELINUX  #undef HAVE_SELINUX
   
   /* Define to 1 if you have the `setenv' function. */
   #undef HAVE_SETENV
   
 /* Define to 1 if you have the `seteuid' function. */  /* Define to 1 if you have the `seteuid' function. */
 #undef HAVE_SETEUID  #undef HAVE_SETEUID
   
Line 460 
Line 475 
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* Define to 1 if you have the `unsetenv' function. */
   #undef HAVE_UNSETENV
   
 /* Define to 1 if you have the `utimes' function. */  /* Define to 1 if you have the `utimes' function. */
 #undef HAVE_UTIMES  #undef HAVE_UTIMES
   
Line 550 
Line 568 
 /* The syslog priority sudo will use for successful attempts. */  /* The syslog priority sudo will use for successful attempts. */
 #undef PRI_SUCCESS  #undef PRI_SUCCESS
   
   /* Define to 1 if the `putenv' has a const argument.  */
   #undef PUTENV_CONST
   
 /* Define as the return type of signal handlers (`int' or `void'). */  /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE  #undef RETSIGTYPE
   
Line 600 
Line 621 
   
 /* The number of tries a user gets to enter their password. */  /* The number of tries a user gets to enter their password. */
 #undef TRIES_FOR_PASSWORD  #undef TRIES_FOR_PASSWORD
   
   /* Define to 1 if the `unsetenv' function returns void instead of `int'. */
   #undef UNSETENV_VOID
   
 /* Define to 1 if you want to insult the user for entering an incorrect  /* Define to 1 if you want to insult the user for entering an incorrect
    password. */     password. */

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