Loading CMake/Platforms/WindowsCache.cmake +0 −1 Original line number Diff line number Diff line Loading @@ -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 CMakeLists.txt +0 −3 Original line number Diff line number Diff line Loading @@ -508,9 +508,6 @@ if(CMAKE_USE_GSSAPI) endif() endif() # If we have features.h, then do the _BSD_SOURCE magic check_include_file("features.h" HAVE_FEATURES_H) # Check for header files if(NOT UNIX) check_include_file_concat("ws2tcpip.h" HAVE_WS2TCPIP_H) Loading lib/CMakeLists.txt +0 −19 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
CMake/Platforms/WindowsCache.cmake +0 −1 Original line number Diff line number Diff line Loading @@ -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
CMakeLists.txt +0 −3 Original line number Diff line number Diff line Loading @@ -508,9 +508,6 @@ if(CMAKE_USE_GSSAPI) endif() endif() # If we have features.h, then do the _BSD_SOURCE magic check_include_file("features.h" HAVE_FEATURES_H) # Check for header files if(NOT UNIX) check_include_file_concat("ws2tcpip.h" HAVE_WS2TCPIP_H) Loading
lib/CMakeLists.txt +0 −19 Original line number Diff line number Diff line Loading @@ -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 Loading