From c3035f6f7a104f869f2ccafe41d0da387ea22af8 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Tue, 18 Jan 2000 23:15:16 +0000 Subject: [PATCH] Added a check for strsep(), HAVE_STRSEP is defined if you do. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8eae222..24c17f0 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ AC_FUNC_MMAP AC_FUNC_VPRINTF AC_CHECK_FUNCS(gethostname gethostbyname connect gettimeofday getwd mkdir \ ftime _ftime fcntl stat putenv select socket strerror strstr \ - snprintf _snprintf vsnprintf _vsnprintf) + snprintf _snprintf vsnprintf _vsnprintf strsep) AC_ARG_ENABLE(experimental, [ --enable-experimental compile with experimental code. Use at your