From 9d0e4cb1e7ea927193ee73ac0397f94d5665005c Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 1 Oct 1998 21:02:28 +0000 Subject: [PATCH] case MAY_HAVE_X11_PIPES with Solaris git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5173 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/kx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/kx/kx.h b/appl/kx/kx.h index 20e0ff918..4f53fc966 100644 --- a/appl/kx/kx.h +++ b/appl/kx/kx.h @@ -112,7 +112,8 @@ #include #endif -#if defined(HAVE_SYS_STROPTS_H) && defined(HAVE_FATTACH) && defined(I_PUSH) +/* as far as we know, this is only used with later versions of Slowlaris */ +#if SunOS == 5 && defined(HAVE_SYS_STROPTS_H) && defined(HAVE_FATTACH) && defined(I_PUSH) #define MAY_HAVE_X11_PIPES #endif