From 57d3477e77629430889a4159d2bf803892caf7c7 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 27 Nov 2022 16:03:39 -0500 Subject: build: assume assert.h is always available - Remove assert.h detection from all build configurations. assert.h is a standard header according to C89. I had proposed this several years ago as part of a larger change that was abandoned. Ref: https://github.com/curl/curl/issues/1237#issuecomment-277500720 Closes https://github.com/curl/curl/pull/9985 --- lib/config-plan9.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/config-plan9.h') diff --git a/lib/config-plan9.h b/lib/config-plan9.h index c0a78f71e..0d89ec0a4 100644 --- a/lib/config-plan9.h +++ b/lib/config-plan9.h @@ -76,7 +76,6 @@ #define HAVE_ALARM 1 #define HAVE_ARPA_INET_H 1 -#define HAVE_ASSERT_H 1 #define HAVE_BASENAME 1 #define HAVE_BOOL_T 1 #define HAVE_ERRNO_H 1 -- cgit v1.2.1