From 859e2ee59383a048456582b80a6a68ef21c3acd5 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 16 Nov 2000 20:44:53 +0000 Subject: [PATCH] AIX defines L_SEARCH in ; undefine it. --- lib/dns/config/confparser.y.dirty | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/dns/config/confparser.y.dirty b/lib/dns/config/confparser.y.dirty index 2da0d939f7..60211de01a 100644 --- a/lib/dns/config/confparser.y.dirty +++ b/lib/dns/config/confparser.y.dirty @@ -17,7 +17,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.y.dirty,v 1.26 2000/11/07 23:49:33 mws Exp $ */ +/* $Id: confparser.y.dirty,v 1.27 2000/11/16 20:44:53 tale Exp $ */ #include @@ -144,7 +144,9 @@ static isc_boolean_t keydefinedinscope(dns_c_ctx_t *cfg, -/* returns true if (base * mult) would be too big.*/ +/* + * Returns true if (base * mult) would be too big. + */ static isc_boolean_t int_too_big(isc_uint32_t base, isc_uint32_t mult); /* @@ -190,6 +192,7 @@ static isc_boolean_t int_too_big(isc_uint32_t base, isc_uint32_t mult); #define yyr2 dns__yyr2 #define yyreds dns__yyreds #define yytoks dns__yytoks +#undef L_SEARCH /* defines this. */ %}