mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
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
|