case MAY_HAVE_X11_PIPES with Solaris

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-10-01 21:02:28 +00:00
parent b2100514cb
commit 9d0e4cb1e7

View File

@@ -112,7 +112,8 @@
#include <sys/stropts.h>
#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