]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: drop unused `HAVE_SYS_XATTR_H` detection
authorViktor Szakats <commit@vsz.me>
Sat, 28 Dec 2024 11:06:53 +0000 (12:06 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 28 Dec 2024 11:29:59 +0000 (12:29 +0100)
Follow-up to 8e345057761a8f796403923a96f2c8fd3edca647 #15164
Follow-up to 1c877a0712b7851c7f286007193668058ed2e987 #1176

Closes #15845

CMake/Platforms/WindowsCache.cmake
CMakeLists.txt

index ad78f37c6604e86f1fe395328c3cf223cfe22996..1203459a4f481cd90ef2e8a81f72358258f88770 100644 (file)
@@ -108,7 +108,6 @@ set(HAVE_GETHOSTNAME 1)
 set(HAVE_RECV 1)
 set(HAVE_SEND 1)
 set(HAVE_STROPTS_H 0)
-set(HAVE_SYS_XATTR_H 0)
 set(HAVE_ARC4RANDOM 0)
 set(HAVE_FNMATCH 0)
 set(HAVE_SCHED_YIELD 0)
index 8b88699fe667422292df1d7274988b123b4e0d0e..2edb8d09887dcb4593b071360d4dda3b9d6f7071 100644 (file)
@@ -1541,7 +1541,6 @@ check_include_file_concat_curl("sys/time.h"       HAVE_SYS_TIME_H)
 check_include_file_concat_curl("sys/types.h"      HAVE_SYS_TYPES_H)
 check_include_file("sys/un.h"         HAVE_SYS_UN_H)
 check_include_file_concat_curl("sys/utime.h"      HAVE_SYS_UTIME_H)  # sys/types.h (AmigaOS)
-check_include_file("sys/xattr.h"      HAVE_SYS_XATTR_H)
 
 check_include_file_concat_curl("arpa/inet.h"      HAVE_ARPA_INET_H)
 check_include_file("dirent.h"         HAVE_DIRENT_H)