blob: cf0124232fcadc9748135e57f08542eea00f3738 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|