From cd9f057f154e1079d367df61cd61c6c49add739f Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 28 Jul 2023 21:55:57 +0100 Subject: [PATCH] Removed incorrect undef HAVE_STDBOOL_H which caused standard boolean types to be redefined unnecessarily. --- src/include/config-aux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/config-aux.h b/src/include/config-aux.h index 4bf3120..629e077 100644 --- a/src/include/config-aux.h +++ b/src/include/config-aux.h @@ -26,7 +26,6 @@ #endif /* Boolean type support */ -#undef HAVE_STDBOOL_H #ifdef HAVE_STDBOOL_H # include #else