includes some STREAMSPTY header here to avoid ioctl vs socket_wrapper horror.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18727 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -122,6 +122,27 @@
|
|||||||
#include <pty.h>
|
#include <pty.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef STREAMSPTY
|
||||||
|
#ifdef HAVE_SAC_H
|
||||||
|
#include <sac.h>
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_SYS_STROPTS_H
|
||||||
|
#include <sys/stropts.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
# include <stropts.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_UIO_H
|
||||||
|
#include <sys/uio.h>
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_SYS_STREAM_H
|
||||||
|
#include <sys/stream.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* STREAMSPTY */
|
||||||
|
|
||||||
|
#undef NOERROR
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
|
||||||
#ifndef _POSIX_VDISABLE
|
#ifndef _POSIX_VDISABLE
|
||||||
|
Reference in New Issue
Block a user