diff options
author | jdp <jdp@FreeBSD.org> | 1999-01-20 21:24:28 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-01-20 21:24:28 +0000 |
commit | 1841b5c88720e0a914015de888f215cd39ee7130 (patch) | |
tree | 84133f549f239fe67a2249ae1192dbe47e7908ef /kerberosIV/include | |
parent | 346064c48dbe34356dbe9d4d8c47a5f11780fd46 (diff) | |
download | FreeBSD-src-1841b5c88720e0a914015de888f215cd39ee7130.zip FreeBSD-src-1841b5c88720e0a914015de888f215cd39ee7130.tar.gz |
The strtok_r() function is in libc now, so use it.
Diffstat (limited to 'kerberosIV/include')
-rw-r--r-- | kerberosIV/include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |