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 \
|
||||
futimesat \
|
||||
getattrlist \
|
||||
getdirentries \
|
||||
getopt_long_only \
|
||||
getpwuid \
|
||||
gettimeofday \
|
||||
|
|
|
@ -1997,7 +1997,6 @@ AC_CHECK_FUNCS(\
|
|||
futimes \
|
||||
futimesat \
|
||||
getattrlist \
|
||||
getdirentries \
|
||||
getopt_long_only \
|
||||
getpwuid \
|
||||
gettimeofday \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue