$NetBSD: patch-aj,v 1.2 2011/12/05 10:18:17 wiz 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