diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CMakeLists.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 3ad62df1f..78fde4d8f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -48,25 +48,6 @@ endif() # ) # ENDIF(NOT HAVE_STRTOLL AND NOT HAVE__STRTOI64) -if(HAVE_FEATURES_H) - set_source_files_properties( - cookie.c - easy.c - formdata.c - getenv.c - nonblock.c - hash.c - http.c - if2ip.c - mprintf.c - multi.c - sendf.c - telnet.c - transfer.c - url.c - COMPILE_FLAGS -D_BSD_SOURCE) -endif(HAVE_FEATURES_H) - # The rest of the build |