mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
build: remove checks for strtoll()
Follow-up to b4538ec522
It is not being used anymore.
Closes #16350
This commit is contained in:
parent
37128035e5
commit
e5326bfb44
6 changed files with 0 additions and 100 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue