mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
fd211e1677
Avoids redefining bool. Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
204 B
Diff
13 lines
204 B
Diff
--- a/config.h.in
|
|
+++ b/config.h.in
|
|
@@ -360,7 +360,9 @@
|
|
#undef _REENTRANT
|
|
|
|
/* */
|
|
+#ifndef __cplusplus
|
|
#undef bool
|
|
+#endif
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|