mirror of
https://github.com/curl/curl.git
synced 2026-07-25 21:07:18 +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
|
|
@ -27,9 +27,7 @@
|
|||
|
||||
#ifdef USE_LIBSSH
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include <libssh/libssh.h>
|
||||
#include <libssh/sftp.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue