From 10bf8c7ab2abe03f920b68797cc2def29102233a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 17 Sep 2001 01:59:41 +0000 Subject: [PATCH] add a kludge to make it build on aix (that defines NOERROR in both sys/stream.h and arpa/nameser.h and considers that a fatal error) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10708 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/kx.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appl/kx/kx.h b/appl/kx/kx.h index e4a35f75a..d87617053 100644 --- a/appl/kx/kx.h +++ b/appl/kx/kx.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -107,6 +107,10 @@ #include #endif +/* defined by aix's sys/stream.h and again by arpa/nameser.h */ + +#undef NOERROR + /* as far as we know, this is only used with later versions of Slowlaris */ #if SunOS >= 50 && defined(HAVE_SYS_STROPTS_H) && defined(HAVE_FATTACH) && defined(I_PUSH) #define MAY_HAVE_X11_PIPES