Module: wine Branch: master Commit: 6171cfd0ae2d756c37f3c575879871e7282ddf2f URL: http://source.winehq.org/git/wine.git/?a=commit;h=6171cfd0ae2d756c37f3c57587...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 4 11:04:52 2016 +0900
configure: We no longer use getdirentries.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 - configure.ac | 1 - include/config.h.in | 3 --- 3 files changed, 5 deletions(-)
diff --git a/configure b/configure index 2cd1a27..6b9758f 100755 --- a/configure +++ b/configure @@ -15075,7 +15075,6 @@ for ac_func in \ futimes \ futimesat \ getattrlist \ - getdirentries \ getopt_long_only \ getpwuid \ gettimeofday \ diff --git a/configure.ac b/configure.ac index 5179179..f25c965 100644 --- a/configure.ac +++ b/configure.ac @@ -1997,7 +1997,6 @@ AC_CHECK_FUNCS(\ futimes \ futimesat \ getattrlist \ - getdirentries \ getopt_long_only \ getpwuid \ gettimeofday \ diff --git a/include/config.h.in b/include/config.h.in index 06b192f..8cffef9 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -198,9 +198,6 @@ /* Define to 1 if you have the `getattrlist' function. */ #undef HAVE_GETATTRLIST
-/* Define to 1 if you have the `getdirentries' function. */ -#undef HAVE_GETDIRENTRIES - /* Define to 1 if you have the `getnameinfo' function. */ #undef HAVE_GETNAMEINFO