cmake: drop unused HAVE_SYS_XATTR_H detection

Follow-up to 8e34505776 #15164
Follow-up to 1c877a0712 #1176

Closes #15845
This commit is contained in:
Viktor Szakats 2024-12-28 12:06:53 +01:00
parent ef07663bc4
commit 3780c7abcd
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 0 additions and 2 deletions

View 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)

View 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)