blob: ae735567a85ade4294e67bfbb5a173bf9b9e18bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aj,v 1.1 2006/07/02 14:36:31 markd Exp $
--- include/htconfig.h.orig 2006-06-24 00:56:56.544745000 +1200
+++ include/htconfig.h
@@ -10,6 +10,7 @@
#include <config.h>
+#ifndef __cplusplus
#if HAVE_STDBOOL_H
# include <stdbool.h>
#else
@@ -25,4 +26,4 @@
# define true 1
# define __bool_true_false_are_defined 1
#endif
-
+#endif
|