diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-03 15:19:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-03 15:19:56 +0000 |
commit | 8a2f9322df090c3700e0005211d34b8426138f95 (patch) | |
tree | 2c3b68f3f385e75a8ad76e9227cef527a847f61e /usr.bin/sudo/config.h | |
parent | 3a75ad5ad9a425faf3d89978885b792e1407dfa0 (diff) |
OpenBSD now has memrchr(3)
Diffstat (limited to 'usr.bin/sudo/config.h')
-rw-r--r-- | usr.bin/sudo/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h index 3e2719fc3de..f9c491e7501 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.5 2007/08/15 14:22:39 millert Exp $ */ +/* $OpenBSD: config.h,v 1.6 2007/09/03 15:19:55 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -38,6 +38,7 @@ #define HAVE_MEMCHR 1 #define HAVE_MEMCPY 1 #define HAVE_MEMORY_H 1 +#define HAVE_MEMRCHR 1 #define HAVE_MEMSET 1 #define HAVE_MKSTEMP 1 #define HAVE_NETGROUP_H 1 |