build: remove checks for strtoll()

Follow-up to b4538ec522

It is not being used anymore.

Closes #16350
This commit is contained in:
Daniel Stenberg 2025-02-16 14:52:43 +01:00
parent 37128035e5
commit e5326bfb44
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 0 additions and 100 deletions

View file

@ -155,9 +155,6 @@
/* Define if you have the `strtok_r' function. */
#define HAVE_STRTOK_R
/* Define if you have the `strtoll' function. */
#undef HAVE_STRTOLL /* Allows ASCII compile on V5R1. */
/* Define if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H

View file

@ -141,9 +141,6 @@
/* Define if you have the `strtok_r' function. */
#undef HAVE_STRTOK_R
/* Define if you have the `strtoll' function. */
#undef HAVE_STRTOLL
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

View file

@ -165,11 +165,6 @@
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1
/* Define if you have the strtoll function. */
#if (defined(_MSC_VER) && (_MSC_VER >= 1800)) || defined(__MINGW32__)
#define HAVE_STRTOLL 1
#endif
/* Define if you have the utime function. */
#define HAVE_UTIME 1

View file

@ -550,9 +550,6 @@
/* Define to 1 if you have the strtok_r function. */
#cmakedefine HAVE_STRTOK_R 1
/* Define to 1 if you have the strtoll function. */
#cmakedefine HAVE_STRTOLL 1
/* Define to 1 if you have the memrchr function. */
#cmakedefine HAVE_MEMRCHR 1