diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2018-01-03 14:40:52 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-01-05 23:34:30 -0500 |
commit | 908a9a6742b1010894fae2a4a9cf797b051d6c33 (patch) | |
tree | cb5381a70d543910de2b21b7bddf69702369c7cf /lib/config-dos.h | |
parent | 129390a518c41739364081c8966a718f2ac347a4 (diff) | |
download | curl-908a9a6742b1010894fae2a4a9cf797b051d6c33.tar.gz |
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
Diffstat (limited to 'lib/config-dos.h')
-rw-r--r-- | lib/config-dos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-dos.h b/lib/config-dos.h index eec7af988..ff1ea1558 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -53,7 +53,6 @@ #define HAVE_IOCTL_FIONBIO 1 #define HAVE_IOCTLSOCKET 1 #define HAVE_IOCTLSOCKET_FIONBIO 1 -#define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LONGLONG 1 #define HAVE_MEMORY_H 1 |