$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 +#ifndef __cplusplus #if HAVE_STDBOOL_H # include #else @@ -25,4 +26,4 @@ # define true 1 # define __bool_true_false_are_defined 1 #endif - +#endif