]> git.sesse.net Git - vlc/commitdiff
Remove unused scandir check
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 16:41:21 +0000 (19:41 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 16:41:21 +0000 (19:41 +0300)
configure.ac
include/vlc_fixups.h

index 280ed5f4dde122d517142ce542098e48c66cd69f..8795978746a87a4cbe422474e1389c50d675ef2e 100644 (file)
@@ -550,7 +550,7 @@ dnl Check for system libs needed
 need_libc=false
 
 dnl Check for usual libc functions
-AC_CHECK_FUNCS([gettimeofday strtod strtol strtof strtoll strtoull strsep isatty vasprintf asprintf swab sigrelse getpwuid_r memalign posix_memalign if_nametoindex atoll getenv putenv setenv gmtime_r ctime_r localtime_r lrintf daemon scandir fork bsearch lstat strlcpy strdup strndup strnlen atof lldiv posix_fadvise posix_madvise uselocale])
+AC_CHECK_FUNCS([gettimeofday strtod strtol strtof strtoll strtoull strsep isatty vasprintf asprintf swab sigrelse getpwuid_r memalign posix_memalign if_nametoindex atoll getenv putenv setenv gmtime_r ctime_r localtime_r lrintf daemon fork bsearch lstat strlcpy strdup strndup strnlen atof lldiv posix_fadvise posix_madvise uselocale])
 AC_CHECK_FUNCS(strcasecmp,,[AC_CHECK_FUNCS(stricmp)])
 AC_CHECK_FUNCS(strncasecmp,,[AC_CHECK_FUNCS(strnicmp)])
 AC_CHECK_FUNCS(strcasestr,,[AC_CHECK_FUNCS(stristr)])
index 224a134f2d3bdb38ac1f05ba44315bd3e2e338c6..d9872d7b6c84e1a7dbdf913672965bac2d2b07c1 100644 (file)
@@ -158,11 +158,6 @@ static inline lldiv_t lldiv (long long numer, long long denom)
 }
 #endif
 
-#ifndef HAVE_SCANDIR
-# define scandir vlc_scandir
-# define alphasort vlc_alphasort
-#endif
-
 #ifndef HAVE_GETENV
 static inline char *getenv (const char *name)
 {