From 63c8164e000273533fb1034c54b30368c330419d Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 4 Dec 2001 08:30:16 +0000 Subject: [PATCH] datatype boolean added. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 6e7ee59..fac1744 100644 --- a/config.h.in +++ b/config.h.in @@ -120,3 +120,6 @@ /* Version number of package */ #undef VERSION +/* Typedefs */ +#undef boolean + -- 1.7.10.4