diff options
author | 2009-06-03 15:53:08 +0000 | |
---|---|---|
committer | 2009-06-03 15:53:08 +0000 | |
commit | c9495282aa7d72840ef07fef9edb12c79c4299a7 (patch) | |
tree | 5061615103f4b0fc228519bd9a6799a69314a127 | |
parent | Make putenv(), setenv() and unsetenv() standards compliant. The (diff) | |
download | wireguard-openbsd-c9495282aa7d72840ef07fef9edb12c79c4299a7.tar.xz wireguard-openbsd-c9495282aa7d72840ef07fef9edb12c79c4299a7.zip |
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 |