mirror of
https://github.com/curl/curl.git
synced 2026-08-05 05:36:18 +03:00
lib: remove TIME_WITH_SYS_TIME
It is not used in any code anywhere. Ref: #11964 Closes #11975
This commit is contained in:
parent
f11a5d2c5a
commit
db07376a3e
13 changed files with 0 additions and 42 deletions
|
|
@ -21,23 +21,6 @@
|
|||
* SPDX-License-Identifier: curl
|
||||
*
|
||||
***************************************************************************/
|
||||
#ifdef TIME_WITH_SYS_TIME
|
||||
/* Time with sys/time test */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
if ((struct tm *) 0)
|
||||
return 0;
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_O_NONBLOCK
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ check_c_source_compiles("${_source_epilogue}
|
|||
|
||||
if(NOT HAVE_WINDOWS_H)
|
||||
add_header_include(HAVE_SYS_TIME_H "sys/time.h")
|
||||
add_header_include(TIME_WITH_SYS_TIME "time.h")
|
||||
endif()
|
||||
check_c_source_compiles("${_source_epilogue}
|
||||
#include <time.h>
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ if(NOT UNIX)
|
|||
set(HAVE_GETHOSTBYNAME_R_6 0)
|
||||
set(HAVE_GETHOSTBYNAME_R_6_REENTRANT 0)
|
||||
|
||||
set(TIME_WITH_SYS_TIME 0)
|
||||
set(HAVE_O_NONBLOCK 0)
|
||||
set(HAVE_IN_ADDR_T 0)
|
||||
set(STDC_HEADERS 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue