mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
build: remove HAVE_LIMITS_H check
.. because limits.h presence isn't optional, it's required by C89. Ref: http://port70.net/~nsz/c/c89/c89-draft.html#2.2.4.2 Closes https://github.com/curl/curl/pull/2215
This commit is contained in:
parent
129390a518
commit
908a9a6742
29 changed files with 2 additions and 62 deletions
|
|
@ -50,9 +50,7 @@
|
|||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
#include "curl_base64.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue