diff options
-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 */ |