From 908a9a6742b1010894fae2a4a9cf797b051d6c33 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Wed, 3 Jan 2018 14:40:52 -0500 Subject: 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 --- lib/config-tpf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/config-tpf.h') diff --git a/lib/config-tpf.h b/lib/config-tpf.h index d1eb3d906..778d9833f 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -284,9 +284,6 @@ /* if zlib is available */ /* #undef HAVE_LIBZ */ -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - /* if your compiler supports LL */ #define HAVE_LL 1 -- cgit v1.2.3