1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-03 02:32:59 +02:00

(AC_REPLACE_FUNCS): Add strpbrk.

This commit is contained in:
Jim Meyering
2000-01-15 12:02:58 +00:00
parent 8ee46f4bf8
commit 489dafa7bc

View File

@@ -48,6 +48,7 @@ AC_DEFUN(jm_MACROS,
AC_REPLACE_FUNCS(dup2)
AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul)
AC_REPLACE_FUNCS(stpbrk)
dnl used by e.g. intl/*domain.c and lib/canon-host.c
AC_REPLACE_FUNCS(strdup)