=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/sudo/Attic/config.h 2008/11/14 11:58:08 1.10 --- src/usr.bin/sudo/Attic/config.h 2009/04/11 11:48:06 1.11 *************** *** 1,4 **** ! /* $OpenBSD: config.h,v 1.10 2008/11/14 11:58:08 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H --- 1,4 ---- ! /* $OpenBSD: config.h,v 1.11 2009/04/11 11:48:06 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H *************** *** 43,48 **** --- 43,49 ---- #define HAVE_NETGROUP_H 1 #define HAVE_PATHS_H 1 #define HAVE_SA_LEN 1 + #define HAVE_SETENV 1 #define HAVE_SETEUID 1 #define HAVE_SETLOCALE 1 #define HAVE_SETRESUID 1 *************** *** 72,77 **** --- 73,79 ---- #define HAVE_TIMESPEC 1 #define HAVE_TZSET 1 #define HAVE_UNISTD_H 1 + #define HAVE_UNSETENV 1 #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 #define HAVE_VASPRINTF 1 *************** *** 97,102 **** --- 99,105 ---- #define PASSWORD_TIMEOUT 5 #define PRI_FAILURE "alert" #define PRI_SUCCESS "notice" + #define PUTENV_CONST 1 #define RETSIGTYPE void #define RUNAS_DEFAULT "root" #define SEND_MAIL_WHEN_NO_USER 1 *************** *** 108,113 **** --- 111,117 ---- #define TIMEOUT 5 #define TIME_WITH_SYS_TIME 1 #define TRIES_FOR_PASSWORD 3 + #define UNSETENV_VOID 1 #define USE_INSULTS 1 #define VOID void #define WITHOUT_PASSWD 1