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

Diff for /src/usr.bin/sudo/Attic/config.h between version 1.10 and 1.11

version 1.10, 2008/11/14 11:58:08 version 1.11, 2009/04/11 11:48:06
Line 43 
Line 43 
 #define HAVE_NETGROUP_H 1  #define HAVE_NETGROUP_H 1
 #define HAVE_PATHS_H 1  #define HAVE_PATHS_H 1
 #define HAVE_SA_LEN 1  #define HAVE_SA_LEN 1
   #define HAVE_SETENV 1
 #define HAVE_SETEUID 1  #define HAVE_SETEUID 1
 #define HAVE_SETLOCALE 1  #define HAVE_SETLOCALE 1
 #define HAVE_SETRESUID 1  #define HAVE_SETRESUID 1
Line 72 
Line 73 
 #define HAVE_TIMESPEC 1  #define HAVE_TIMESPEC 1
 #define HAVE_TZSET 1  #define HAVE_TZSET 1
 #define HAVE_UNISTD_H 1  #define HAVE_UNISTD_H 1
   #define HAVE_UNSETENV 1
 #define HAVE_UTIMES 1  #define HAVE_UTIMES 1
 #define HAVE_UTIME_H 1  #define HAVE_UTIME_H 1
 #define HAVE_VASPRINTF 1  #define HAVE_VASPRINTF 1
Line 97 
Line 99 
 #define PASSWORD_TIMEOUT 5  #define PASSWORD_TIMEOUT 5
 #define PRI_FAILURE "alert"  #define PRI_FAILURE "alert"
 #define PRI_SUCCESS "notice"  #define PRI_SUCCESS "notice"
   #define PUTENV_CONST 1
 #define RETSIGTYPE void  #define RETSIGTYPE void
 #define RUNAS_DEFAULT "root"  #define RUNAS_DEFAULT "root"
 #define SEND_MAIL_WHEN_NO_USER 1  #define SEND_MAIL_WHEN_NO_USER 1
Line 108 
Line 111 
 #define TIMEOUT 5  #define TIMEOUT 5
 #define TIME_WITH_SYS_TIME 1  #define TIME_WITH_SYS_TIME 1
 #define TRIES_FOR_PASSWORD 3  #define TRIES_FOR_PASSWORD 3
   #define UNSETENV_VOID 1
 #define USE_INSULTS 1  #define USE_INSULTS 1
 #define VOID void  #define VOID void
 #define WITHOUT_PASSWD 1  #define WITHOUT_PASSWD 1

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11