mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +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
|
|
@ -26,9 +26,7 @@
|
|||
|
||||
#ifdef USE_LIBSSH2
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
|
||||
#include <libssh2.h>
|
||||
#include <libssh2_sftp.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue