mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
file: add support for getting basic directory listings
Not supported on Windows (yet) Closes #13137
This commit is contained in:
parent
e14daeb8a4
commit
bfe54b0e88
13 changed files with 148 additions and 38 deletions
|
|
@ -137,6 +137,9 @@ set(HAVE_TERMIOS_H 0)
|
|||
set(HAVE_TERMIO_H 0)
|
||||
set(HAVE_UTIME_H 0) # mingw-w64 has it (wrapper to sys/utime.h)
|
||||
|
||||
set(HAVE_DIRENT_H 0)
|
||||
set(HAVE_OPENDIR 0)
|
||||
|
||||
set(HAVE_FSEEKO 0)
|
||||
set(HAVE__FSEEKI64 1)
|
||||
set(HAVE_SOCKET 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue