From 1841b5c88720e0a914015de888f215cd39ee7130 Mon Sep 17 00:00:00 2001 From: jdp Date: Wed, 20 Jan 1999 21:24:28 +0000 Subject: The strtok_r() function is in libc now, so use it. --- kerberosIV/include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kerberosIV/include/config.h') diff --git a/kerberosIV/include/config.h b/kerberosIV/include/config.h index 6d0b8bc..86f3614 100644 --- a/kerberosIV/include/config.h +++ b/kerberosIV/include/config.h @@ -131,7 +131,7 @@ /* #undef NEED_CRYPT_PROTO */ /* define if the system is missing a prototype for strtok_r() */ -#define NEED_STRTOK_R_PROTO 1 +/* #undef NEED_STRTOK_R_PROTO */ /* define if /bin/ls takes -A */ #define HAVE_LS_A 1 @@ -428,7 +428,7 @@ /* #undef HAVE_STRNLEN */ /* Define if you have the strtok_r function. */ -/* #undef HAVE_STRTOK_R */ +#define HAVE_STRTOK_R 1 /* Define if you have the strupr function. */ /* #undef HAVE_STRUPR */ -- cgit v1.1