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