From 20f73d6299c08fa79c2c8edd3d1955e208e701cb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 12 Jul 2007 15:20:43 -0400 Subject: Remove versioncmp.{c,h}, clean up selective #ifdefs Remove versioncmp.c by moving all functions to locations that make sense. Move replacement functions (for building without glibc) into util.c where they belong, and do proper checks for them instead of using __sun__, etc. Signed-off-by: Dan McGee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9af8273e..70021730 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ AC_FUNC_STRFTIME AC_FUNC_VPRINTF AC_CHECK_FUNCS([getcwd gettimeofday memmove memset mkdir realpath regcomp \ rmdir setenv setlocale sqrt strcasecmp strchr strdup strerror \ - strndup strrchr strstr strverscmp uname mtrace geteuid]) + strndup strrchr strsep strstr strverscmp uname mtrace geteuid]) # Enable large file support if available AC_SYS_LARGEFILE -- cgit v1.2.3