diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-05-19 19:13:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-05-19 19:13:26 +0000 |
commit | 91c90c9abdde401ca42e2fcd141a1e82a8389ee5 (patch) | |
tree | 2bb146ce874084b55a10042c90dfb7684b33a248 | |
parent | 236826abfd36cd93d45934ce1602542fff387e4c (diff) |
Use strndup and strnlen from libc. OK kettenis@
-rw-r--r-- | kerberosV/include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/include/config.h b/kerberosV/include/config.h index 73792f70b5d..f23df91305a 100644 --- a/kerberosV/include/config.h +++ b/kerberosV/include/config.h @@ -790,10 +790,10 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_STRNCASECMP 1 /* Define if you have the function `strndup'. */ -/* #undef HAVE_STRNDUP */ +#define HAVE_STRNDUP 1 /* Define if you have the function `strnlen'. */ -/* #undef HAVE_STRNLEN */ +#define HAVE_STRNLEN 1 /* Define to 1 if you have the <stropts.h> header file. */ /* #undef HAVE_STROPTS_H */ |