mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:28:04 +03:00
cmake: drop _BSD_SOURCE macro usage
autotools does not use features.h nor _BSD_SOURCE. As this macro triggers warnings since glibc 2.20, remove it. It should not have functional differences. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
parent
c5d25b22e4
commit
b2bb51f339
3 changed files with 0 additions and 23 deletions
|
|
@ -14,7 +14,6 @@ if(NOT UNIX)
|
|||
set(HAVE_ARPA_INET_H 0)
|
||||
set(HAVE_DLFCN_H 0)
|
||||
set(HAVE_FCNTL_H 1)
|
||||
set(HAVE_FEATURES_H 0)
|
||||
set(HAVE_INTTYPES_H 0)
|
||||
set(HAVE_IO_H 1)
|
||||
set(HAVE_MALLOC_H 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue