Added a check for strsep(), HAVE_STRSEP is defined if you do.

This commit is contained in:
Joseph Carter 2000-01-18 23:15:16 +00:00
parent bc388056d0
commit c3035f6f7a

View file

@ -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