2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

AIX defines L_SEARCH in <sys/lkup.h>; undefine it.

This commit is contained in:
David Lawrence 2000-11-16 20:44:53 +00:00
parent c15babe580
commit 859e2ee593

View File

@ -17,7 +17,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 <config.h> #include <config.h>
@ -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); 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 yyr2 dns__yyr2
#define yyreds dns__yyreds #define yyreds dns__yyreds
#define yytoks dns__yytoks #define yytoks dns__yytoks
#undef L_SEARCH /* <sys/lkup.h> defines this. */
%} %}