=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -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 +1,4 @@ -/* $OpenBSD: config.h,v 1.10 2008/11/14 11:58:08 millert Exp $ */ +/* $OpenBSD: config.h,v 1.11 2009/04/11 11:48:06 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -43,6 +43,7 @@ #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,6 +73,7 @@ #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,6 +99,7 @@ #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,6 +111,7 @@ #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