]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Drop needless stdbool.h
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 20 Feb 2015 04:39:48 +0000 (20:39 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 20 Feb 2015 04:39:48 +0000 (20:39 -0800)
compat/xstrto.h
configure.ac

index 5a53c118bd965f7ce7663b948613c26814c7d3b8..b80b202c92bbb39b0865851a3a561878b826a499 100644 (file)
 // these functions are not used by the remaining Squid C code.
 #if defined(__cplusplus)
 
-#if HAVE_STDBOOL_H
-#include <stdbool.h>
-#endif
-
 /**
  * xstrtou{i,l} - string to number conversion
  * \param s     input string
index eb112836296a13726253d8c31705df3a53b3d22b..e54f0c4cd5297390b111ea85b2f54db9abf2e7b0 100644 (file)
@@ -2802,7 +2802,6 @@ AC_CHECK_HEADERS( \
   siginfo.h \
   signal.h \
   stdarg.h \
-  stdbool.h \
   stddef.h \
   stdio.h \
   stdlib.h \