diff options
author | 2009-06-21 14:48:41 +0000 | |
---|---|---|
committer | 2009-06-21 14:48:41 +0000 | |
commit | 24d1a79b498c51ba172da46be1682b9d2646f83c (patch) | |
tree | 0069e1227aca88eedcf83f75d08361aa47c663b7 /usr.bin/sudo/config.h | |
parent | Add tags for the benefit of the sync scripts (diff) | |
download | wireguard-openbsd-24d1a79b498c51ba172da46be1682b9d2646f83c.tar.xz wireguard-openbsd-24d1a79b498c51ba172da46be1682b9d2646f83c.zip |
Upgrade to sudo 1.7.2
Diffstat (limited to 'usr.bin/sudo/config.h')
-rw-r--r-- | usr.bin/sudo/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h index 2a8d68720b8..33c0e77703b 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.12 2009/06/03 15:53:08 millert Exp $ */ +/* $OpenBSD: config.h,v 1.13 2009/06/21 14:48:41 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -8,6 +8,12 @@ * --with-env-editor --disable-path-info --with-logfac=authpriv */ +#define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/" +#define PACKAGE_NAME "sudo" +#define PACKAGE_STRING "sudo 1.7.2" +#define PACKAGE_TARNAME "sudo" +#define PACKAGE_VERSION "1.7.2" + #define HAVE_ASPRINTF 1 #define HAVE_BSD_AUTH_H 1 #define HAVE_CLOSEFROM 1 |