aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV/include/config.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-01-20 21:24:28 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-01-20 21:24:28 +0000
commitc403312f2286f12d116b1146f93aff4b86fe4e75 (patch)
tree87d7b9cf588e2964316828b05b470713679e1d91 /kerberosIV/include/config.h
parent5d00b6ccba148e6bf641997e0a2e6078db3b26c3 (diff)
downloadsrc-c403312f2286f12d116b1146f93aff4b86fe4e75.tar.gz
src-c403312f2286f12d116b1146f93aff4b86fe4e75.zip
The strtok_r() function is in libc now, so use it.
Notes
Notes: svn path=/head/; revision=42914
Diffstat (limited to 'kerberosIV/include/config.h')
-rw-r--r--kerberosIV/include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/include/config.h b/kerberosIV/include/config.h
index 6d0b8bcf18d3..86f36145ef46 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 */