mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
$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
|