build: drop more unused HAVE_STRTOLL

Follow-up to e5326bfb44 #16350
Closes #16353
This commit is contained in:
Viktor Szakats 2025-02-16 20:05:50 +01:00
parent e5326bfb44
commit 1d0ca25d8b
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
3 changed files with 0 additions and 5 deletions

View File

@ -251,7 +251,6 @@ else()
set(HAVE_STROPTS_H 0) # glibc 2.30 or newer. https://sourceware.org/legacy-ml/libc-alpha/2019-08/msg00029.html
endif()
set(HAVE_STRTOK_R 1)
set(HAVE_STRTOLL 1)
set(HAVE_STRUCT_SOCKADDR_STORAGE 1)
set(HAVE_STRUCT_TIMEVAL 1)
if(ANDROID OR CMAKE_SYSTEM_NAME STREQUAL "iOS")

View File

@ -35,7 +35,6 @@ if(MINGW)
set(HAVE_STDINT_H 1) # detected by CMake internally in check_type_size()
set(HAVE_STDBOOL_H 1)
set(HAVE_BOOL_T "${HAVE_STDBOOL_H}")
set(HAVE_STRTOLL 1)
set(HAVE_BASENAME 1)
set(HAVE_FTRUNCATE 1)
set(HAVE_SYS_PARAM_H 1)
@ -72,10 +71,8 @@ else()
endif()
if(MSVC_VERSION GREATER_EQUAL 1800)
set(HAVE_STDBOOL_H 1)
set(HAVE_STRTOLL 1)
else()
set(HAVE_STDBOOL_H 0)
set(HAVE_STRTOLL 0)
endif()
set(HAVE_BOOL_T "${HAVE_STDBOOL_H}")
if(MSVC_VERSION GREATER_EQUAL 1900)

View File

@ -110,7 +110,6 @@
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOK_R 1
#define HAVE_STRTOLL 1
#define HAVE_STRUCT_TIMEVAL 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1