Remove unused scandir() compat implementation
scandir() isn't used anywhere within the client, so we don't need to bother with a compat implementation for systems that don't have it.
This commit is contained in:
@@ -198,9 +198,6 @@
|
||||
/* Define to 1 if you have the <resolv.h> header file. */
|
||||
#undef HAVE_RESOLV_H
|
||||
|
||||
/* Define to 1 if you have the `scandir' function. */
|
||||
#undef HAVE_SCANDIR
|
||||
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
#undef HAVE_SELECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user