diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-03 15:53:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-03 15:53:09 +0000 |
commit | 448a51e6aa89c20fedeb84fdb5fbe9719aac79df (patch) | |
tree | 42b5af1a3168db2453f0d97cc91845c626a8d5b3 | |
parent | c50bef089a8be3e801d4e39b60f48add63b4d3b9 (diff) |
Adapt for putenv and unsetenv changes.
-rw-r--r-- | usr.bin/sudo/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h index 440e118be4f..2a8d68720b8 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.11 2009/04/11 11:48:06 millert Exp $ */ +/* $OpenBSD: config.h,v 1.12 2009/06/03 15:53:08 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -99,7 +99,6 @@ #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 @@ -111,7 +110,6 @@ #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 |