pre-fill for MUSL (draft)
This commit is contained in:
parent
08a8e4ffca
commit
def316197e
@ -309,3 +309,11 @@ if(CYGWIN)
|
||||
endif()
|
||||
set(STDC_HEADERS 1)
|
||||
set(USE_UNIX_SOCKETS 1)
|
||||
|
||||
if(MUSL)
|
||||
set(HAVE_GLIBC_STRERROR_R 0)
|
||||
set(HAVE_LINUX_TCP_H 0)
|
||||
set(HAVE_POSIX_STRERROR_R 1)
|
||||
set(HAVE_STROPTS_H 1)
|
||||
set(HAVE_TERMIOS_H 0)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user