configure: We no longer use getdirentries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9eaa372499
commit
6171cfd0ae
|
@ -15075,7 +15075,6 @@ for ac_func in \
|
||||||
futimes \
|
futimes \
|
||||||
futimesat \
|
futimesat \
|
||||||
getattrlist \
|
getattrlist \
|
||||||
getdirentries \
|
|
||||||
getopt_long_only \
|
getopt_long_only \
|
||||||
getpwuid \
|
getpwuid \
|
||||||
gettimeofday \
|
gettimeofday \
|
||||||
|
|
|
@ -1997,7 +1997,6 @@ AC_CHECK_FUNCS(\
|
||||||
futimes \
|
futimes \
|
||||||
futimesat \
|
futimesat \
|
||||||
getattrlist \
|
getattrlist \
|
||||||
getdirentries \
|
|
||||||
getopt_long_only \
|
getopt_long_only \
|
||||||
getpwuid \
|
getpwuid \
|
||||||
gettimeofday \
|
gettimeofday \
|
||||||
|
|
|
@ -198,9 +198,6 @@
|
||||||
/* Define to 1 if you have the `getattrlist' function. */
|
/* Define to 1 if you have the `getattrlist' function. */
|
||||||
#undef HAVE_GETATTRLIST
|
#undef HAVE_GETATTRLIST
|
||||||
|
|
||||||
/* Define to 1 if you have the `getdirentries' function. */
|
|
||||||
#undef HAVE_GETDIRENTRIES
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `getnameinfo' function. */
|
/* Define to 1 if you have the `getnameinfo' function. */
|
||||||
#undef HAVE_GETNAMEINFO
|
#undef HAVE_GETNAMEINFO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue