summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/config.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-04-11 11:48:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-04-11 11:48:07 +0000
commit14cb1c563d924e1fc2c8140e11e5619ba2d3d5de (patch)
tree76acc26059b6513efb8f0b402f58e58c89008b4a /usr.bin/sudo/config.h
parentc875497f263b25f5936bba76843ce6fc283db997 (diff)
Update to sudo 1.7.1
Diffstat (limited to 'usr.bin/sudo/config.h')
-rw-r--r--usr.bin/sudo/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h
index 5829db0810a..440e118be4f 100644
--- a/usr.bin/sudo/config.h
+++ b/usr.bin/sudo/config.h
@@ -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