summaryrefslogtreecommitdiffstats
path: root/kerberosIV
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-20 21:24:28 +0000
committerjdp <jdp@FreeBSD.org>1999-01-20 21:24:28 +0000
commit1841b5c88720e0a914015de888f215cd39ee7130 (patch)
tree84133f549f239fe67a2249ae1192dbe47e7908ef /kerberosIV
parent346064c48dbe34356dbe9d4d8c47a5f11780fd46 (diff)
downloadFreeBSD-src-1841b5c88720e0a914015de888f215cd39ee7130.zip
FreeBSD-src-1841b5c88720e0a914015de888f215cd39ee7130.tar.gz
The strtok_r() function is in libc now, so use it.
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/include/config.h4
-rw-r--r--kerberosIV/lib/libkrb/Makefile4
-rw-r--r--kerberosIV/lib/libroken/Makefile4
3 files changed, 6 insertions, 6 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 */
diff --git a/kerberosIV/lib/libkrb/Makefile b/kerberosIV/lib/libkrb/Makefile
index 16366a0..1063b31 100644
--- a/kerberosIV/lib/libkrb/Makefile
+++ b/kerberosIV/lib/libkrb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1998/03/20 17:48:03 markm Exp $
+# $Id: Makefile,v 1.3 1998/11/18 00:40:07 jdp Exp $
LIB= krb
CFLAGS+= -I${KRB4DIR}/include \
@@ -25,7 +25,7 @@ SRCS= cr_err_reply.c create_auth_reply.c create_ciph.c \
rw.c kdc_reply.c encrypt_ktext.c swab.c gettimeofday.c \
check_time.c krb_err.c et_list.c resolve.c unparse_name.c \
logging.c k_concat.c \
- snprintf.c strdup.c strtok_r.c strcasecmp.c \
+ snprintf.c strdup.c strcasecmp.c \
${KRBOBJDIR}/krb_err.h
MAN3= ${KRB4DIR}/man/kerberos.3 \
${KRB4DIR}/man/krb_realmofhost.3 \
diff --git a/kerberosIV/lib/libroken/Makefile b/kerberosIV/lib/libroken/Makefile
index cf5f420..e709329 100644
--- a/kerberosIV/lib/libroken/Makefile
+++ b/kerberosIV/lib/libroken/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:12 markm Exp $
LIB= roken
CFLAGS+= -I${KRB4DIR}/include \
@@ -6,7 +6,7 @@ CFLAGS+= -I${KRB4DIR}/include \
-I${KRB4DIR}/lib/roken
SRCS= k_getpwuid.c k_getpwnam.c signal.c tm2time.c \
verify.c inaddr2str.c mini_inetd.c get_window_size.c \
- warnerr.c snprintf.c strlwr.c strnlen.c strtok_r.c strupr.c
+ warnerr.c snprintf.c strlwr.c strnlen.c strupr.c
NOPIC= yes
install:
OpenPOWER on IntegriCloud