From 346712be0b77cf7a59cff19c5b96533d9a780268 Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Fri, 13 Oct 2017 09:25:14 +0200 Subject: Rely on C89 --- Configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index c5114ff778..7df8e675bf 100755 --- a/Configure +++ b/Configure @@ -1031,7 +1031,6 @@ i_quadmath='' i_shadow='' i_socks='' i_stdbool='' -i_stddef='' i_stdint='' i_stdlib='' i_string='' @@ -23304,10 +23303,6 @@ $rm_try set i_stdbool eval $setvar -: see if stddef is available -set stddef.h i_stddef -eval $inhdr - : see if stdint is available set stdint.h i_stdint eval $inhdr @@ -24709,7 +24704,6 @@ i_sgtty='$i_sgtty' i_shadow='$i_shadow' i_socks='$i_socks' i_stdbool='$i_stdbool' -i_stddef='$i_stddef' i_stdint='$i_stdint' i_stdlib='$i_stdlib' i_string='$i_string' -- cgit v1.2.1